Skip to content

Commit

Permalink
chore(release): v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Apr 9, 2019
1 parent 0a81cfe commit 9e7f72b
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)


### Bug Fixes

* **babelrc:** Update `cosmiconfig` dependency range to avoid audit warning ([ccfbd5d](https://github.com/evocateur/pectin/commit/ccfbd5d))


### Features

* **core:** Migrate to new `mainFields` config for `rollup-plugin-node-resolve` ([f251e1f](https://github.com/evocateur/pectin/commit/f251e1f))
* **core:** Update dependencies ([e5901ca](https://github.com/evocateur/pectin/commit/e5901ca))
* **pectin:** Rename CLI `@pectin/cli` -> `pectin` ([0a81cfe](https://github.com/evocateur/pectin/commit/0a81cfe))





## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"packages": [
"packages/*"
],
"version": "3.0.1"
"version": "3.1.0"
}
8 changes: 8 additions & 0 deletions packages/pectin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)

**Note:** Version bump only for package @pectin/api





## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14)

**Note:** Version bump only for package @pectin/api
Expand Down
2 changes: 1 addition & 1 deletion packages/pectin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pectin/api",
"version": "3.0.1",
"version": "3.1.0",
"description": "Conventional rollup builds for lerna monorepos",
"keywords": [
"rollup",
Expand Down
11 changes: 11 additions & 0 deletions packages/pectin-babelrc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)


### Bug Fixes

* **babelrc:** Update `cosmiconfig` dependency range to avoid audit warning ([ccfbd5d](https://github.com/evocateur/pectin/commit/ccfbd5d))





# [3.0.0](https://github.com/evocateur/pectin/compare/v2.6.0...v3.0.0) (2019-01-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/pectin-babelrc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pectin/babelrc",
"version": "3.0.0",
"version": "3.1.0",
"description": "Locate and prepare custom babel config for rollup-plugin-babel",
"keywords": [
"rollup",
Expand Down
12 changes: 12 additions & 0 deletions packages/pectin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)


### Features

* **core:** Migrate to new `mainFields` config for `rollup-plugin-node-resolve` ([f251e1f](https://github.com/evocateur/pectin/commit/f251e1f))
* **core:** Update dependencies ([e5901ca](https://github.com/evocateur/pectin/commit/e5901ca))





## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/pectin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pectin/core",
"version": "3.0.1",
"version": "3.1.0",
"description": "Core implementation of pectin logic",
"keywords": [
"rollup",
Expand Down
11 changes: 11 additions & 0 deletions packages/pectin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)


### Features

* **pectin:** Rename CLI `@pectin/cli` -> `pectin` ([0a81cfe](https://github.com/evocateur/pectin/commit/0a81cfe))





## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14)

**Note:** Version bump only for package @pectin/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/pectin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pectin",
"version": "3.0.1",
"version": "3.1.0",
"description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos",
"keywords": [
"rollup",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-config-pectin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09)

**Note:** Version bump only for package rollup-config-pectin





## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14)

**Note:** Version bump only for package rollup-config-pectin
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config-pectin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-config-pectin",
"version": "3.0.1",
"version": "3.1.0",
"description": "Rollup config for tree-shakeable libraries based on conventional patterns",
"keywords": [
"rollup",
Expand Down

0 comments on commit 9e7f72b

Please sign in to comment.