Skip to content

Commit 70d3133

Browse files
chore: release 1.20.2 [skip ci]
1 parent 53e0d8e commit 70d3133

File tree

19 files changed

+62
-54
lines changed

19 files changed

+62
-54
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.20.2](https://github.com/analogjs/analog/compare/v1.20.1...v1.20.2) (2025-09-02)
2+
3+
### Bug Fixes
4+
5+
- **storybook-angular:** fix package.json, sass schema, and add static assets example ([#1858](https://github.com/analogjs/analog/issues/1858)) ([422906f](https://github.com/analogjs/analog/commit/422906f42dbd63b9fb2af20a6be40ca16c2ec451))
6+
- **storybook-angular:** flatten array of provided project annotations ([#1865](https://github.com/analogjs/analog/issues/1865)) ([0dee49e](https://github.com/analogjs/analog/commit/0dee49edf9e5e73d0202403c5340bd9cef130d4f))
7+
- **vite-plugin-angular:** add back defaults for `resolve.conditions` ([#1862](https://github.com/analogjs/analog/issues/1862)) ([64eb034](https://github.com/analogjs/analog/commit/64eb03461375a8332554176f56b4a3067fabe4c1))
8+
19
## [1.20.2-beta.3](https://github.com/analogjs/analog/compare/v1.20.2-beta.2...v1.20.2-beta.3) (2025-09-02)
210

311
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analogjs-platform",
3-
"version": "1.20.2-beta.3",
3+
"version": "1.20.2",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

packages/astro-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/astro-angular",
3-
"version": "1.20.2-beta.3",
3+
"version": "1.20.2",
44
"description": "Use Angular components within Astro",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/sponsors/brandonroberts"
3333
},
3434
"dependencies": {
35-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3"
35+
"@analogjs/vite-plugin-angular": "^1.20.2"
3636
},
3737
"peerDependencies": {
3838
"@angular-devkit/build-angular": ">=16.0.0",

packages/content/package.json

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

packages/create-analog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-analog",
3-
"version": "1.20.2-beta.3",
3+
"version": "1.20.2",
44
"type": "module",
55
"license": "MIT",
66
"author": "Brandon Roberts",

packages/create-analog/template-angular-v16/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^1.20.2-beta.3",
19-
"@analogjs/router": "^1.20.2-beta.3",
18+
"@analogjs/content": "^1.20.2",
19+
"@analogjs/router": "^1.20.2",
2020
"@angular/animations": "^16.2.0",
2121
"@angular/common": "^16.2.0",
2222
"@angular/compiler": "^16.2.0",
@@ -38,9 +38,9 @@
3838
"zone.js": "~0.13.0"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.20.2-beta.3",
42-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3",
43-
"@analogjs/vitest-angular": "^1.20.2-beta.3",
41+
"@analogjs/platform": "^1.20.2",
42+
"@analogjs/vite-plugin-angular": "^1.20.2",
43+
"@analogjs/vitest-angular": "^1.20.2",
4444
"@angular-devkit/build-angular": "^16.2.0",
4545
"@angular/cli": "^16.2.0",
4646
"@angular/compiler-cli": "^16.2.0",

packages/create-analog/template-angular-v17/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^1.20.2-beta.3",
19-
"@analogjs/router": "^1.20.2-beta.3",
18+
"@analogjs/content": "^1.20.2",
19+
"@analogjs/router": "^1.20.2",
2020
"@angular/animations": "^17.2.0",
2121
"@angular/common": "^17.2.0",
2222
"@angular/compiler": "^17.2.0",
@@ -38,9 +38,9 @@
3838
"zone.js": "~0.14.0"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.20.2-beta.3",
42-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3",
43-
"@analogjs/vitest-angular": "^1.20.2-beta.3",
41+
"@analogjs/platform": "^1.20.2",
42+
"@analogjs/vite-plugin-angular": "^1.20.2",
43+
"@analogjs/vitest-angular": "^1.20.2",
4444
"@angular-devkit/build-angular": "^17.2.0",
4545
"@angular/cli": "^17.2.0",
4646
"@angular/compiler-cli": "^17.2.0",

packages/create-analog/template-angular-v18/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@analogjs/content": "^1.20.2-beta.3",
19-
"@analogjs/router": "^1.20.2-beta.3",
18+
"@analogjs/content": "^1.20.2",
19+
"@analogjs/router": "^1.20.2",
2020
"@angular/animations": "^18.0.0",
2121
"@angular/build": "^18.0.0",
2222
"@angular/common": "^18.0.0",
@@ -38,9 +38,9 @@
3838
"zone.js": "~0.14.3"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^1.20.2-beta.3",
42-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3",
43-
"@analogjs/vitest-angular": "^1.20.2-beta.3",
41+
"@analogjs/platform": "^1.20.2",
42+
"@analogjs/vite-plugin-angular": "^1.20.2",
43+
"@analogjs/vitest-angular": "^1.20.2",
4444
"@angular/cli": "^18.0.0",
4545
"@angular/compiler-cli": "^18.0.0",
4646
"jsdom": "^22.0.0",

packages/create-analog/template-blog/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@analogjs/content": "^1.20.2-beta.3",
20-
"@analogjs/router": "^1.20.2-beta.3",
19+
"@analogjs/content": "^1.20.2",
20+
"@analogjs/router": "^1.20.2",
2121
"@angular/animations": "^20.0.0",
2222
"@angular/common": "^20.0.0",
2323
"@angular/compiler": "^20.0.0",
@@ -32,9 +32,9 @@
3232
"zone.js": "~0.15.0"
3333
},
3434
"devDependencies": {
35-
"@analogjs/platform": "^1.20.2-beta.3",
36-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3",
37-
"@analogjs/vitest-angular": "^1.20.2-beta.3",
35+
"@analogjs/platform": "^1.20.2",
36+
"@analogjs/vite-plugin-angular": "^1.20.2",
37+
"@analogjs/vitest-angular": "^1.20.2",
3838
"@angular/build": "^20.0.0",
3939
"@angular/cli": "^20.0.0",
4040
"@angular/compiler-cli": "^20.0.0",

packages/create-analog/template-latest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@analogjs/content": "^1.20.2-beta.3",
20-
"@analogjs/router": "^1.20.2-beta.3",
19+
"@analogjs/content": "^1.20.2",
20+
"@analogjs/router": "^1.20.2",
2121
"@angular/animations": "^20.0.0",
2222
"@angular/common": "^20.0.0",
2323
"@angular/compiler": "^20.0.0",
@@ -32,9 +32,9 @@
3232
"zone.js": "~0.15.0"
3333
},
3434
"devDependencies": {
35-
"@analogjs/platform": "^1.20.2-beta.3",
36-
"@analogjs/vite-plugin-angular": "^1.20.2-beta.3",
37-
"@analogjs/vitest-angular": "^1.20.2-beta.3",
35+
"@analogjs/platform": "^1.20.2",
36+
"@analogjs/vite-plugin-angular": "^1.20.2",
37+
"@analogjs/vitest-angular": "^1.20.2",
3838
"@angular/build": "^20.0.0",
3939
"@angular/cli": "^20.0.0",
4040
"@angular/compiler-cli": "^20.0.0",

0 commit comments

Comments
 (0)