Skip to content

Commit

Permalink
chore: release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 14, 2024
1 parent 43c96ad commit 70f58a9
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.3.1](https://github.com/analogjs/analog/compare/v1.3.1-beta.9...v1.3.1) (2024-05-14)

## [1.3.1-beta.9](https://github.com/analogjs/analog/compare/v1.3.1-beta.8...v1.3.1-beta.9) (2024-05-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analogjs-platform",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/astro-angular",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/analogjs/analog.git"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^1.3.1-beta.9"
"@analogjs/vite-plugin-angular": "^1.3.1"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=16.0.0 || ^18.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/content",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "Content Rendering for Analog",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-analog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-analog",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.3.1-beta.9",
"@analogjs/router": "^1.3.1-beta.9",
"@analogjs/content": "^1.3.1",
"@analogjs/router": "^1.3.1",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
Expand All @@ -38,8 +38,8 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.3.1-beta.9",
"@analogjs/vite-plugin-angular": "^1.3.1-beta.9",
"@analogjs/platform": "^1.3.1",
"@analogjs/vite-plugin-angular": "^1.3.1",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@nx/vite": "~18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.3.1-beta.9",
"@analogjs/router": "^1.3.1-beta.9",
"@analogjs/content": "^1.3.1",
"@analogjs/router": "^1.3.1",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
Expand All @@ -38,8 +38,8 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.3.1-beta.9",
"@analogjs/vite-plugin-angular": "^1.3.1-beta.9",
"@analogjs/platform": "^1.3.1",
"@analogjs/vite-plugin-angular": "^1.3.1",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/platform",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"nitropack": "^2.6.0",
"@analogjs/vite-plugin-angular": "^1.3.1-beta.9",
"@analogjs/vite-plugin-nitro": "^1.3.1-beta.9"
"@analogjs/vite-plugin-angular": "^1.3.1",
"@analogjs/vite-plugin-nitro": "^1.3.1"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/router",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "Filesystem-based routing for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand All @@ -24,7 +24,7 @@
"@angular/router": ">=15.0.0 || ^18.0.0-rc.0"
},
"optionalDependencies": {
"@analogjs/content": "^1.3.1-beta.9"
"@analogjs/content": "^1.3.1"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/vite-plugin-angular",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "Vite Plugin for Angular",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/vite-plugin-nitro",
"version": "1.3.1-beta.9",
"version": "1.3.1",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down

0 comments on commit 70f58a9

Please sign in to comment.