Skip to content

Commit

Permalink
chore(release): v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 15, 2018
1 parent b903b9b commit cb81733
Show file tree
Hide file tree
Showing 10 changed files with 53 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.

## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15)


### Bug Fixes

* **core:** Make SVG inlining opt-in via package prop ([d557bc2](https://github.com/evocateur/pectin/commit/d557bc2)), closes [#4](https://github.com/evocateur/pectin/issues/4)
* **core:** Re-order SVG plugin to avoid breaking React ([b916c7e](https://github.com/evocateur/pectin/commit/b916c7e)), closes [#4](https://github.com/evocateur/pectin/issues/4)





# [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"packages": [
"packages/*"
],
"version": "1.3.0"
"version": "1.3.1"
}
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.

## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15)

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





# [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10)

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

## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15)

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





# [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10)

**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": "1.3.0",
"version": "1.3.1",
"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.

## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15)


### Bug Fixes

* **core:** Make SVG inlining opt-in via package prop ([d557bc2](https://github.com/evocateur/pectin/commit/d557bc2)), closes [#4](https://github.com/evocateur/pectin/issues/4)
* **core:** Re-order SVG plugin to avoid breaking React ([b916c7e](https://github.com/evocateur/pectin/commit/b916c7e)), closes [#4](https://github.com/evocateur/pectin/issues/4)





# [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10)


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": "1.3.0",
"version": "1.3.1",
"description": "Core implementation of pectin logic",
"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.

## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15)

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





# [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10)

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

0 comments on commit cb81733

Please sign in to comment.