Skip to content

Commit 321e408

Browse files
chore: release 2.3.0 [skip ci]
1 parent eb5544e commit 321e408

File tree

21 files changed

+88
-60
lines changed

21 files changed

+88
-60
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.3.0](https://github.com/analogjs/analog/compare/v2.2.3...v2.3.0) (2026-02-25)
2+
3+
### Bug Fixes
4+
5+
- add dependsOn to astro-angular build ([1a6182d](https://github.com/analogjs/analog/commit/1a6182d311e6235a6b1d3ae2e6a3dfa37697ee46))
6+
- build before publish ([432ffa6](https://github.com/analogjs/analog/commit/432ffa6a987c679bb7eea45f5c6fa7eb235dc286))
7+
- bump build ([1c61fbc](https://github.com/analogjs/analog/commit/1c61fbc289a079a2ef5e3ce65dce9c7e9f2a7fed))
8+
- publish from workflow ([390dd74](https://github.com/analogjs/analog/commit/390dd747f2d2e341260ac20d57f2b7d4057e371c))
9+
- remove npm token from semantic release ([ba42f16](https://github.com/analogjs/analog/commit/ba42f16842772315e61e7ea29608c9df42504c97))
10+
- remove npm token publishing ([1c490ad](https://github.com/analogjs/analog/commit/1c490ad360733095e56abd9be97f59f81322714a))
11+
- revert back to semantic release ([ea10b1b](https://github.com/analogjs/analog/commit/ea10b1b7caa573ef65b7796ab81796073fc6183b))
12+
- **storybook-angular): revert "fix(storybook-angular:** add missing applyDecorators to render annotaions" ([#2088](https://github.com/analogjs/analog/issues/2088)) ([86e2a6a](https://github.com/analogjs/analog/commit/86e2a6a4c30aa7ab2d469bd18db32b0ec7daca44))
13+
- **storybook-angular:** add missing applyDecorators to render annotaions ([#2086](https://github.com/analogjs/analog/issues/2086)) ([9a14163](https://github.com/analogjs/analog/commit/9a141638ad674e4b5356ed6a0120f41d8ac90f18))
14+
- **storybook-angular:** add missing await to storybook-angular preset core ([#2081](https://github.com/analogjs/analog/issues/2081)) ([352870a](https://github.com/analogjs/analog/commit/352870a86ca8dd08446b8538e04487e64398d0f4))
15+
- **storybook-angular:** resolve experimentalZoneless in Vitest path ([#2059](https://github.com/analogjs/analog/issues/2059)) ([447dad2](https://github.com/analogjs/analog/commit/447dad2129f8840bb279d1e1eda6e838bca0d8da))
16+
- update implicit dependencies for build ([cfb0abc](https://github.com/analogjs/analog/commit/cfb0abc5b0be91dc498f443778e5fa1bef95a2c3))
17+
- update node setup in release workflow ([5bd0923](https://github.com/analogjs/analog/commit/5bd0923d965dcea4fda160cdde8aab9b61601a76))
18+
- update node version ([4aaa6bd](https://github.com/analogjs/analog/commit/4aaa6bdb79e1909b1b8671a6cda7312a190e9082))
19+
- **vite-plugin-angular:** add missing tinyglobby dependency ([#2069](https://github.com/analogjs/analog/issues/2069)) ([8661cb6](https://github.com/analogjs/analog/commit/8661cb6ab3754c05ed3b38a268570cd92dfd7147))
20+
- **vitest-angular:** add missing zone.js optional peer dependency ([#2071](https://github.com/analogjs/analog/issues/2071)) ([88a1a55](https://github.com/analogjs/analog/commit/88a1a55825e715842e28d810894fa86986c1b1e4))
21+
- **vitest-angular:** fix setupTestBed's providers option ([#2072](https://github.com/analogjs/analog/issues/2072)) ([2e7a02f](https://github.com/analogjs/analog/commit/2e7a02f4f541b8c5a02a0f5e9f7f0b7ad354f087))
22+
23+
### Features
24+
25+
- **router:** support optional catch all routes ([#2043](https://github.com/analogjs/analog/issues/2043)) ([ba9fc09](https://github.com/analogjs/analog/commit/ba9fc09fdd293d338299d949cadbfdc8137677e8))
26+
- **vite-plugin-nitro:** add option for markdown source output alongside prerendered routes ([#2082](https://github.com/analogjs/analog/issues/2082)) ([c15d20b](https://github.com/analogjs/analog/commit/c15d20b9887008fda7714437280dbfc1bb66b336))
27+
- **vitest-angular:** add setup schematic and ng-add support ([#2056](https://github.com/analogjs/analog/issues/2056)) ([cc26771](https://github.com/analogjs/analog/commit/cc26771aa72cb2a38c2fb7ca070840eccf1e7951))
28+
129
# [2.3.0-beta.18](https://github.com/analogjs/analog/compare/v2.3.0-beta.17...v2.3.0-beta.18) (2026-02-25)
230

331
### 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": "2.3.0-beta.18",
3+
"version": "2.3.0",
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": "2.3.0-beta.18",
3+
"version": "2.3.0",
44
"description": "Use Angular components within Astro",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/sponsors/brandonroberts"
3333
},
3434
"dependencies": {
35-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18"
35+
"@analogjs/vite-plugin-angular": "^2.3.0"
3636
},
3737
"peerDependencies": {
3838
"@angular/build": ">=20.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": "2.3.0-beta.18",
3+
"version": "2.3.0",
44
"description": "Content Rendering for Analog",
55
"type": "module",
66
"author": "Brandon Roberts <robertsbt@gmail.com>",

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": "2.3.0-beta.18",
3+
"version": "2.3.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Brandon Roberts",

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": "^2.3.0-beta.18",
19-
"@analogjs/router": "^2.3.0-beta.18",
18+
"@analogjs/content": "^2.3.0",
19+
"@analogjs/router": "^2.3.0",
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": "^2.3.0-beta.18",
42-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18",
43-
"@analogjs/vitest-angular": "^2.3.0-beta.18",
41+
"@analogjs/platform": "^2.3.0",
42+
"@analogjs/vite-plugin-angular": "^2.3.0",
43+
"@analogjs/vitest-angular": "^2.3.0",
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": "^2.3.0-beta.18",
19-
"@analogjs/router": "^2.3.0-beta.18",
18+
"@analogjs/content": "^2.3.0",
19+
"@analogjs/router": "^2.3.0",
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": "^2.3.0-beta.18",
42-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18",
43-
"@analogjs/vitest-angular": "^2.3.0-beta.18",
41+
"@analogjs/platform": "^2.3.0",
42+
"@analogjs/vite-plugin-angular": "^2.3.0",
43+
"@analogjs/vitest-angular": "^2.3.0",
4444
"@angular/cli": "^18.0.0",
4545
"@angular/compiler-cli": "^18.0.0",
4646
"jsdom": "^22.0.0",

packages/create-analog/template-angular-v19/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": "^2.3.0-beta.18",
19-
"@analogjs/router": "^2.3.0-beta.18",
18+
"@analogjs/content": "^2.3.0",
19+
"@analogjs/router": "^2.3.0",
2020
"@angular/animations": "^19.0.0",
2121
"@angular/common": "^19.0.0",
2222
"@angular/compiler": "^19.0.0",
@@ -37,9 +37,9 @@
3737
"zone.js": "~0.15.0"
3838
},
3939
"devDependencies": {
40-
"@analogjs/platform": "^2.3.0-beta.18",
41-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18",
42-
"@analogjs/vitest-angular": "^2.3.0-beta.18",
40+
"@analogjs/platform": "^2.3.0",
41+
"@analogjs/vite-plugin-angular": "^2.3.0",
42+
"@analogjs/vitest-angular": "^2.3.0",
4343
"@angular-devkit/build-angular": "^19.0.0",
4444
"@angular/build": "^19.0.0",
4545
"@angular/cli": "^19.0.0",

packages/create-analog/template-angular-v20/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": "^2.3.0-beta.18",
20-
"@analogjs/router": "^2.3.0-beta.18",
19+
"@analogjs/content": "^2.3.0",
20+
"@analogjs/router": "^2.3.0",
2121
"@angular/animations": "^20.0.0",
2222
"@angular/common": "^20.0.0",
2323
"@angular/compiler": "^20.0.0",
@@ -37,9 +37,9 @@
3737
"zone.js": "~0.15.0"
3838
},
3939
"devDependencies": {
40-
"@analogjs/platform": "^2.3.0-beta.18",
41-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18",
42-
"@analogjs/vitest-angular": "^2.3.0-beta.18",
40+
"@analogjs/platform": "^2.3.0",
41+
"@analogjs/vite-plugin-angular": "^2.3.0",
42+
"@analogjs/vitest-angular": "^2.3.0",
4343
"@angular-devkit/build-angular": "^20.0.0",
4444
"@angular/build": "^20.0.0",
4545
"@angular/cli": "^20.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": "^2.3.0-beta.18",
20-
"@analogjs/router": "^2.3.0-beta.18",
19+
"@analogjs/content": "^2.3.0",
20+
"@analogjs/router": "^2.3.0",
2121
"@angular/animations": "^21.0.0",
2222
"@angular/common": "^21.0.0",
2323
"@angular/compiler": "^21.0.0",
@@ -35,9 +35,9 @@
3535
"tslib": "^2.3.0"
3636
},
3737
"devDependencies": {
38-
"@analogjs/platform": "^2.3.0-beta.18",
39-
"@analogjs/vite-plugin-angular": "^2.3.0-beta.18",
40-
"@analogjs/vitest-angular": "^2.3.0-beta.18",
38+
"@analogjs/platform": "^2.3.0",
39+
"@analogjs/vite-plugin-angular": "^2.3.0",
40+
"@analogjs/vitest-angular": "^2.3.0",
4141
"@angular/build": "^21.0.0",
4242
"@angular/cli": "^21.0.0",
4343
"@angular/compiler-cli": "^21.0.0",

0 commit comments

Comments
 (0)