Skip to content

Commit e385cf7

Browse files
author
JeB
committed
1 parent 075c3a3 commit e385cf7

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

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

+4
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.1-beta.4](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.4) (2023-06-05)
7+
8+
**Note:** Version bump only for package full-cycle-app
9+
610
## [17.0.1-beta.3](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.3) (2023-06-04)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "full-cycle-app",
3-
"version": "17.0.1-beta.3",
3+
"version": "17.0.1-beta.4",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",

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

+4
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.1-beta.4](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.4) (2023-06-05)
7+
8+
**Note:** Version bump only for package sanity-app-esm
9+
610
## [17.0.1-beta.3](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.3) (2023-06-04)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-app-esm",
3-
"version": "17.0.1-beta.3",
3+
"version": "17.0.1-beta.4",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",

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

+4
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.1-beta.4](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.4) (2023-06-05)
7+
8+
**Note:** Version bump only for package sanity-app
9+
610
## [17.0.1-beta.3](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.3) (2023-06-04)
711

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-app",
3-
"version": "17.0.1-beta.3",
3+
"version": "17.0.1-beta.4",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",

examples/timestamp/CHANGELOG.md

+4
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.1-beta.3](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.3) (2023-06-05)
7+
8+
**Note:** Version bump only for package timestamp-example
9+
610
## [17.0.1-beta.2](https://github.com/just-jeb/angular-builders/compare/[email protected]@17.0.1-beta.2) (2023-06-04)
711

812
**Note:** Version bump only for package timestamp-example

examples/timestamp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timestamp-example",
3-
"version": "17.0.1-beta.2",
3+
"version": "17.0.1-beta.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)