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 Aug 2, 2019
1 parent ad52f90 commit 2fb505d
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 5 deletions.
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.

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


### Bug Fixes

* **api:** Log errors caught during config generation instead of completely swallowing them ([26ba75b](https://github.com/evocateur/pectin/commit/26ba75b))





# 4.0.0 (2019-08-01)


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.0",
"version": "4.0.1",
"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.3.1](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2019-08-02)


### Bug Fixes

* **config:** Throw an error if a Babel config cannot be located ([99c3f43](https://github.com/evocateur/pectin/commit/99c3f43))





# [3.3.0](https://github.com/evocateur/pectin/compare/v3.2.0...v3.3.0) (2019-06-17)


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.3.0",
"version": "3.3.1",
"description": "Locate and prepare custom babel config for rollup-plugin-babel",
"keywords": [
"rollup",
Expand Down
8 changes: 8 additions & 0 deletions packages/pectin-core/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.1](https://github.com/evocateur/pectin/compare/@pectin/[email protected]...@pectin/[email protected]) (2019-08-02)

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





# 4.0.0 (2019-08-01)


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.0",
"version": "4.0.1",
"description": "Core implementation of pectin logic",
"keywords": [
"rollup",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.5.1](https://github.com/evocateur/pectin/compare/[email protected]@3.5.1) (2019-08-02)

**Note:** Version bump only for package pectin





# 3.5.0 (2019-08-01)


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.5.0",
"version": "3.5.1",
"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.

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

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





# 4.0.0 (2019-08-01)


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

0 comments on commit 2fb505d

Please sign in to comment.