Skip to content

Commit 8bb2a95

Browse files
author
JeB
committed
ci(release): publish
- @angular-builders/[email protected] - @angular-builders/[email protected] - @angular-builders/[email protected] - @angular-builders/[email protected] - @angular-builders/[email protected] - @angular-builders/[email protected]
1 parent 87217af commit 8bb2a95

File tree

12 files changed

+30
-6
lines changed

12 files changed

+30
-6
lines changed

packages/bazel/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/bazel
9+
610
## [19.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-05)
711

812
### ⚠ BREAKING CHANGES

packages/bazel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@angular-builders/bazel",
33
"description": "Run Bazel under the Angular CLI",
44
"license": "Apache-2.0",
5-
"version": "19.0.0-beta.0",
5+
"version": "19.0.0",
66
"publishConfig": {
77
"access": "public"
88
},

packages/common/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/common
9+
610
## [3.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-05)
711

812
### ⚠ BREAKING CHANGES

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/common",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0",
44
"description": "Common utility functions shared between @angular-builders packages",
55
"main": "dist/index.js",
66
"files": [

packages/custom-esbuild/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/custom-esbuild
9+
610
## [19.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-05)
711

812
### ⚠ BREAKING CHANGES

packages/custom-esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/custom-esbuild",
3-
"version": "19.0.0-beta.0",
3+
"version": "19.0.0",
44
"description": "Custom esbuild builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
55
"main": "dist/index.js",
66
"files": [

packages/custom-webpack/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/custom-webpack
9+
610
## [19.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-05)
711

812
### ⚠ BREAKING CHANGES

packages/custom-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/custom-webpack",
3-
"version": "19.0.0-beta.0",
3+
"version": "19.0.0",
44
"description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
55
"main": "dist/index.js",
66
"files": [

packages/jest/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/jest
9+
610
## [19.0.0-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-06)
711

812
**Note:** Version bump only for package @angular-builders/jest

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/jest",
3-
"version": "19.0.0-beta.1",
3+
"version": "19.0.0",
44
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
55
"repository": {
66
"type": "git",

packages/timestamp/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [19.0.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2025-01-05)
7+
8+
**Note:** Version bump only for package @angular-builders/timestamp
9+
610
## [19.0.0-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/[email protected]...@angular-builders/[email protected]) (2024-12-05)
711

812
### ⚠ BREAKING CHANGES

packages/timestamp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-builders/timestamp",
3-
"version": "19.0.0-beta.0",
3+
"version": "19.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/just-jeb/angular-builders",

0 commit comments

Comments
 (0)