Skip to content

Commit

Permalink
chore: release 0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 8, 2023
1 parent 5deadfc commit 255b688
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.24](https://github.com/analogjs/analog/compare/0.2.23...0.2.24) (2023-12-08)

### Bug Fixes

- **create-analog:** add npmrc to renamed files, re-enable e2e tests ([#786](https://github.com/analogjs/analog/issues/786)) ([dc9c37f](https://github.com/analogjs/analog/commit/dc9c37ffb4a18bf22e0a3304fb8a94eefdb58f80))

### Features

- **nx-plugin:** add schematic to setup Vitest for existing Angular projects ([#787](https://github.com/analogjs/analog/issues/787)) ([5deadfc](https://github.com/analogjs/analog/commit/5deadfcf23d26d97bf6a4be94d8fedfe5b397e2a))

## [0.2.23](https://github.com/analogjs/analog/compare/0.2.22...0.2.23) (2023-12-07)

### 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": "0.2.23",
"version": "0.2.24",
"license": "MIT",
"scripts": {
"dev": "nx serve",
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": "0.2.23",
"version": "0.2.24",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/analogjs/analog.git"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^0.2.23"
"@analogjs/vite-plugin-angular": "^0.2.24"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=16.0.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": "0.2.23",
"version": "0.2.24",
"description": "Content Rendering for Analog",
"author": "Brandon Roberts <robertsbt@gmail.com>",
"keywords": [
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": "0.2.62",
"version": "0.2.63",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
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": "0.2.23",
"version": "0.2.24",
"type": "commonjs",
"description": "The fullstack meta-framework for Angular",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"nitropack": "^2.6.0",
"@analogjs/vite-plugin-angular": "^0.2.23",
"@analogjs/vite-plugin-nitro": "^0.2.23"
"@analogjs/vite-plugin-angular": "^0.2.24",
"@analogjs/vite-plugin-nitro": "^0.2.24"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.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": "0.2.23",
"version": "0.2.24",
"description": "Filesystem-based routing for Angular",
"author": "Brandon Roberts <robertsbt@gmail.com>",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"@angular/router": "^15.0.0 || >=16.0.0"
},
"optionalDependencies": {
"@analogjs/content": "^0.2.23"
"@analogjs/content": "^0.2.24"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/trpc",
"version": "0.2.23",
"version": "0.2.24",
"description": "Angular/Nitro-based tRPC integration",
"author": "Brandon Roberts <robertsbt@gmail.com>",
"keywords": [
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,7 +1,7 @@
{
"name": "@analogjs/vite-plugin-angular",
"description": "Vite Plugin for Angular",
"version": "0.2.23",
"version": "0.2.24",
"keywords": [
"vite",
"vitest",
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": "0.2.23",
"version": "0.2.24",
"type": "commonjs",
"description": "A Vite plugin for adding a nitro API server",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit 255b688

Please sign in to comment.