Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - @angular-builders/[email protected]
 - @angular-builders/[email protected]
 - [email protected]
 - [email protected]
  • Loading branch information
JeB committed Feb 23, 2020
1 parent 7cd52f8 commit de633f7
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/custom-webpack/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.

## <small>9.0.1-beta.0 (2020-02-23)</small>

* docs: minor fixes (#688) ([7cd52f8](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7cd52f8)), closes [#688](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/688)





## 9.0.0 (2020-02-23)

- ci(release): publish ([f0ce8bc](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/f0ce8bc))
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-webpack",
"version": "9.0.0",
"version": "9.0.1-beta.0",
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/jest/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.

## <small>9.0.1-beta.0 (2020-02-23)</small>

* docs: minor fixes (#688) ([7cd52f8](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/7cd52f8)), closes [#688](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/688)





## 9.0.0 (2020-02-23)

**Note:** Version bump only for package @angular-builders/jest
Expand Down
8 changes: 8 additions & 0 deletions packages/jest/examples/multiple-apps/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.

## <small>9.0.1-beta.0 (2020-02-23)</small>

* 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)





## 9.0.0 (2020-02-23)

**Note:** Version bump only for package multiple-apps
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/examples/multiple-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-apps",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest/examples/simple-app/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.

## <small>9.0.1-beta.0 (2020-02-23)</small>

* 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)





## 9.0.0 (2020-02-23)

**Note:** Version bump only for package simple-app
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/jest",
"version": "9.0.0",
"version": "9.0.1-beta.0",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down

0 comments on commit de633f7

Please sign in to comment.