Skip to content

Commit

Permalink
chore: release 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 8, 2023
1 parent 45c6553 commit e433aac
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.2.19](https://github.com/analogjs/analog/compare/0.2.18...0.2.19) (2023-11-08)

### Bug Fixes

- **create-analog:** add v17 pre-release to package.json files ([ba354b9](https://github.com/analogjs/analog/commit/ba354b94f6d5dbe9a7e51c01467e7de08bf2ce18))
- **vite-plugin-nitro:** update plugin name, pass options to dev server ([#745](https://github.com/analogjs/analog/issues/745)) ([f45bb80](https://github.com/analogjs/analog/commit/f45bb8067a365695f516a1e09a0596aab2648de5))

### Features

- updated to new logo ([#744](https://github.com/analogjs/analog/issues/744)) ([45666bc](https://github.com/analogjs/analog/commit/45666bc9bc0d66dcc54e8ce5f6a78d439bb9051d))

## [0.2.18](https://github.com/analogjs/analog/compare/0.2.16...0.2.18) (2023-10-31)

### 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.18",
"version": "0.2.19",
"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.18",
"version": "0.2.19",
"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.18"
"@analogjs/vite-plugin-angular": "^0.2.19"
},
"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.18",
"version": "0.2.19",
"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.56",
"version": "0.2.57",
"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.18",
"version": "0.2.19",
"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.18",
"@analogjs/vite-plugin-nitro": "^0.2.18",
"@analogjs/vite-plugin-angular": "^0.2.19",
"@analogjs/vite-plugin-nitro": "^0.2.19",
"@nx/devkit": "^16.0.0 || ^17.0.0"
},
"builders": "./src/lib/nx-plugin/executors.json",
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.18",
"version": "0.2.19",
"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.18"
"@analogjs/content": "^0.2.19"
},
"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.18",
"version": "0.2.19",
"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.18",
"version": "0.2.19",
"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.18",
"version": "0.2.19",
"type": "commonjs",
"description": "A Vite plugin for adding a nitro API server",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit e433aac

Please sign in to comment.