Skip to content

Commit 024e3f6

Browse files
author
JeB
committed
ci(release): publish
- multiple-apps@14.0.2-beta.11 - simple-app@14.0.2-beta.10 - @angular-builders/jest@14.0.2-beta.2
1 parent 4cc057c commit 024e3f6

6 files changed

Lines changed: 30 additions & 5 deletions

File tree

examples/jest/multiple-apps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
## [14.0.2-beta.11](https://github.com/just-jeb/angular-builders/compare/multiple-apps@14.0.2-beta.10...multiple-apps@14.0.2-beta.11) (2022-10-31)
7+
8+
**Note:** Version bump only for package multiple-apps
9+
10+
11+
12+
13+
614
### [14.0.2-beta.10](https://github.com/just-jeb/angular-builders/compare/multiple-apps@14.0.2-beta.9...multiple-apps@14.0.2-beta.10) (2022-10-19)
715

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

examples/jest/multiple-apps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-apps",
3-
"version": "14.0.2-beta.10",
3+
"version": "14.0.2-beta.11",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",
@@ -25,7 +25,7 @@
2525
"zone.js": "0.11.8"
2626
},
2727
"devDependencies": {
28-
"@angular-builders/jest": "^14.0.2-beta.1",
28+
"@angular-builders/jest": "^14.0.2-beta.2",
2929
"@angular-devkit/build-angular": "14.0.4",
3030
"@angular/cli": "14.0.4",
3131
"@angular/compiler-cli": "14.2.6",

examples/jest/simple-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
## [14.0.2-beta.10](https://github.com/just-jeb/angular-builders/compare/simple-app@14.0.2-beta.9...simple-app@14.0.2-beta.10) (2022-10-31)
7+
8+
**Note:** Version bump only for package simple-app
9+
10+
11+
12+
13+
614
### [14.0.2-beta.9](https://github.com/just-jeb/angular-builders/compare/simple-app@14.0.2-beta.8...simple-app@14.0.2-beta.9) (2022-10-19)
715

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

examples/jest/simple-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-app",
3-
"version": "14.0.2-beta.9",
3+
"version": "14.0.2-beta.10",
44
"scripts": {
55
"start": "ng serve",
66
"build": "ng build",
@@ -25,7 +25,7 @@
2525
"zone.js": "0.11.8"
2626
},
2727
"devDependencies": {
28-
"@angular-builders/jest": "^14.0.2-beta.1",
28+
"@angular-builders/jest": "^14.0.2-beta.2",
2929
"@angular-devkit/build-angular": "14.0.4",
3030
"@angular/cli": "14.0.4",
3131
"@angular/compiler-cli": "14.2.6",

packages/jest/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [14.0.2-beta.2](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@14.0.2-beta.1...@angular-builders/jest@14.0.2-beta.2) (2022-10-31)
7+
8+
9+
### Bug Fixes
10+
11+
* jest no-cache option ([#1290](https://github.com/just-jeb/angular-builders/issues/1290)) ([4cc057c](https://github.com/just-jeb/angular-builders/commit/4cc057cbb46c5a581dd519443a836d54de40d092))
12+
13+
14+
615
### [14.0.2-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@14.0.2-beta.0...@angular-builders/jest@14.0.2-beta.1) (2022-10-18)
716

817

packages/jest/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/jest",
3-
"version": "14.0.2-beta.1",
3+
"version": "14.0.2-beta.2",
44
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)