From f59ace8f2ecea735e72a05df2c0cdd88c3c0dbea Mon Sep 17 00:00:00 2001 From: JeB Date: Tue, 23 Jun 2020 18:29:13 +0300 Subject: [PATCH] ci(release): publish - @angular-builders/custom-webpack@9.2.0 - @angular-builders/timestamp@9.0.2 - full-cycle-app@9.2.0 - example@9.0.2 --- packages/custom-webpack/CHANGELOG.md | 10 +++++----- .../examples/full-cycle-app/CHANGELOG.md | 8 ++++---- .../examples/full-cycle-app/package.json | 2 +- packages/custom-webpack/package.json | 2 +- packages/timestamp/CHANGELOG.md | 14 +++++--------- packages/timestamp/example/CHANGELOG.md | 14 +++++--------- packages/timestamp/example/package.json | 2 +- packages/timestamp/package.json | 2 +- 8 files changed, 23 insertions(+), 31 deletions(-) diff --git a/packages/custom-webpack/CHANGELOG.md b/packages/custom-webpack/CHANGELOG.md index a3a95c619..990c52c33 100644 --- a/packages/custom-webpack/CHANGELOG.md +++ b/packages/custom-webpack/CHANGELOG.md @@ -3,14 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 9.2.0-beta.0 (2020-04-15) - -* docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440)) -* feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/721) [#683](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/683) - +## 9.2.0 (2020-06-23) +**Note:** Version bump only for package @angular-builders/custom-webpack +## 9.2.0-beta.0 (2020-04-15) +- docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440)) +- feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/721) [#683](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/683) ## 9.1.0 (2020-04-05) diff --git a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md index 76b9c3a1a..24b23c07d 100644 --- a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md +++ b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 9.2.0-beta.0 (2020-04-15) - -* feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/issues/721) [#683](https://github.com/just-jeb/angular-builders/issues/683) - +## 9.2.0 (2020-06-23) +**Note:** Version bump only for package full-cycle-app +## 9.2.0-beta.0 (2020-04-15) +- feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/issues/721) [#683](https://github.com/just-jeb/angular-builders/issues/683) ## 9.1.0 (2020-04-05) diff --git a/packages/custom-webpack/examples/full-cycle-app/package.json b/packages/custom-webpack/examples/full-cycle-app/package.json index 61d979f8f..5a63af251 100644 --- a/packages/custom-webpack/examples/full-cycle-app/package.json +++ b/packages/custom-webpack/examples/full-cycle-app/package.json @@ -1,6 +1,6 @@ { "name": "full-cycle-app", - "version": "9.2.0-beta.0", + "version": "9.2.0", "scripts": { "ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng", "start": "yarn ng serve", diff --git a/packages/custom-webpack/package.json b/packages/custom-webpack/package.json index 13d573c4e..90ed5077d 100644 --- a/packages/custom-webpack/package.json +++ b/packages/custom-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/custom-webpack", - "version": "9.2.0-beta.0", + "version": "9.2.0", "description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it", "main": "dist/index.js", "files": [ diff --git a/packages/timestamp/CHANGELOG.md b/packages/timestamp/CHANGELOG.md index 6b1dcf3cf..65d1c4ba6 100644 --- a/packages/timestamp/CHANGELOG.md +++ b/packages/timestamp/CHANGELOG.md @@ -3,21 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 9.0.2-beta.1 (2020-04-20) - -* chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/c78c0d3)) - +## 9.0.2 (2020-06-23) +**Note:** Version bump only for package @angular-builders/timestamp +## 9.0.2-beta.1 (2020-04-20) +- chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/c78c0d3)) ## 9.0.2-beta.0 (2020-04-10) -* chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ca08d01)) - - - - +- chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ca08d01)) ## 9.0.1 (2020-04-05) diff --git a/packages/timestamp/example/CHANGELOG.md b/packages/timestamp/example/CHANGELOG.md index 895491708..a4e2f249e 100644 --- a/packages/timestamp/example/CHANGELOG.md +++ b/packages/timestamp/example/CHANGELOG.md @@ -3,21 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## 9.0.2-beta.1 (2020-04-20) - -* chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/commit/c78c0d3)) - +## 9.0.2 (2020-06-23) +**Note:** Version bump only for package example +## 9.0.2-beta.1 (2020-04-20) +- chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/commit/c78c0d3)) ## 9.0.2-beta.0 (2020-04-10) -* chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01)) - - - - +- chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01)) ## 9.0.1 (2020-04-05) diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json index 614d7790c..c8fb8f66f 100644 --- a/packages/timestamp/example/package.json +++ b/packages/timestamp/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "9.0.2-beta.1", + "version": "9.0.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json index 8fad96fdc..20e26510b 100644 --- a/packages/timestamp/package.json +++ b/packages/timestamp/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/timestamp", - "version": "9.0.2-beta.1", + "version": "9.0.2", "repository": { "type": "git", "url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"