Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - multiple-apps@15.0.1-beta.2
 - simple-app@15.0.1-beta.1
 - @angular-builders/jest@15.0.1-beta.1
  • Loading branch information
JeB committed Mar 14, 2023
1 parent 764d5da commit e3dca44
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions examples/jest/multiple-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.1-beta.2](https://github.com/just-jeb/angular-builders/compare/multiple-apps@15.0.1-beta.1...multiple-apps@15.0.1-beta.2) (2023-03-14)

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

## [15.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/multiple-apps@15.0.1-beta.0...multiple-apps@15.0.1-beta.1) (2023-01-24)

**Note:** Version bump only for package multiple-apps
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-apps",
"version": "15.0.1-beta.1",
"version": "15.0.1-beta.2",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
4 changes: 4 additions & 0 deletions examples/jest/simple-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/simple-app@15.0.1-beta.0...simple-app@15.0.1-beta.1) (2023-03-14)

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

## [15.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/simple-app@15.0.0...simple-app@15.0.1-beta.0) (2023-01-23)

**Note:** Version bump only for package simple-app
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "15.0.1-beta.0",
"version": "15.0.1-beta.1",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@15.0.1-beta.0...@angular-builders/jest@15.0.1-beta.1) (2023-03-14)

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

## [15.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@15.0.0...@angular-builders/jest@15.0.1-beta.0) (2023-01-23)

**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": "15.0.1-beta.0",
"version": "15.0.1-beta.1",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down

0 comments on commit e3dca44

Please sign in to comment.