Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 3, 2018
1 parent 64f98e3 commit 7230d4c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)


### Features

* **pectin-api:** Use [@lerna](https://github.com/lerna)/project static method to locate packages ([64f98e3](https://github.com/evocateur/pectin/commit/64f98e3))





<a name="1.0.0"></a>
# 1.0.0 (2018-08-31)

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": "1.0.0"
"version": "1.1.0"
}
12 changes: 12 additions & 0 deletions packages/pectin-api/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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)


### Features

* **pectin-api:** Use [@lerna](https://github.com/lerna)/project static method to locate packages ([64f98e3](https://github.com/evocateur/pectin/commit/64f98e3))





<a name="1.0.0"></a>
# 1.0.0 (2018-08-31)

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": "1.0.0",
"version": "1.1.0",
"description": "Conventional rollup builds for lerna monorepos",
"keywords": [
"rollup",
Expand Down
9 changes: 9 additions & 0 deletions packages/pectin-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/evocateur/pectin/compare/v1.0.0...v1.1.0) (2018-10-03)

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





<a name="1.0.0"></a>
# 1.0.0 (2018-08-31)

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": "1.0.0",
"version": "1.1.0",
"description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos",
"keywords": [
"rollup",
Expand Down

0 comments on commit 7230d4c

Please sign in to comment.