Skip to content

Commit

Permalink
chore(release): Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed May 22, 2020
1 parent 291a6fa commit 4adaa61
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 4 deletions.
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.

## [4.0.6](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2020-05-22)

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





## [4.0.5](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2019-10-17)


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

## [4.0.4](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2020-05-22)


### Bug Fixes

* **core:** Preserve format extensions against Rollup v2 chicanery ([14efe1e](https://github.com/evocateur/pectin/commit/14efe1e2dcd99294d86fabf0acbbf4020ed8bade))





## [4.0.3](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2019-08-21)

**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": "4.0.3",
"version": "4.0.4",
"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.6.2](https://github.com/evocateur/pectin/compare/[email protected]@3.6.2) (2020-05-22)


### Bug Fixes

* **cli:** Always resolve rollup from installed location, not CWD ([291a6fa](https://github.com/evocateur/pectin/commit/291a6fa54c592ca018b2bdef24358a61dc05014c))





## [3.6.1](https://github.com/evocateur/pectin/compare/[email protected]@3.6.1) (2019-10-17)

**Note:** Version bump only for package pectin
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.6.1",
"version": "3.6.2",
"description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos",
"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.

## [4.0.4](https://github.com/evocateur/pectin/compare/[email protected]@4.0.4) (2020-05-22)


### Bug Fixes

* **core:** Preserve format extensions against Rollup v2 chicanery ([14efe1e](https://github.com/evocateur/pectin/commit/14efe1e2dcd99294d86fabf0acbbf4020ed8bade))





## [4.0.3](https://github.com/evocateur/pectin/compare/[email protected]@4.0.3) (2019-08-21)

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

0 comments on commit 4adaa61

Please sign in to comment.