Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - @angular-builders/bazel@18.0.0-beta.3
 - @angular-builders/common@2.0.0-beta.1
 - @angular-builders/custom-esbuild@18.0.0-beta.3
 - @angular-builders/custom-webpack@18.0.0-beta.3
 - @angular-builders/jest@18.0.0-beta.3
 - @angular-builders/timestamp@18.0.0-beta.3
  • Loading branch information
just-jeb committed May 30, 2024
1 parent 58bb846 commit 6c442d8
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 6 deletions.
10 changes: 10 additions & 0 deletions packages/bazel/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.

## [18.0.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/bazel@17.0.3-beta.2...@angular-builders/bazel@18.0.0-beta.3) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [18.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/bazel@17.0.3-beta.2...@angular-builders/bazel@18.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@angular-builders/bazel",
"description": "Run Bazel under the Angular CLI",
"license": "Apache-2.0",
"version": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/common/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.

## [2.0.0-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/common@1.0.3-beta.1...@angular-builders/common@2.0.0-beta.1) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [2.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/common@1.0.3-beta.1...@angular-builders/common@2.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/common",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Common utility functions shared between @angular-builders packages",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/custom-esbuild/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.

## [18.0.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@17.1.3-beta.2...@angular-builders/custom-esbuild@18.0.0-beta.3) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [18.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@17.1.3-beta.2...@angular-builders/custom-esbuild@18.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-builders/custom-esbuild",
"version": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"description": "Custom esbuild builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/custom-webpack/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.

## [18.0.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@17.0.3-beta.1...@angular-builders/custom-webpack@18.0.0-beta.3) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [18.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@17.0.3-beta.1...@angular-builders/custom-webpack@18.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
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": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/jest/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.

## [18.0.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@17.0.4-beta.3...@angular-builders/jest@18.0.0-beta.3) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [18.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@17.0.4-beta.3...@angular-builders/jest@18.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
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": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/timestamp/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.

## [18.0.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@17.0.3-beta.1...@angular-builders/timestamp@18.0.0-beta.3) (2024-05-30)

### ⚠ BREAKING CHANGES

- update to Angular 18 (#1787)

### Miscellaneous Chores

- update to Angular 18 ([#1787](https://github.com/just-jeb/angular-builders/issues/1787)) ([eba47d5](https://github.com/just-jeb/angular-builders/commit/eba47d5749cdee361646895cc3d53e96868aa9d1))

## [18.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/timestamp@17.0.3-beta.1...@angular-builders/timestamp@18.0.0-beta.0) (2024-05-30)

### ⚠ BREAKING CHANGES
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": "18.0.0-beta.2",
"version": "18.0.0-beta.3",
"repository": {
"type": "git",
"url": "https://github.com/just-jeb/angular-builders",
Expand Down

0 comments on commit 6c442d8

Please sign in to comment.