diff --git a/packages/custom-webpack/CHANGELOG.md b/packages/custom-webpack/CHANGELOG.md
index c93fdb6ed..3ba1d41fe 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.1.0-beta.1 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/709)
+
+
+
+
+
## 9.1.0-beta.0 (2020-02-27)
* feat(custom-webpack): support TS for indexTransform (#689) ([f97905c](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/f97905c)), closes [#689](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/689)
diff --git a/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md b/packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md
index f5e9d9bc5..e69a664a3 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.1.0-beta.1 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/issues/709)
+
+
+
+
+
## 9.1.0-beta.0 (2020-02-27)
* feat(custom-webpack): support TS for indexTransform (#689) ([f97905c](https://github.com/just-jeb/angular-builders/commit/f97905c)), closes [#689](https://github.com/just-jeb/angular-builders/issues/689)
diff --git a/packages/custom-webpack/examples/full-cycle-app/package.json b/packages/custom-webpack/examples/full-cycle-app/package.json
index 2ffe5ed14..5faed6517 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.1.0-beta.0",
+ "version": "9.1.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 855a6bbdd..647ec81af 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.1-beta.0 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/issues/709)
+
+
+
+
+
## 9.0.0 (2020-02-23)
**Note:** Version bump only for package sanity-app
diff --git a/packages/custom-webpack/examples/sanity-app/package.json b/packages/custom-webpack/examples/sanity-app/package.json
index cfe0d31f0..fa286d9d7 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",
+ "version": "9.0.1-beta.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 502704f9a..fd94829b8 100644
--- a/packages/custom-webpack/package.json
+++ b/packages/custom-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-webpack",
- "version": "9.1.0-beta.0",
+ "version": "9.1.0-beta.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 6fdbf3056..2d9546eec 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.1-beta.2 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/709)
+
+
+
+
+
## 9.0.1-beta.1 (2020-03-17)
* fix(jest): bump jest-preset-angular from 8.0.0 to 8.1.2 (#698) ([3e7159b](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/3e7159b)), closes [#698](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/698)
diff --git a/packages/jest/examples/multiple-apps/CHANGELOG.md b/packages/jest/examples/multiple-apps/CHANGELOG.md
index af23d9f9d..c1262b190 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.1-beta.1 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/issues/709)
+
+
+
+
+
## 9.0.1-beta.0 (2020-02-23)
* docs: minor fixes (#688) ([7cd52f8](https://github.com/just-jeb/angular-builders/commit/7cd52f8)), closes [#688](https://github.com/just-jeb/angular-builders/issues/688)
diff --git a/packages/jest/examples/multiple-apps/package.json b/packages/jest/examples/multiple-apps/package.json
index a677b48c3..df74e4ecc 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.1-beta.0",
+ "version": "9.0.1-beta.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 33ba18df3..4c040f1e1 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.1-beta.1 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/issues/709)
+
+
+
+
+
## 9.0.1-beta.0 (2020-02-23)
* docs: minor fixes (#688) ([7cd52f8](https://github.com/just-jeb/angular-builders/commit/7cd52f8)), closes [#688](https://github.com/just-jeb/angular-builders/issues/688)
diff --git a/packages/jest/examples/simple-app/package.json b/packages/jest/examples/simple-app/package.json
index 20f3f0cf3..831c4871b 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.1-beta.0",
+ "version": "9.0.1-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 6d9a26180..aa71209e1 100644
--- a/packages/jest/package.json
+++ b/packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/jest",
- "version": "9.0.1-beta.1",
+ "version": "9.0.1-beta.2",
"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 a14f38b3a..18fe44f3b 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.1-beta.3 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/709)
+
+
+
+
+
## 9.0.1-beta.2 (2020-03-22)
* chore(deps-dev): bump jasmine-spec-reporter from 4.2.1 to 5.0.0 ([df9710a](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/df9710a))
diff --git a/packages/timestamp/example/CHANGELOG.md b/packages/timestamp/example/CHANGELOG.md
index 7b104dcef..c4c1e1569 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.1-beta.3 (2020-03-29)
+
+* fix: adjust devkit version range to fit 0.9xx.0 (#709) ([99e061f](https://github.com/just-jeb/angular-builders/commit/99e061f)), closes [#709](https://github.com/just-jeb/angular-builders/issues/709)
+
+
+
+
+
## 9.0.1-beta.2 (2020-03-22)
* chore(deps-dev): bump jasmine-spec-reporter from 4.2.1 to 5.0.0 ([df9710a](https://github.com/just-jeb/angular-builders/commit/df9710a))
diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json
index 03ef4899f..c3873e4b5 100644
--- a/packages/timestamp/example/package.json
+++ b/packages/timestamp/example/package.json
@@ -1,6 +1,6 @@
{
"name": "example",
- "version": "9.0.1-beta.2",
+ "version": "9.0.1-beta.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/packages/timestamp/package.json b/packages/timestamp/package.json
index 70f11f08d..21e4be1e1 100644
--- a/packages/timestamp/package.json
+++ b/packages/timestamp/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/timestamp",
- "version": "9.0.1-beta.2",
+ "version": "9.0.1-beta.3",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"