Skip to content

Commit

Permalink
chore: release 0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Feb 27, 2024
1 parent 25d003b commit fdd6412
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.2.40](https://github.com/analogjs/analog/compare/0.2.39...0.2.40) (2024-02-27)

### Bug Fixes

- align vitest peer dependency ([#907](https://github.com/analogjs/analog/issues/907)) ([d36ea80](https://github.com/analogjs/analog/commit/d36ea808092048d4100995e80e6316d7800f97f1))
- **nx-plugin:** remove option from angular generator ([#908](https://github.com/analogjs/analog/issues/908)) ([73698f5](https://github.com/analogjs/analog/commit/73698f58aaf0b66e72dc7461ed116f13c54b1d0b))
- **vite-plugin-angular:** add reporting of compilation warnings and errors ([#902](https://github.com/analogjs/analog/issues/902)) ([49f8518](https://github.com/analogjs/analog/commit/49f8518a4a746789a4ef1a495ae46780900a872e))

### Features

- **vite-plugin-angular:** add support for import attributes ([#905](https://github.com/analogjs/analog/issues/905)) ([8f65c23](https://github.com/analogjs/analog/commit/8f65c23537c2ea8e23c30aa6b33670a5c0574ed0))

## [0.2.39](https://github.com/analogjs/analog/compare/0.2.38...0.2.39) (2024-02-21)

## [0.2.38](https://github.com/analogjs/analog/compare/0.2.37...0.2.38) (2024-02-16)
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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"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.39"
"@analogjs/vite-plugin-angular": "^0.2.40"
},
"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.39",
"version": "0.2.40",
"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.71",
"version": "0.2.72",
"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.39",
"version": "0.2.40",
"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.39",
"@analogjs/vite-plugin-nitro": "^0.2.39"
"@analogjs/vite-plugin-angular": "^0.2.40",
"@analogjs/vite-plugin-nitro": "^0.2.40"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.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.39",
"version": "0.2.40",
"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.39"
"@analogjs/content": "^0.2.40"
},
"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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"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.39",
"version": "0.2.40",
"type": "commonjs",
"description": "A Vite plugin for adding a nitro API server",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit fdd6412

Please sign in to comment.