diff --git a/packages/custom-webpack/CHANGELOG.md b/packages/custom-webpack/CHANGELOG.md
index c2012e689..1f78d2db2 100644
--- a/packages/custom-webpack/CHANGELOG.md
+++ b/packages/custom-webpack/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.
-## 10.0.1-beta.1 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package @angular-builders/custom-webpack
+## 10.0.1-beta.1 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/831)
## 10.0.1-beta.0 (2020-09-01)
-* chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7de38ff))
-
-
-
-
+- chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7de38ff))
## 10.0.0 (2020-07-21)
diff --git a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md
index 230e7c115..04fd06a33 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.
-## 10.0.1-beta.0 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package full-cycle-app
+## 10.0.1-beta.0 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
## 10.0.0 (2020-07-21)
diff --git a/packages/custom-webpack/examples/full-cycle-app/package.json b/packages/custom-webpack/examples/full-cycle-app/package.json
index bc58ebf9b..62af0b86d 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": "10.0.1-beta.0",
+ "version": "10.0.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 6f7876cfb..a80b71075 100644
--- a/packages/custom-webpack/examples/sanity-app/CHANGELOG.md
+++ b/packages/custom-webpack/examples/sanity-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.
-## 10.0.1-beta.0 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package sanity-app
+## 10.0.1-beta.0 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
## 10.0.0 (2020-07-21)
diff --git a/packages/custom-webpack/examples/sanity-app/package.json b/packages/custom-webpack/examples/sanity-app/package.json
index f9bc312e6..e7dfb7a5f 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": "10.0.1-beta.0",
+ "version": "10.0.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 ad5c2d42d..6cde71c37 100644
--- a/packages/custom-webpack/package.json
+++ b/packages/custom-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-webpack",
- "version": "10.0.1-beta.1",
+ "version": "10.0.1",
"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 e43c57040..d40a858fa 100644
--- a/packages/jest/CHANGELOG.md
+++ b/packages/jest/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.
-## 10.0.1-beta.1 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package @angular-builders/jest
+## 10.0.1-beta.1 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/831)
## 10.0.1-beta.0 (2020-09-05)
-* fix(jest): support astTransformers object syntax (#828) ([0acd239](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/0acd239)), closes [#828](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/828) [#825](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/825)
-
-
-
-
+- fix(jest): support astTransformers object syntax (#828) ([0acd239](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/0acd239)), closes [#828](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/828) [#825](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/825)
## 10.0.0 (2020-07-21)
diff --git a/packages/jest/examples/multiple-apps/CHANGELOG.md b/packages/jest/examples/multiple-apps/CHANGELOG.md
index 4db825493..47b1821b4 100644
--- a/packages/jest/examples/multiple-apps/CHANGELOG.md
+++ b/packages/jest/examples/multiple-apps/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.
-## 10.0.1-beta.0 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package multiple-apps
+## 10.0.1-beta.0 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
## 10.0.0 (2020-07-21)
diff --git a/packages/jest/examples/multiple-apps/package.json b/packages/jest/examples/multiple-apps/package.json
index 7f3bd2f70..13af3aa91 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": "10.0.1-beta.0",
+ "version": "10.0.1",
"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 1b21cd343..48de60d2d 100644
--- a/packages/jest/examples/simple-app/CHANGELOG.md
+++ b/packages/jest/examples/simple-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.
-## 10.0.1-beta.0 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package simple-app
+## 10.0.1-beta.0 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
## 10.0.0 (2020-07-21)
diff --git a/packages/jest/examples/simple-app/package.json b/packages/jest/examples/simple-app/package.json
index 7a5806d3b..446997658 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": "10.0.1-beta.0",
+ "version": "10.0.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 5eb66fcb2..be56db4f9 100644
--- a/packages/jest/package.json
+++ b/packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/jest",
- "version": "10.0.1-beta.1",
+ "version": "10.0.1",
"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 541588626..f41e66646 100644
--- a/packages/timestamp/CHANGELOG.md
+++ b/packages/timestamp/CHANGELOG.md
@@ -3,109 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## 10.0.1-beta.12 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package @angular-builders/timestamp
+## 10.0.1-beta.12 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/831)
## 10.0.1-beta.11 (2020-09-04)
-* chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/418d8ed))
-
-
-
-
+- chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/418d8ed))
## 10.0.1-beta.10 (2020-09-03)
-* chore(deps): bump @angular-devkit/build-angular ([1e6ea84](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/1e6ea84))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([1e6ea84](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/1e6ea84))
## 10.0.1-beta.9 (2020-09-01)
-* chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/7de38ff))
-
-
-
-
+- chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/7de38ff))
## 10.0.1-beta.8 (2020-09-01)
-* chore(deps): bump @angular-devkit/build-angular ([f0b361a](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/f0b361a))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([f0b361a](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/f0b361a))
## 10.0.1-beta.7 (2020-09-01)
-* chore(deps-dev): bump karma from 5.1.1 to 5.2.0 ([a58b0d6](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/a58b0d6))
-
-
-
-
+- chore(deps-dev): bump karma from 5.1.1 to 5.2.0 ([a58b0d6](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/a58b0d6))
## 10.0.1-beta.6 (2020-08-21)
-* chore(deps): bump @angular-devkit/build-angular ([ac8c8f3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ac8c8f3))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([ac8c8f3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ac8c8f3))
## 10.0.1-beta.5 (2020-08-18)
-* chore(deps): bump zone.js from 0.10.3 to 0.11.0 ([ed4e820](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ed4e820))
-
-
-
-
+- chore(deps): bump zone.js from 0.10.3 to 0.11.0 ([ed4e820](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ed4e820))
## 10.0.1-beta.4 (2020-08-13)
-* chore(deps): bump @angular-devkit/build-angular ([fe2fd7b](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/fe2fd7b))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([fe2fd7b](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/fe2fd7b))
## 10.0.1-beta.3 (2020-08-11)
-* chore(deps-dev): bump karma-jasmine from 3.3.1 to 4.0.0 ([03cc6c7](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/03cc6c7))
-
-
-
-
+- chore(deps-dev): bump karma-jasmine from 3.3.1 to 4.0.0 ([03cc6c7](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/03cc6c7))
## 10.0.1-beta.2 (2020-08-01)
-* chore(deps): bump @angular-devkit/build-angular ([4d85c19](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/4d85c19))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([4d85c19](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/4d85c19))
## 10.0.1-beta.1 (2020-07-30)
-* chore(deps-dev): bump jasmine-core from 3.5.0 to 3.6.0 ([7928992](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/7928992))
-
-
-
-
+- chore(deps-dev): bump jasmine-core from 3.5.0 to 3.6.0 ([7928992](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/7928992))
## 10.0.1-beta.0 (2020-07-30)
-* chore(deps): bump @angular-devkit/build-angular ([1bb4f68](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/1bb4f68))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([1bb4f68](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/1bb4f68))
## 10.0.0 (2020-07-21)
diff --git a/packages/timestamp/example/CHANGELOG.md b/packages/timestamp/example/CHANGELOG.md
index 1edc824a3..7c73818e4 100644
--- a/packages/timestamp/example/CHANGELOG.md
+++ b/packages/timestamp/example/CHANGELOG.md
@@ -3,109 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## 10.0.1-beta.12 (2020-09-06)
-
-* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
-
+## 10.0.1 (2020-09-09)
+**Note:** Version bump only for package example
+## 10.0.1-beta.12 (2020-09-06)
+- chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)
## 10.0.1-beta.11 (2020-09-04)
-* chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/commit/418d8ed))
-
-
-
-
+- chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/commit/418d8ed))
## 10.0.1-beta.10 (2020-09-03)
-* chore(deps): bump @angular-devkit/build-angular ([1e6ea84](https://github.com/just-jeb/angular-builders/commit/1e6ea84))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([1e6ea84](https://github.com/just-jeb/angular-builders/commit/1e6ea84))
## 10.0.1-beta.9 (2020-09-01)
-* chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/commit/7de38ff))
-
-
-
-
+- chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/commit/7de38ff))
## 10.0.1-beta.8 (2020-09-01)
-* chore(deps): bump @angular-devkit/build-angular ([f0b361a](https://github.com/just-jeb/angular-builders/commit/f0b361a))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([f0b361a](https://github.com/just-jeb/angular-builders/commit/f0b361a))
## 10.0.1-beta.7 (2020-09-01)
-* chore(deps-dev): bump karma from 5.1.1 to 5.2.0 ([a58b0d6](https://github.com/just-jeb/angular-builders/commit/a58b0d6))
-
-
-
-
+- chore(deps-dev): bump karma from 5.1.1 to 5.2.0 ([a58b0d6](https://github.com/just-jeb/angular-builders/commit/a58b0d6))
## 10.0.1-beta.6 (2020-08-21)
-* chore(deps): bump @angular-devkit/build-angular ([ac8c8f3](https://github.com/just-jeb/angular-builders/commit/ac8c8f3))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([ac8c8f3](https://github.com/just-jeb/angular-builders/commit/ac8c8f3))
## 10.0.1-beta.5 (2020-08-18)
-* chore(deps): bump zone.js from 0.10.3 to 0.11.0 ([ed4e820](https://github.com/just-jeb/angular-builders/commit/ed4e820))
-
-
-
-
+- chore(deps): bump zone.js from 0.10.3 to 0.11.0 ([ed4e820](https://github.com/just-jeb/angular-builders/commit/ed4e820))
## 10.0.1-beta.4 (2020-08-13)
-* chore(deps): bump @angular-devkit/build-angular ([fe2fd7b](https://github.com/just-jeb/angular-builders/commit/fe2fd7b))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([fe2fd7b](https://github.com/just-jeb/angular-builders/commit/fe2fd7b))
## 10.0.1-beta.3 (2020-08-11)
-* chore(deps-dev): bump karma-jasmine from 3.3.1 to 4.0.0 ([03cc6c7](https://github.com/just-jeb/angular-builders/commit/03cc6c7))
-
-
-
-
+- chore(deps-dev): bump karma-jasmine from 3.3.1 to 4.0.0 ([03cc6c7](https://github.com/just-jeb/angular-builders/commit/03cc6c7))
## 10.0.1-beta.2 (2020-08-01)
-* chore(deps): bump @angular-devkit/build-angular ([4d85c19](https://github.com/just-jeb/angular-builders/commit/4d85c19))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([4d85c19](https://github.com/just-jeb/angular-builders/commit/4d85c19))
## 10.0.1-beta.1 (2020-07-30)
-* chore(deps-dev): bump jasmine-core from 3.5.0 to 3.6.0 ([7928992](https://github.com/just-jeb/angular-builders/commit/7928992))
-
-
-
-
+- chore(deps-dev): bump jasmine-core from 3.5.0 to 3.6.0 ([7928992](https://github.com/just-jeb/angular-builders/commit/7928992))
## 10.0.1-beta.0 (2020-07-30)
-* chore(deps): bump @angular-devkit/build-angular ([1bb4f68](https://github.com/just-jeb/angular-builders/commit/1bb4f68))
-
-
-
-
+- chore(deps): bump @angular-devkit/build-angular ([1bb4f68](https://github.com/just-jeb/angular-builders/commit/1bb4f68))
## 10.0.0 (2020-07-21)
diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json
index f85dde86b..7255b7a14 100644
--- a/packages/timestamp/example/package.json
+++ b/packages/timestamp/example/package.json
@@ -1,6 +1,6 @@
{
"name": "example",
- "version": "10.0.1-beta.12",
+ "version": "10.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json
index 3b672b589..5ff4ea087 100644
--- a/packages/timestamp/package.json
+++ b/packages/timestamp/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/timestamp",
- "version": "10.0.1-beta.12",
+ "version": "10.0.1",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"