Skip to content

Commit 137a2ad

Browse files
author
JeB
committed
ci(release): publish
- timestamp-example@17.0.2-beta.16 - full-cycle-app@17.0.2-beta.16 - sanity-app-esm@17.0.2-beta.17 - sanity-app@17.0.2-beta.16 - multiple-apps@17.0.2-beta.18 - simple-app@17.0.2-beta.15 - @angular-builders/custom-webpack@16.0.2-beta.2 - @angular-builders/jest@16.0.2-beta.2 - @angular-builders/timestamp@16.0.2-beta.2
1 parent 1e26b1e commit 137a2ad

File tree

18 files changed

+45
-9
lines changed

18 files changed

+45
-9
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [17.0.2-beta.16](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@17.0.2-beta.15...full-cycle-app@17.0.2-beta.16) (2023-09-12)
7+
8+
**Note:** Version bump only for package full-cycle-app
9+
610
## [17.0.2-beta.15](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@17.0.2-beta.14...full-cycle-app@17.0.2-beta.15) (2023-09-09)
711

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

examples/custom-webpack/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": "17.0.2-beta.15",
3+
"version": "17.0.2-beta.16",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",

examples/custom-webpack/sanity-app-esm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [17.0.2-beta.17](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@17.0.2-beta.16...sanity-app-esm@17.0.2-beta.17) (2023-09-12)
7+
8+
**Note:** Version bump only for package sanity-app-esm
9+
610
## [17.0.2-beta.16](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@17.0.2-beta.15...sanity-app-esm@17.0.2-beta.16) (2023-09-09)
711

812
**Note:** Version bump only for package sanity-app-esm

examples/custom-webpack/sanity-app-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-app-esm",
3-
"version": "17.0.2-beta.16",
3+
"version": "17.0.2-beta.17",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

examples/custom-webpack/sanity-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [17.0.2-beta.16](https://github.com/just-jeb/angular-builders/compare/sanity-app@17.0.2-beta.15...sanity-app@17.0.2-beta.16) (2023-09-12)
7+
8+
**Note:** Version bump only for package sanity-app
9+
610
## [17.0.2-beta.15](https://github.com/just-jeb/angular-builders/compare/sanity-app@17.0.2-beta.14...sanity-app@17.0.2-beta.15) (2023-09-09)
711

812
**Note:** Version bump only for package sanity-app

examples/custom-webpack/sanity-app/package.json

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

examples/jest/multiple-apps/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [17.0.2-beta.18](https://github.com/just-jeb/angular-builders/compare/multiple-apps@17.0.2-beta.17...multiple-apps@17.0.2-beta.18) (2023-09-12)
7+
8+
**Note:** Version bump only for package multiple-apps
9+
610
## [17.0.2-beta.17](https://github.com/just-jeb/angular-builders/compare/multiple-apps@17.0.2-beta.16...multiple-apps@17.0.2-beta.17) (2023-09-09)
711

812
**Note:** Version bump only for package multiple-apps

examples/jest/multiple-apps/package.json

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

examples/jest/simple-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [17.0.2-beta.15](https://github.com/just-jeb/angular-builders/compare/simple-app@17.0.2-beta.14...simple-app@17.0.2-beta.15) (2023-09-12)
7+
8+
**Note:** Version bump only for package simple-app
9+
610
## [17.0.2-beta.14](https://github.com/just-jeb/angular-builders/compare/simple-app@17.0.2-beta.13...simple-app@17.0.2-beta.14) (2023-09-09)
711

812
**Note:** Version bump only for package simple-app

examples/jest/simple-app/package.json

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

0 commit comments

Comments
 (0)