Skip to content

Commit a8fae7b

Browse files
chore: release 1.4.0-beta.10 [skip ci]
1 parent 1765d48 commit a8fae7b

File tree

13 files changed

+31
-25
lines changed

13 files changed

+31
-25
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.4.0-beta.10](https://github.com/analogjs/analog/compare/v1.4.0-beta.9...v1.4.0-beta.10) (2024-05-27)
2+
3+
### Bug Fixes
4+
5+
- **vitest-angular:** update peerDependencies for @angular-devkit/architect version pattern range ([#1113](https://github.com/analogjs/analog/issues/1113)) ([1765d48](https://github.com/analogjs/analog/commit/1765d481bceb7815665bd4461109607d52551100))
6+
17
# [1.4.0-beta.9](https://github.com/analogjs/analog/compare/v1.4.0-beta.8...v1.4.0-beta.9) (2024-05-26)
28

39
### Bug Fixes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analogjs-platform",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

Diff for: packages/astro-angular/package.json

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

Diff for: packages/content/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/content",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "Content Rendering for Analog",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",

Diff for: packages/create-analog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-analog",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"type": "module",
55
"license": "MIT",
66
"author": "Brandon Roberts",

Diff for: packages/create-analog/template-angular-v17/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^1.4.0-beta.9",
19-
"@analogjs/router": "^1.4.0-beta.9",
18+
"@analogjs/content": "^1.4.0-beta.10",
19+
"@analogjs/router": "^1.4.0-beta.10",
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.4.0-beta.9",
42-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
41+
"@analogjs/platform": "^1.4.0-beta.10",
42+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.10",
4343
"@angular/cli": "^17.2.0",
4444
"@angular/compiler-cli": "^17.2.0",
4545
"@nx/vite": "~18.0.0",

Diff for: packages/create-analog/template-blog/package.json

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

Diff for: packages/create-analog/template-latest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@analogjs/content": "^1.4.0-beta.9",
19-
"@analogjs/router": "^1.4.0-beta.9",
18+
"@analogjs/content": "^1.4.0-beta.10",
19+
"@analogjs/router": "^1.4.0-beta.10",
2020
"@angular/animations": "^18.0.0",
2121
"@angular/common": "^18.0.0",
2222
"@angular/compiler": "^18.0.0",
@@ -38,8 +38,8 @@
3838
"zone.js": "~0.14.3"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.4.0-beta.9",
42-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
41+
"@analogjs/platform": "^1.4.0-beta.10",
42+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.10",
4343
"@angular-devkit/build-angular": "^18.0.0",
4444
"@angular/cli": "^18.0.0",
4545
"@angular/compiler-cli": "^18.0.0",

Diff for: packages/platform/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/platform",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "The fullstack meta-framework for Angular",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"nitropack": "^2.9.0",
28-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
29-
"@analogjs/vite-plugin-nitro": "^1.4.0-beta.9"
28+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.10",
29+
"@analogjs/vite-plugin-nitro": "^1.4.0-beta.10"
3030
},
3131
"peerDependencies": {
3232
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

Diff for: packages/router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/router",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "Filesystem-based routing for Angular",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",
@@ -24,7 +24,7 @@
2424
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
2525
},
2626
"optionalDependencies": {
27-
"@analogjs/content": "^1.4.0-beta.9"
27+
"@analogjs/content": "^1.4.0-beta.10"
2828
},
2929
"dependencies": {
3030
"tslib": "^2.0.0"

Diff for: packages/vite-plugin-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vite-plugin-angular",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "Vite Plugin for Angular",
55
"type": "module",
66
"keywords": [

Diff for: packages/vite-plugin-nitro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vite-plugin-nitro",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "A Vite plugin for adding a nitro API server",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",

Diff for: packages/vitest-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vitest-angular",
3-
"version": "1.4.0-beta.9",
3+
"version": "1.4.0-beta.10",
44
"description": "Vitest Builder for Angular",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",

0 commit comments

Comments
 (0)