Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - full-cycle-app@17.0.1-beta.8
 - sanity-app-esm@17.0.1-beta.7
 - sanity-app@17.0.1-beta.7
 - @angular-builders/custom-webpack@16.0.1-beta.0
  • Loading branch information
JeB committed Jun 21, 2023
1 parent fdd7c8e commit dbff4f6
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions examples/custom-webpack/full-cycle-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.

## [17.0.1-beta.8](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@17.0.1-beta.7...full-cycle-app@17.0.1-beta.8) (2023-06-21)

**Note:** Version bump only for package full-cycle-app

## [17.0.1-beta.7](https://github.com/just-jeb/angular-builders/compare/full-cycle-app@17.0.1-beta.6...full-cycle-app@17.0.1-beta.7) (2023-06-12)

**Note:** Version bump only for package full-cycle-app
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "full-cycle-app",
"version": "17.0.1-beta.7",
"version": "17.0.1-beta.8",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
4 changes: 4 additions & 0 deletions examples/custom-webpack/sanity-app-esm/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.

## [17.0.1-beta.7](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@17.0.1-beta.6...sanity-app-esm@17.0.1-beta.7) (2023-06-21)

**Note:** Version bump only for package sanity-app-esm

## [17.0.1-beta.6](https://github.com/just-jeb/angular-builders/compare/sanity-app-esm@17.0.1-beta.5...sanity-app-esm@17.0.1-beta.6) (2023-06-08)

**Note:** Version bump only for package sanity-app-esm
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app-esm",
"version": "17.0.1-beta.6",
"version": "17.0.1-beta.7",
"type": "module",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 4 additions & 0 deletions examples/custom-webpack/sanity-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.

## [17.0.1-beta.7](https://github.com/just-jeb/angular-builders/compare/sanity-app@17.0.1-beta.6...sanity-app@17.0.1-beta.7) (2023-06-21)

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

## [17.0.1-beta.6](https://github.com/just-jeb/angular-builders/compare/sanity-app@17.0.1-beta.5...sanity-app@17.0.1-beta.6) (2023-06-08)

**Note:** Version bump only for package sanity-app
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-app",
"version": "17.0.1-beta.6",
"version": "17.0.1-beta.7",
"scripts": {
"start": "ng serve",
"build": "ng build",
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-webpack/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.

## [16.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@16.0.0...@angular-builders/custom-webpack@16.0.1-beta.0) (2023-06-21)

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

## [16.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@16.0.0-beta.2...@angular-builders/custom-webpack@16.0.0) (2023-05-31)

**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": "16.0.0",
"version": "16.0.1-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

0 comments on commit dbff4f6

Please sign in to comment.