-
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release 1.9.0-beta.8 [skip ci]
- Loading branch information
1 parent
c38900d
commit dbd1809
Showing
14 changed files
with
39 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/astro-angular", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "Use Angular components within Astro", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -32,7 +32,7 @@ | |
"url": "https://github.com/sponsors/brandonroberts" | ||
}, | ||
"dependencies": { | ||
"@analogjs/vite-plugin-angular": "^1.9.0-beta.7" | ||
"@analogjs/vite-plugin-angular": "^1.9.0-beta.8" | ||
}, | ||
"peerDependencies": { | ||
"@angular-devkit/build-angular": ">=16.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/content", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "Content Rendering for Analog", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/platform", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "The fullstack meta-framework for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -29,8 +29,8 @@ | |
}, | ||
"dependencies": { | ||
"nitropack": "^2.9.0", | ||
"@analogjs/vite-plugin-angular": "^1.9.0-beta.7", | ||
"@analogjs/vite-plugin-nitro": "^1.9.0-beta.7", | ||
"@analogjs/vite-plugin-angular": "^1.9.0-beta.8", | ||
"@analogjs/vite-plugin-nitro": "^1.9.0-beta.8", | ||
"vitefu": "^0.2.5" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/router", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "Filesystem-based routing for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"url": "https://github.com/sponsors/brandonroberts" | ||
}, | ||
"peerDependencies": { | ||
"@analogjs/content": "^1.9.0-beta.7", | ||
"@analogjs/content": "^1.9.0-beta.8", | ||
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/vite-plugin-nitro", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "A Vite plugin for adding a nitro API server", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/vitest-angular", | ||
"version": "1.9.0-beta.7", | ||
"version": "1.9.0-beta.8", | ||
"description": "Vitest Builder for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|