From f0ce8bcdbd77ecc274dd939a4e4a36daa5809c0c Mon Sep 17 00:00:00 2001 From: JeB Date: Sun, 23 Feb 2020 17:02:06 +0000 Subject: [PATCH] ci(release): publish - @angular-builders/custom-webpack@9.0.0-beta.2 - @angular-builders/jest@9.0.0-beta.4 - @angular-builders/timestamp@9.0.0-beta.3 - full-cycle-app@9.0.0-beta.1 - sanity-app@9.0.0-beta.1 - multiple-apps@9.0.0-beta.2 - simple-app@9.0.0-beta.1 - example@9.0.0-beta.3 --- packages/custom-webpack/CHANGELOG.md | 8 ++++++++ .../custom-webpack/examples/full-cycle-app/CHANGELOG.md | 8 ++++++++ .../custom-webpack/examples/full-cycle-app/package.json | 2 +- packages/custom-webpack/examples/sanity-app/CHANGELOG.md | 8 ++++++++ packages/custom-webpack/examples/sanity-app/package.json | 2 +- packages/custom-webpack/package.json | 2 +- packages/jest/CHANGELOG.md | 8 ++++++++ packages/jest/examples/multiple-apps/CHANGELOG.md | 8 ++++++++ packages/jest/examples/multiple-apps/package.json | 2 +- packages/jest/examples/simple-app/CHANGELOG.md | 8 ++++++++ packages/jest/examples/simple-app/package.json | 2 +- packages/jest/package.json | 2 +- packages/timestamp/CHANGELOG.md | 8 ++++++++ packages/timestamp/example/CHANGELOG.md | 8 ++++++++ packages/timestamp/example/package.json | 2 +- packages/timestamp/package.json | 2 +- 16 files changed, 72 insertions(+), 8 deletions(-) diff --git a/packages/custom-webpack/CHANGELOG.md b/packages/custom-webpack/CHANGELOG.md index c0b9393b5..b8f1bf70d 100644 --- a/packages/custom-webpack/CHANGELOG.md +++ b/packages/custom-webpack/CHANGELOG.md @@ -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. +## 9.0.0-beta.2 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/685) + + + + + ## 9.0.0-beta.1 (2020-01-28) * docs: add 'next' tag badges (#672) ([441adec](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/441adec)), closes [#672](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/672) diff --git a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md index 0debe6de9..abbdce48a 100644 --- a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md +++ b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md @@ -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. +## 9.0.0-beta.1 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/issues/685) + + + + + ## 9.0.0-beta.0 (2020-01-04) - ci: use verdaccio for e2e ([23f9235](https://github.com/just-jeb/angular-builders/commit/23f9235)) diff --git a/packages/custom-webpack/examples/full-cycle-app/package.json b/packages/custom-webpack/examples/full-cycle-app/package.json index 309c79c01..c6f10eb08 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.0.0-beta.0", + "version": "9.0.0-beta.1", "scripts": { "ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng", "start": "yarn ng serve", diff --git a/packages/custom-webpack/examples/sanity-app/CHANGELOG.md b/packages/custom-webpack/examples/sanity-app/CHANGELOG.md index b6816bfc5..b86c77a33 100644 --- a/packages/custom-webpack/examples/sanity-app/CHANGELOG.md +++ b/packages/custom-webpack/examples/sanity-app/CHANGELOG.md @@ -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. +## 9.0.0-beta.1 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/issues/685) + + + + + ## 9.0.0-beta.0 (2020-01-04) - ci: use verdaccio for e2e ([23f9235](https://github.com/just-jeb/angular-builders/commit/23f9235)) diff --git a/packages/custom-webpack/examples/sanity-app/package.json b/packages/custom-webpack/examples/sanity-app/package.json index f6c3ce28d..8863de79d 100644 --- a/packages/custom-webpack/examples/sanity-app/package.json +++ b/packages/custom-webpack/examples/sanity-app/package.json @@ -1,6 +1,6 @@ { "name": "sanity-app", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "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 2bb0ea5a3..2064d21d7 100644 --- a/packages/custom-webpack/package.json +++ b/packages/custom-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/custom-webpack", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "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/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 7acde8214..8bfb9ced0 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -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. +## 9.0.0-beta.4 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/685) + + + + + ## 9.0.0-beta.3 (2020-02-01) * fix(jest): improve testsMatch pattern for Jest 25 (#675) ([0e04a6d](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/0e04a6d)), closes [#675](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/675) diff --git a/packages/jest/examples/multiple-apps/CHANGELOG.md b/packages/jest/examples/multiple-apps/CHANGELOG.md index 57a3bec3f..58adafe38 100644 --- a/packages/jest/examples/multiple-apps/CHANGELOG.md +++ b/packages/jest/examples/multiple-apps/CHANGELOG.md @@ -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. +## 9.0.0-beta.2 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/issues/685) + + + + + ## 9.0.0-beta.1 (2020-02-01) * fix(jest): improve testsMatch pattern for Jest 25 (#675) ([0e04a6d](https://github.com/just-jeb/angular-builders/commit/0e04a6d)), closes [#675](https://github.com/just-jeb/angular-builders/issues/675) diff --git a/packages/jest/examples/multiple-apps/package.json b/packages/jest/examples/multiple-apps/package.json index 78943b810..67f08e68a 100644 --- a/packages/jest/examples/multiple-apps/package.json +++ b/packages/jest/examples/multiple-apps/package.json @@ -1,6 +1,6 @@ { "name": "multiple-apps", - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "scripts": { "ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng", "start": "yarn ng serve", diff --git a/packages/jest/examples/simple-app/CHANGELOG.md b/packages/jest/examples/simple-app/CHANGELOG.md index 27e0af8e8..186c80c8b 100644 --- a/packages/jest/examples/simple-app/CHANGELOG.md +++ b/packages/jest/examples/simple-app/CHANGELOG.md @@ -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. +## 9.0.0-beta.1 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/issues/685) + + + + + ## 9.0.0-beta.0 (2020-01-04) - ci: use verdaccio for e2e ([23f9235](https://github.com/just-jeb/angular-builders/commit/23f9235)) diff --git a/packages/jest/examples/simple-app/package.json b/packages/jest/examples/simple-app/package.json index 7edf1d12d..f3e386e20 100644 --- a/packages/jest/examples/simple-app/package.json +++ b/packages/jest/examples/simple-app/package.json @@ -1,6 +1,6 @@ { "name": "simple-app", - "version": "9.0.0-beta.0", + "version": "9.0.0-beta.1", "scripts": { "ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng", "start": "yarn ng serve", diff --git a/packages/jest/package.json b/packages/jest/package.json index 107d74c9a..483f3e3e5 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/jest", - "version": "9.0.0-beta.3", + "version": "9.0.0-beta.4", "description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma", "repository": { "type": "git", diff --git a/packages/timestamp/CHANGELOG.md b/packages/timestamp/CHANGELOG.md index 61c97c09d..d0b681681 100644 --- a/packages/timestamp/CHANGELOG.md +++ b/packages/timestamp/CHANGELOG.md @@ -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. +## 9.0.0-beta.3 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/685) + + + + + ## 9.0.0-beta.2 (2020-01-28) * docs: add 'next' tag badges (#672) ([441adec](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/441adec)), closes [#672](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/672) diff --git a/packages/timestamp/example/CHANGELOG.md b/packages/timestamp/example/CHANGELOG.md index 1b2af0eac..cd292bcba 100644 --- a/packages/timestamp/example/CHANGELOG.md +++ b/packages/timestamp/example/CHANGELOG.md @@ -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. +## 9.0.0-beta.3 (2020-02-23) + +* docs: update README and MIGRATION for v9 (#685) ([92ec06d](https://github.com/just-jeb/angular-builders/commit/92ec06d)), closes [#685](https://github.com/just-jeb/angular-builders/issues/685) + + + + + ## 9.0.0-beta.2 (2020-01-28) * docs: add 'next' tag badges (#672) ([441adec](https://github.com/just-jeb/angular-builders/commit/441adec)), closes [#672](https://github.com/just-jeb/angular-builders/issues/672) diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json index 30259f035..194129ef0 100644 --- a/packages/timestamp/example/package.json +++ b/packages/timestamp/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "9.0.0-beta.2", + "version": "9.0.0-beta.3", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json index 04eed1312..432989ef7 100644 --- a/packages/timestamp/package.json +++ b/packages/timestamp/package.json @@ -1,6 +1,6 @@ { "name": "@angular-builders/timestamp", - "version": "9.0.0-beta.2", + "version": "9.0.0-beta.3", "repository": { "type": "git", "url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"