Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - timestamp-example@14.0.1-beta.19
 - full-cycle-app@14.0.1-beta.19
 - sanity-app-esm@1.0.1-beta.18
 - sanity-app@14.0.1-beta.19
 - multiple-apps@14.0.1-beta.19
 - simple-app@14.0.1-beta.18
 - @angular-builders/custom-webpack@14.0.1-beta.2
 - @angular-builders/jest@14.0.1-beta.3
 - @angular-builders/timestamp@14.0.1-beta.2
  • Loading branch information
JeB committed Aug 19, 2022
1 parent 1dc2ec9 commit 5bd35d0
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 15 deletions.
8 changes: 8 additions & 0 deletions examples/custom-webpack/full-cycle-app/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.

### [14.0.1-beta.19](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@14.0.1-beta.18...full-cycle-app@14.0.1-beta.19) (2022-08-19)

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





### [14.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@14.0.1-beta.17...full-cycle-app@14.0.1-beta.18) (2022-08-19)

**Note:** Version bump only for package full-cycle-app
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-cycle-app",
"version": "14.0.1-beta.18",
"version": "14.0.1-beta.19",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand All @@ -25,7 +25,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1-beta.1",
"@angular-builders/custom-webpack": "^14.0.1-beta.2",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-webpack/sanity-app-esm/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.

### [1.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@1.0.1-beta.17...sanity-app-esm@1.0.1-beta.18) (2022-08-19)

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





### [1.0.1-beta.17](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@1.0.1-beta.16...sanity-app-esm@1.0.1-beta.17) (2022-08-19)

**Note:** Version bump only for package sanity-app-esm
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-webpack/sanity-app-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app-esm",
"version": "1.0.1-beta.17",
"version": "1.0.1-beta.18",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -29,7 +29,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1-beta.1",
"@angular-builders/custom-webpack": "^14.0.1-beta.2",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-webpack/sanity-app/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.

### [14.0.1-beta.19](https://github.com/just-jeb/angular-builders/compare/sanity-app@14.0.1-beta.18...sanity-app@14.0.1-beta.19) (2022-08-19)

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





### [14.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/sanity-app@14.0.1-beta.17...sanity-app@14.0.1-beta.18) (2022-08-19)

**Note:** Version bump only for package sanity-app
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app",
"version": "14.0.1-beta.18",
"version": "14.0.1-beta.19",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand All @@ -25,7 +25,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1-beta.1",
"@angular-builders/custom-webpack": "^14.0.1-beta.2",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/jest/multiple-apps/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.

### [14.0.1-beta.19](https://github.com/just-jeb/angular-builders/compare/multiple-apps@14.0.1-beta.18...multiple-apps@14.0.1-beta.19) (2022-08-19)

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





### [14.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/multiple-apps@14.0.1-beta.17...multiple-apps@14.0.1-beta.18) (2022-08-19)

**Note:** Version bump only for package multiple-apps
Expand Down
4 changes: 2 additions & 2 deletions examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-apps",
"version": "14.0.1-beta.18",
"version": "14.0.1-beta.19",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand All @@ -25,7 +25,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/jest": "^14.0.1-beta.2",
"@angular-builders/jest": "^14.0.1-beta.3",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/jest/simple-app/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.

### [14.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/simple-app@14.0.1-beta.17...simple-app@14.0.1-beta.18) (2022-08-19)

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





### [14.0.1-beta.17](https://github.com/just-jeb/angular-builders/compare/simple-app@14.0.1-beta.16...simple-app@14.0.1-beta.17) (2022-08-19)

**Note:** Version bump only for package simple-app
Expand Down
4 changes: 2 additions & 2 deletions examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "14.0.1-beta.17",
"version": "14.0.1-beta.18",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand All @@ -25,7 +25,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/jest": "^14.0.1-beta.2",
"@angular-builders/jest": "^14.0.1-beta.3",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/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.

### [14.0.1-beta.19](https://github.com/just-jeb/angular-builders/compare/timestamp-example@14.0.1-beta.18...timestamp-example@14.0.1-beta.19) (2022-08-19)

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





### [14.0.1-beta.18](https://github.com/just-jeb/angular-builders/compare/timestamp-example@14.0.1-beta.17...timestamp-example@14.0.1-beta.18) (2022-08-19)

**Note:** Version bump only for package timestamp-example
Expand Down
4 changes: 2 additions & 2 deletions examples/timestamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timestamp-example",
"version": "14.0.1-beta.18",
"version": "14.0.1-beta.19",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,7 +26,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-builders/timestamp": "^14.0.1-beta.1",
"@angular-builders/timestamp": "^14.0.1-beta.2",
"@angular-devkit/build-angular": "14.0.4",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.1.3",
Expand Down
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.

### [14.0.1-beta.2](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@14.0.1-beta.1...@angular-builders/custom-webpack@14.0.1-beta.2) (2022-08-19)

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





### [14.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@14.0.1-beta.0...@angular-builders/custom-webpack@14.0.1-beta.1) (2022-08-18)

**Note:** Version bump only for package @angular-builders/custom-webpack
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": "14.0.1-beta.1",
"version": "14.0.1-beta.2",
"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.

### [14.0.1-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@14.0.1-beta.2...@angular-builders/jest@14.0.1-beta.3) (2022-08-19)

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





### [14.0.1-beta.2](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@14.0.1-beta.1...@angular-builders/jest@14.0.1-beta.2) (2022-08-18)

**Note:** Version bump only for package @angular-builders/jest
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": "14.0.1-beta.2",
"version": "14.0.1-beta.3",
"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.

### [14.0.1-beta.2](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@14.0.1-beta.1...@angular-builders/timestamp@14.0.1-beta.2) (2022-08-19)

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





### [14.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@14.0.1-beta.0...@angular-builders/timestamp@14.0.1-beta.1) (2022-08-18)

**Note:** Version bump only for package @angular-builders/timestamp
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": "14.0.1-beta.1",
"version": "14.0.1-beta.2",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders",
Expand Down

0 comments on commit 5bd35d0

Please sign in to comment.