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]
 - @angular-builders/[email protected]
 - [email protected]
  • Loading branch information
JeB committed Jan 28, 2020
1 parent 441adec commit 1060d09
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.

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





## 9.0.0-beta.0 (2020-01-04)

- ci: use verdaccio for e2e ([23f9235](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/23f9235))
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-beta.0",
"version": "9.0.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": [
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.

## 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/jest/commit/441adec)), closes [#672](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/672)





## 9.0.0-beta.0 (2020-01-04)

- build!: direct dependency on @angular-devkit 9 ([6f0ac12](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/6f0ac12))
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-beta.0",
"version": "9.0.0-beta.1",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/timestamp/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.

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





## 9.0.0-beta.1 (2020-01-25)

- chore(deps-dev): bump karma-jasmine from 3.0.3 to 3.1.0 ([bf4f11c](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/bf4f11c))
Expand Down
8 changes: 8 additions & 0 deletions packages/timestamp/example/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.

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





## 9.0.0-beta.1 (2020-01-25)

- chore(deps-dev): bump karma-jasmine from 3.0.3 to 3.1.0 ([bf4f11c](https://github.com/just-jeb/angular-builders/commit/bf4f11c))
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/timestamp",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"
Expand Down

0 comments on commit 1060d09

Please sign in to comment.