Skip to content

Commit 43d76ca

Browse files
chore: release 2.0.0-beta.18 [skip ci]
1 parent 036290a commit 43d76ca

File tree

19 files changed

+60
-54
lines changed

19 files changed

+60
-54
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.0.0-beta.18](https://github.com/analogjs/analog/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2025-10-31)
2+
3+
### Features
4+
5+
- migrate from fast-glob to tinyglobby for improved performance ([#1923](https://github.com/analogjs/analog/issues/1923)) ([036290a](https://github.com/analogjs/analog/commit/036290a66cc4baae9369653a19c4e0e29c855864))
6+
17
# [2.0.0-beta.17](https://github.com/analogjs/analog/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2025-10-31)
28

39
### 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.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
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.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
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": "^2.0.0-beta.17"
35+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18"
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.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
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": "2.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
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.0.0-beta.17",
19-
"@analogjs/router": "^2.0.0-beta.17",
18+
"@analogjs/content": "^2.0.0-beta.18",
19+
"@analogjs/router": "^2.0.0-beta.18",
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.0.0-beta.17",
42-
"@analogjs/vite-plugin-angular": "^2.0.0-beta.17",
43-
"@analogjs/vitest-angular": "^2.0.0-beta.17",
41+
"@analogjs/platform": "^2.0.0-beta.18",
42+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18",
43+
"@analogjs/vitest-angular": "^2.0.0-beta.18",
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.0.0-beta.17",
19-
"@analogjs/router": "^2.0.0-beta.17",
18+
"@analogjs/content": "^2.0.0-beta.18",
19+
"@analogjs/router": "^2.0.0-beta.18",
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.0.0-beta.17",
42-
"@analogjs/vite-plugin-angular": "^2.0.0-beta.17",
43-
"@analogjs/vitest-angular": "^2.0.0-beta.17",
41+
"@analogjs/platform": "^2.0.0-beta.18",
42+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18",
43+
"@analogjs/vitest-angular": "^2.0.0-beta.18",
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.0.0-beta.17",
19-
"@analogjs/router": "^2.0.0-beta.17",
18+
"@analogjs/content": "^2.0.0-beta.18",
19+
"@analogjs/router": "^2.0.0-beta.18",
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.0.0-beta.17",
41-
"@analogjs/vite-plugin-angular": "^2.0.0-beta.17",
42-
"@analogjs/vitest-angular": "^2.0.0-beta.17",
40+
"@analogjs/platform": "^2.0.0-beta.18",
41+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18",
42+
"@analogjs/vitest-angular": "^2.0.0-beta.18",
4343
"@angular-devkit/build-angular": "^19.0.0",
4444
"@angular/build": "^19.0.0",
4545
"@angular/cli": "^19.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.0.0-beta.17",
20-
"@analogjs/router": "^2.0.0-beta.17",
19+
"@analogjs/content": "^2.0.0-beta.18",
20+
"@analogjs/router": "^2.0.0-beta.18",
2121
"@angular/animations": "^20.0.0",
2222
"@angular/common": "^20.0.0",
2323
"@angular/compiler": "^20.0.0",
@@ -36,9 +36,9 @@
3636
"zone.js": "~0.15.0"
3737
},
3838
"devDependencies": {
39-
"@analogjs/platform": "^2.0.0-beta.17",
40-
"@analogjs/vite-plugin-angular": "^2.0.0-beta.17",
41-
"@analogjs/vitest-angular": "^2.0.0-beta.17",
39+
"@analogjs/platform": "^2.0.0-beta.18",
40+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18",
41+
"@analogjs/vitest-angular": "^2.0.0-beta.18",
4242
"@angular-devkit/build-angular": "^20.0.0",
4343
"@angular/build": "^20.0.0",
4444
"@angular/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": "^2.0.0-beta.17",
20-
"@analogjs/router": "^2.0.0-beta.17",
19+
"@analogjs/content": "^2.0.0-beta.18",
20+
"@analogjs/router": "^2.0.0-beta.18",
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.0.0-beta.17",
41-
"@analogjs/vite-plugin-angular": "^2.0.0-beta.17",
42-
"@analogjs/vitest-angular": "^2.0.0-beta.17",
40+
"@analogjs/platform": "^2.0.0-beta.18",
41+
"@analogjs/vite-plugin-angular": "^2.0.0-beta.18",
42+
"@analogjs/vitest-angular": "^2.0.0-beta.18",
4343
"@angular-devkit/build-angular": "^20.0.0",
4444
"@angular/build": "^20.0.0",
4545
"@angular/cli": "^20.0.0",

0 commit comments

Comments
 (0)