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 Jun 23, 2020
1 parent c7d2643 commit f59ace8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 31 deletions.
10 changes: 5 additions & 5 deletions packages/custom-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 9.2.0-beta.0 (2020-04-15)

* docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440))
* feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/721) [#683](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/683)

## 9.2.0 (2020-06-23)

**Note:** Version bump only for package @angular-builders/custom-webpack

## 9.2.0-beta.0 (2020-04-15)

- docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440))
- feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/721) [#683](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/683)

## 9.1.0 (2020-04-05)

Expand Down
8 changes: 4 additions & 4 deletions packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 9.2.0-beta.0 (2020-04-15)

* feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/issues/721) [#683](https://github.com/just-jeb/angular-builders/issues/683)

## 9.2.0 (2020-06-23)

**Note:** Version bump only for package full-cycle-app

## 9.2.0-beta.0 (2020-04-15)

- feat(custom-webpack): pass target options to custom webpack config function (#721) ([7a44528](https://github.com/just-jeb/angular-builders/commit/7a44528)), closes [#721](https://github.com/just-jeb/angular-builders/issues/721) [#683](https://github.com/just-jeb/angular-builders/issues/683)

## 9.1.0 (2020-04-05)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-cycle-app",
"version": "9.2.0-beta.0",
"version": "9.2.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/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.2.0-beta.0",
"version": "9.2.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
14 changes: 5 additions & 9 deletions packages/timestamp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>9.0.2-beta.1 (2020-04-20)</small>

* chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/c78c0d3))

## <small>9.0.2 (2020-06-23)</small>

**Note:** Version bump only for package @angular-builders/timestamp

## <small>9.0.2-beta.1 (2020-04-20)</small>

- chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/c78c0d3))

## <small>9.0.2-beta.0 (2020-04-10)</small>

* chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ca08d01))




- chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/ca08d01))

## <small>9.0.1 (2020-04-05)</small>

Expand Down
14 changes: 5 additions & 9 deletions packages/timestamp/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## <small>9.0.2-beta.1 (2020-04-20)</small>

* chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/commit/c78c0d3))

## <small>9.0.2 (2020-06-23)</small>

**Note:** Version bump only for package example

## <small>9.0.2-beta.1 (2020-04-20)</small>

- chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/commit/c78c0d3))

## <small>9.0.2-beta.0 (2020-04-10)</small>

* chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01))




- chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01))

## <small>9.0.1 (2020-04-05)</small>

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.2-beta.1",
"version": "9.0.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.2-beta.1",
"version": "9.0.2",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"
Expand Down

0 comments on commit f59ace8

Please sign in to comment.