Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - @angular-builders/[email protected]
 - @angular-builders/[email protected]
 - [email protected]
 - [email protected]
  • Loading branch information
JeB committed Jun 7, 2021
1 parent 6bd90f8 commit b46be16
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/custom-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-06-07)

### Features

- **jest:** update to jest-preset-angular@9 ([#913](https://github.com/just-jeb/angular-builders/issues/913)) ([6bd90f8](https://github.com/just-jeb/angular-builders/commit/6bd90f898289466832f91cde9e1304955a7d43e3))

### [12.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-05-27)

**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": "12.0.1-beta.0",
"version": "12.1.0-beta.0",
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-06-07)

### Features

- **jest:** update to jest-preset-angular@9 ([#913](https://github.com/just-jeb/angular-builders/issues/913)) ([6bd90f8](https://github.com/just-jeb/angular-builders/commit/6bd90f898289466832f91cde9e1304955a7d43e3))

## [12.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-05-21)

**Note:** Version bump only for package @angular-builders/jest
Expand Down
6 changes: 6 additions & 0 deletions packages/jest/examples/multiple-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@12.1.0-beta.0) (2021-06-07)

### Features

- **jest:** update to jest-preset-angular@9 ([#913](https://github.com/just-jeb/angular-builders/issues/913)) ([6bd90f8](https://github.com/just-jeb/angular-builders/commit/6bd90f898289466832f91cde9e1304955a7d43e3))

## [12.0.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@12.0.0) (2021-05-21)

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

## [12.1.0-beta.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@12.1.0-beta.0) (2021-06-07)

### Features

- **jest:** update to jest-preset-angular@9 ([#913](https://github.com/just-jeb/angular-builders/issues/913)) ([6bd90f8](https://github.com/just-jeb/angular-builders/commit/6bd90f898289466832f91cde9e1304955a7d43e3))

## [12.0.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@12.0.0) (2021-05-21)

**Note:** Version bump only for package simple-app
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-app",
"version": "12.0.0",
"version": "12.1.0-beta.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
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": "12.0.0",
"version": "12.1.0-beta.0",
"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 b46be16

Please sign in to comment.