Skip to content

Commit 02bf253

Browse files
chore: release 0.2.25
1 parent bdc216c commit 02bf253

File tree

13 files changed

+21
-16
lines changed

13 files changed

+21
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.25](https://github.com/analogjs/analog/compare/0.2.24...0.2.25) (2023-12-12)
2+
3+
### Bug Fixes
4+
5+
- add default reporters to vitest configuration ([#791](https://github.com/analogjs/analog/issues/791)) ([bdc216c](https://github.com/analogjs/analog/commit/bdc216c51353d32304a59f83591aba63636949ab))
6+
17
## [0.2.24](https://github.com/analogjs/analog/compare/0.2.23...0.2.24) (2023-12-08)
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": "0.2.24",
3+
"version": "0.2.25",
44
"license": "MIT",
55
"scripts": {
66
"dev": "nx serve",

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": "0.2.24",
3+
"version": "0.2.25",
44
"description": "Use Angular components within Astro",
55
"type": "module",
66
"author": "Brandon Roberts <[email protected]>",
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/analogjs/analog.git"
2929
},
3030
"dependencies": {
31-
"@analogjs/vite-plugin-angular": "^0.2.24"
31+
"@analogjs/vite-plugin-angular": "^0.2.25"
3232
},
3333
"peerDependencies": {
3434
"@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": "0.2.24",
3+
"version": "0.2.25",
44
"description": "Content Rendering for Analog",
55
"author": "Brandon Roberts <[email protected]>",
66
"keywords": [

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

packages/create-analog/template-angular-v17/_gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ yarn-error.log
3737
/libpeerconnection.log
3838
testem.log
3939
/typings
40-
/.npmrc
4140

4241
# System files
4342
.DS_Store

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"jsdom": "^22.1.0",
4747
"typescript": "~5.2.0",
4848
"vite": "^4.4.8",
49-
"vitest": "^1.0.0"
49+
"vitest": "^0.34.0"
5050
}
5151
}

packages/nx-plugin/src/generators/setup-vitest/versions/ng_17_X/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export const V17_X_ANALOG_JS_PLATFORM = '^0.2.0';
55
export const V17_X_NX_VITE = '^17.0.0';
66
export const V17_X_JSDOM = '^22.0.0';
77
export const V17_X_VITE_TSCONFIG_PATHS = '^4.2.0';
8-
export const V17_X_VITEST = '^1.0.0';
8+
export const V17_X_VITEST = '^0.34.0';

packages/platform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/platform",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"type": "commonjs",
55
"description": "The fullstack meta-framework for Angular",
66
"author": "Brandon Roberts <[email protected]>",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"nitropack": "^2.6.0",
28-
"@analogjs/vite-plugin-angular": "^0.2.24",
29-
"@analogjs/vite-plugin-nitro": "^0.2.24"
28+
"@analogjs/vite-plugin-angular": "^0.2.25",
29+
"@analogjs/vite-plugin-nitro": "^0.2.25"
3030
},
3131
"peerDependencies": {
3232
"@nx/devkit": "^16.0.0 || ^17.0.0",

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/router",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"description": "Filesystem-based routing for Angular",
55
"author": "Brandon Roberts <[email protected]>",
66
"keywords": [
@@ -23,7 +23,7 @@
2323
"@angular/router": "^15.0.0 || >=16.0.0"
2424
},
2525
"optionalDependencies": {
26-
"@analogjs/content": "^0.2.24"
26+
"@analogjs/content": "^0.2.25"
2727
},
2828
"dependencies": {
2929
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)