Skip to content

Commit

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

### [11.1.1-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-03-04)


### Bug Fixes

* target option typing bug ([a80f3d3](https://github.com/just-jeb/angular-builders/commit/a80f3d32b3f2abd0d5e0c5be37dfda23a2df3a16))
* use karma-coverage instead of karma-coverage-istanbul-reporter ([6c2ea5b](https://github.com/just-jeb/angular-builders/commit/6c2ea5b70e0640c6c278a0e1ab18021efad27fd8))
* use puppeteer for karma testing browser bin to avoid using none-existing local binary ([79894c2](https://github.com/just-jeb/angular-builders/commit/79894c2d3a4b849b176ac927e00513acfca5ebad))



### [11.1.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2021-03-04)


Expand Down
10 changes: 10 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,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [11.1.1-beta.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@11.1.1-beta.0) (2021-03-04)


### Bug Fixes

* use karma-coverage instead of karma-coverage-istanbul-reporter ([6c2ea5b](https://github.com/just-jeb/angular-builders/commit/6c2ea5b70e0640c6c278a0e1ab18021efad27fd8))
* use puppeteer for karma testing browser bin to avoid using none-existing local binary ([79894c2](https://github.com/just-jeb/angular-builders/commit/79894c2d3a4b849b176ac927e00513acfca5ebad))



## [11.1.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@11.1.0) (2021-02-26)

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

### [11.1.1-beta.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@11.1.1-beta.0) (2021-03-04)


### Bug Fixes

* use karma-coverage instead of karma-coverage-istanbul-reporter ([6c2ea5b](https://github.com/just-jeb/angular-builders/commit/6c2ea5b70e0640c6c278a0e1ab18021efad27fd8))
* use puppeteer for karma testing browser bin to avoid using none-existing local binary ([79894c2](https://github.com/just-jeb/angular-builders/commit/79894c2d3a4b849b176ac927e00513acfca5ebad))



## [11.1.0](https://github.com/just-jeb/angular-builders/compare/[email protected]@11.1.0) (2021-02-26)

**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": "11.1.0",
"version": "11.1.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": "11.1.1-beta.0",
"version": "11.1.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

0 comments on commit bdfb5e7

Please sign in to comment.