-
-
Notifications
You must be signed in to change notification settings - Fork 247
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.2-beta.4 [skip ci]
- Loading branch information
1 parent
c27a59e
commit 683d147
Showing
15 changed files
with
44 additions
and
38 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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"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.2-beta.3" | ||
"@analogjs/vite-plugin-angular": "^1.9.2-beta.4" | ||
}, | ||
"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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"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
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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"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.2-beta.3", | ||
"@analogjs/vite-plugin-nitro": "^1.9.2-beta.3", | ||
"@analogjs/vite-plugin-angular": "^1.9.2-beta.4", | ||
"@analogjs/vite-plugin-nitro": "^1.9.2-beta.4", | ||
"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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"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.2-beta.3", | ||
"@analogjs/content": "^1.9.2-beta.4", | ||
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc.0", | ||
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc.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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"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.2-beta.3", | ||
"version": "1.9.2-beta.4", | ||
"description": "Vitest Builder for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|