Skip to content

Commit

Permalink
chore(release): v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Dec 27, 2018
1 parent fdba306 commit 8a4ee1e
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 5 deletions.
12 changes: 12 additions & 0 deletions 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.

# [2.6.0](https://github.com/evocateur/pectin/compare/v2.5.2...v2.6.0) (2018-12-27)


### Features

* **cli:** Upgrade rollup to ^0.68.2 ([22a0411](https://github.com/evocateur/pectin/commit/22a0411))
* **core:** Enable chunking for CommonJS ([480f20d](https://github.com/evocateur/pectin/commit/480f20d))





## [2.5.2](https://github.com/evocateur/pectin/compare/v2.5.1...v2.5.2) (2018-12-13)


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": "2.5.2"
"version": "2.6.0"
}
11 changes: 11 additions & 0 deletions packages/pectin-api/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.

# [2.6.0](https://github.com/evocateur/pectin/compare/v2.5.2...v2.6.0) (2018-12-27)


### Features

* **core:** Enable chunking for CommonJS ([480f20d](https://github.com/evocateur/pectin/commit/480f20d))





## [2.5.2](https://github.com/evocateur/pectin/compare/v2.5.1...v2.5.2) (2018-12-13)


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": "2.5.2",
"version": "2.6.0",
"description": "Conventional rollup builds for lerna monorepos",
"keywords": [
"rollup",
Expand Down
11 changes: 11 additions & 0 deletions packages/pectin-cli/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.

# [2.6.0](https://github.com/evocateur/pectin/compare/v2.5.2...v2.6.0) (2018-12-27)


### Features

* **cli:** Upgrade rollup to ^0.68.2 ([22a0411](https://github.com/evocateur/pectin/commit/22a0411))





## [2.5.2](https://github.com/evocateur/pectin/compare/v2.5.1...v2.5.2) (2018-12-13)

**Note:** Version bump only for package @pectin/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/pectin-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pectin/cli",
"version": "2.5.2",
"version": "2.6.0",
"description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos",
"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.

# [2.6.0](https://github.com/evocateur/pectin/compare/v2.5.2...v2.6.0) (2018-12-27)


### Features

* **cli:** Upgrade rollup to ^0.68.2 ([22a0411](https://github.com/evocateur/pectin/commit/22a0411))
* **core:** Enable chunking for CommonJS ([480f20d](https://github.com/evocateur/pectin/commit/480f20d))





## [2.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16)

**Note:** Version bump only for package @pectin/core
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": "2.5.1",
"version": "2.6.0",
"description": "Core implementation of pectin logic",
"keywords": [
"rollup",
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup-config-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.

# [2.6.0](https://github.com/evocateur/pectin/compare/v2.5.2...v2.6.0) (2018-12-27)


### Features

* **core:** Enable chunking for CommonJS ([480f20d](https://github.com/evocateur/pectin/commit/480f20d))





## [2.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16)

**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": "2.5.1",
"version": "2.6.0",
"description": "Rollup config for tree-shakeable libraries based on conventional patterns",
"keywords": [
"rollup",
Expand Down

0 comments on commit 8a4ee1e

Please sign in to comment.