Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JeB committed Sep 6, 2020
1 parent b475080 commit 92c114e
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 8 deletions.
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.

## <small>10.0.1-beta.1 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/831)





## <small>10.0.1-beta.0 (2020-09-01)</small>

* chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7de38ff))
Expand Down
8 changes: 8 additions & 0 deletions packages/custom-webpack/examples/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.

## <small>10.0.1-beta.0 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)





## 10.0.0 (2020-07-21)

**Note:** Version bump only for package full-cycle-app
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-cycle-app",
"version": "10.0.0",
"version": "10.0.1-beta.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand Down
8 changes: 8 additions & 0 deletions packages/custom-webpack/examples/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.

## <small>10.0.1-beta.0 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)





## 10.0.0 (2020-07-21)

**Note:** Version bump only for package sanity-app
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-webpack/examples/sanity-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app",
"version": "10.0.0",
"version": "10.0.1-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/custom-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-webpack",
"version": "10.0.1-beta.0",
"version": "10.0.1-beta.1",
"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.

## <small>10.0.1-beta.1 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/831)





## <small>10.0.1-beta.0 (2020-09-05)</small>

* fix(jest): support astTransformers object syntax (#828) ([0acd239](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/commit/0acd239)), closes [#828](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/828) [#825](https://github.com/just-jeb/angular-builders/tree/master/packages/jest/issues/825)
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>10.0.1-beta.0 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)





## 10.0.0 (2020-07-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": "10.0.0",
"version": "10.0.1-beta.0",
"scripts": {
"ng": "node --preserve-symlinks ./node_modules/@angular/cli/bin/ng",
"start": "yarn ng serve",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>10.0.1-beta.0 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)





## 10.0.0 (2020-07-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": "10.0.0",
"version": "10.0.1-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": "10.0.1-beta.0",
"version": "10.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
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.

## <small>10.0.1-beta.12 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/issues/831)





## <small>10.0.1-beta.11 (2020-09-04)</small>

* chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp/commit/418d8ed))
Expand Down
8 changes: 8 additions & 0 deletions packages/timestamp/example/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.

## <small>10.0.1-beta.12 (2020-09-06)</small>

* chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/issues/831)





## <small>10.0.1-beta.11 (2020-09-04)</small>

* chore(deps-dev): bump typescript from 3.9.7 to 4.0.2 ([418d8ed](https://github.com/just-jeb/angular-builders/commit/418d8ed))
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "10.0.1-beta.11",
"version": "10.0.1-beta.12",
"scripts": {
"ng": "ng",
"start": "ng serve",
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": "10.0.1-beta.11",
"version": "10.0.1-beta.12",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders/tree/master/packages/timestamp"
Expand Down

0 comments on commit 92c114e

Please sign in to comment.