Skip to content

Commit

Permalink
ci(release): publish
Browse files Browse the repository at this point in the history
 - @angular-builders/common@1.0.1-beta.0
 - @angular-builders/custom-esbuild@17.1.0-beta.3
 - @angular-builders/custom-webpack@17.0.1-beta.1
 - @angular-builders/jest@17.0.1-beta.4
  • Loading branch information
JeB committed Feb 4, 2024
1 parent 8f6ce9e commit 3b194f1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.1-beta.0 (2024-02-04)

**Note:** Version bump only for package @angular-builders/common
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": "1.0.0",
"version": "1.0.1-beta.0",
"description": "Common utility functions shared between @angular-builders packages",
"main": "dist/index.js",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/custom-esbuild/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.1.0-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@17.1.0-beta.2...@angular-builders/custom-esbuild@17.1.0-beta.3) (2024-02-04)

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

## [17.1.0-beta.2](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-esbuild@17.1.0-beta.1...@angular-builders/custom-esbuild@17.1.0-beta.2) (2024-02-04)

### Features
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": "17.1.0-beta.2",
"version": "17.1.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
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.

## [17.0.1-beta.1](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@17.0.1-beta.0...@angular-builders/custom-webpack@17.0.1-beta.1) (2024-02-04)

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

## [17.0.1-beta.0](https://github.com/just-jeb/angular-builders/compare/@angular-builders/custom-webpack@17.0.0...@angular-builders/custom-webpack@17.0.1-beta.0) (2024-01-18)

**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": "17.0.1-beta.0",
"version": "17.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
4 changes: 4 additions & 0 deletions packages/jest/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.4](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@17.0.1-beta.3...@angular-builders/jest@17.0.1-beta.4) (2024-02-04)

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

## [17.0.1-beta.3](https://github.com/just-jeb/angular-builders/compare/@angular-builders/jest@17.0.1-beta.2...@angular-builders/jest@17.0.1-beta.3) (2024-01-18)

**Note:** Version bump only for package @angular-builders/jest
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": "17.0.1-beta.3",
"version": "17.0.1-beta.4",
"description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3b194f1

Please sign in to comment.