-
-
Notifications
You must be signed in to change notification settings - Fork 251
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.3.1-beta.3 [skip ci]
- Loading branch information
1 parent
6122672
commit f1f1298
Showing
11 changed files
with
26 additions
and
20 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.3.1-beta.2", | ||
"version": "1.3.1-beta.3", | ||
"description": "Use Angular components within Astro", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"url": "https://github.com/analogjs/analog.git" | ||
}, | ||
"dependencies": { | ||
"@analogjs/vite-plugin-angular": "^1.3.1-beta.2" | ||
"@analogjs/vite-plugin-angular": "^1.3.1-beta.3" | ||
}, | ||
"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.3.1-beta.2", | ||
"version": "1.3.1-beta.3", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/platform", | ||
"version": "1.3.1-beta.2", | ||
"version": "1.3.1-beta.3", | ||
"description": "The fullstack meta-framework for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
}, | ||
"dependencies": { | ||
"nitropack": "^2.6.0", | ||
"@analogjs/vite-plugin-angular": "^1.3.1-beta.2", | ||
"@analogjs/vite-plugin-nitro": "^1.3.1-beta.2" | ||
"@analogjs/vite-plugin-angular": "^1.3.1-beta.3", | ||
"@analogjs/vite-plugin-nitro": "^1.3.1-beta.3" | ||
}, | ||
"peerDependencies": { | ||
"@nx/devkit": "^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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@analogjs/router", | ||
"version": "1.3.1-beta.2", | ||
"version": "1.3.1-beta.3", | ||
"description": "Filesystem-based routing for Angular", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"@angular/router": "^15.0.0 || >=16.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"@analogjs/content": "^1.3.1-beta.2" | ||
"@analogjs/content": "^1.3.1-beta.3" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.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.3.1-beta.2", | ||
"version": "1.3.1-beta.3", | ||
"description": "A Vite plugin for adding a nitro API server", | ||
"type": "module", | ||
"author": "Brandon Roberts <[email protected]>", | ||
|