Skip to content

Commit f59ace8

Browse files
author
JeB
committed
ci(release): publish
- @angular-builders/[email protected] - @angular-builders/[email protected] - [email protected] - [email protected]
1 parent c7d2643 commit f59ace8

File tree

8 files changed

+23
-31
lines changed

8 files changed

+23
-31
lines changed

packages/custom-webpack/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 9.2.0-beta.0 (2020-04-15)
7-
8-
* docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440))
9-
* 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)
10-
6+
## 9.2.0 (2020-06-23)
117

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

10+
## 9.2.0-beta.0 (2020-04-15)
1311

12+
- docs(custom-webpack): update README ([0b81440](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/0b81440))
13+
- 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)
1414

1515
## 9.1.0 (2020-04-05)
1616

packages/custom-webpack/examples/full-cycle-app/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 9.2.0-beta.0 (2020-04-15)
7-
8-
* 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-
6+
## 9.2.0 (2020-06-23)
107

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

10+
## 9.2.0-beta.0 (2020-04-15)
1211

12+
- 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)
1313

1414
## 9.1.0 (2020-04-05)
1515

packages/custom-webpack/examples/full-cycle-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "full-cycle-app",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"scripts": {
55
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
66
"start": "yarn ng serve",

packages/custom-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/custom-webpack",
3-
"version": "9.2.0-beta.0",
3+
"version": "9.2.0",
44
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
55
"main": "dist/index.js",
66
"files": [

packages/timestamp/CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## <small>9.0.2-beta.1 (2020-04-20)</small>
7-
8-
* 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))
9-
6+
## <small>9.0.2 (2020-06-23)</small>
107

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

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

12+
- 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))
1313

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

16-
* 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))
17-
18-
19-
20-
16+
- 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))
2117

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

packages/timestamp/example/CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## <small>9.0.2-beta.1 (2020-04-20)</small>
7-
8-
* chore(deps): bump ts-node from 8.8.2 to 8.9.0 ([c78c0d3](https://github.com/just-jeb/angular-builders/commit/c78c0d3))
9-
6+
## <small>9.0.2 (2020-06-23)</small>
107

8+
**Note:** Version bump only for package example
119

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

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

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

16-
* chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01))
17-
18-
19-
20-
16+
- chore(deps-dev): bump karma from 4.4.1 to 5.0.1 ([ca08d01](https://github.com/just-jeb/angular-builders/commit/ca08d01))
2117

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

packages/timestamp/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "9.0.2-beta.1",
3+
"version": "9.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

packages/timestamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/timestamp",
3-
"version": "9.0.2-beta.1",
3+
"version": "9.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"

0 commit comments

Comments
 (0)