Skip to content

Commit 29113f6

Browse files
chore: release 1.3.0-beta.3 [skip ci]
1 parent c6490e2 commit 29113f6

File tree

11 files changed

+26
-20
lines changed

11 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.3.0-beta.3](https://github.com/analogjs/analog/compare/v1.3.0-beta.2...v1.3.0-beta.3) (2024-04-26)
2+
3+
### Bug Fixes
4+
5+
- **vite-plugin-angular:** add @ngtools/webpack to peer deps of Angular Vite plugin ([#1053](https://github.com/analogjs/analog/issues/1053)) ([c6490e2](https://github.com/analogjs/analog/commit/c6490e22bc13aa447ea11c95649f4b2b29f8eaf7))
6+
17
# [1.3.0-beta.2](https://github.com/analogjs/analog/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2024-04-25)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analogjs-platform",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

packages/astro-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/astro-angular",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "Use Angular components within Astro",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/analogjs/analog.git"
2929
},
3030
"dependencies": {
31-
"@analogjs/vite-plugin-angular": "^1.3.0-beta.2"
31+
"@analogjs/vite-plugin-angular": "^1.3.0-beta.3"
3232
},
3333
"peerDependencies": {
3434
"@angular-devkit/build-angular": ">=16.0.0",

packages/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/content",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "Content Rendering for Analog",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",

packages/create-analog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-analog",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"type": "module",
55
"license": "MIT",
66
"author": "Brandon Roberts",

packages/create-analog/template-angular-v17/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^1.3.0-beta.2",
19-
"@analogjs/router": "^1.3.0-beta.2",
18+
"@analogjs/content": "^1.3.0-beta.3",
19+
"@analogjs/router": "^1.3.0-beta.3",
2020
"@angular/animations": "^17.2.0",
2121
"@angular/common": "^17.2.0",
2222
"@angular/compiler": "^17.2.0",
@@ -38,8 +38,8 @@
3838
"zone.js": "~0.14.0"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.3.0-beta.2",
42-
"@analogjs/vite-plugin-angular": "^1.3.0-beta.2",
41+
"@analogjs/platform": "^1.3.0-beta.3",
42+
"@analogjs/vite-plugin-angular": "^1.3.0-beta.3",
4343
"@angular/cli": "^17.2.0",
4444
"@angular/compiler-cli": "^17.2.0",
4545
"@nx/vite": "~18.0.0",

packages/create-analog/template-blog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^1.3.0-beta.2",
19-
"@analogjs/router": "^1.3.0-beta.2",
18+
"@analogjs/content": "^1.3.0-beta.3",
19+
"@analogjs/router": "^1.3.0-beta.3",
2020
"@angular/animations": "^17.2.0",
2121
"@angular/common": "^17.2.0",
2222
"@angular/compiler": "^17.2.0",
@@ -38,8 +38,8 @@
3838
"zone.js": "~0.14.0"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.3.0-beta.2",
42-
"@analogjs/vite-plugin-angular": "^1.3.0-beta.2",
41+
"@analogjs/platform": "^1.3.0-beta.3",
42+
"@analogjs/vite-plugin-angular": "^1.3.0-beta.3",
4343
"@angular-devkit/build-angular": "^17.2.0",
4444
"@angular/cli": "^17.2.0",
4545
"@angular/compiler-cli": "^17.2.0",

packages/platform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/platform",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "The fullstack meta-framework for Angular",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"nitropack": "^2.6.0",
28-
"@analogjs/vite-plugin-angular": "^1.3.0-beta.2",
29-
"@analogjs/vite-plugin-nitro": "^1.3.0-beta.2"
28+
"@analogjs/vite-plugin-angular": "^1.3.0-beta.3",
29+
"@analogjs/vite-plugin-nitro": "^1.3.0-beta.3"
3030
},
3131
"peerDependencies": {
3232
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0",

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/router",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "Filesystem-based routing for Angular",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",
@@ -24,7 +24,7 @@
2424
"@angular/router": "^15.0.0 || >=16.0.0"
2525
},
2626
"optionalDependencies": {
27-
"@analogjs/content": "^1.3.0-beta.2"
27+
"@analogjs/content": "^1.3.0-beta.3"
2828
},
2929
"dependencies": {
3030
"tslib": "^2.0.0"

packages/vite-plugin-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vite-plugin-angular",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "Vite Plugin for Angular",
55
"type": "module",
66
"keywords": [

packages/vite-plugin-nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vite-plugin-nitro",
3-
"version": "1.3.0-beta.2",
3+
"version": "1.3.0-beta.3",
44
"description": "A Vite plugin for adding a nitro API server",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",

0 commit comments

Comments
 (0)