Skip to content

Commit

Permalink
chore: release 0.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 5, 2024
1 parent f528436 commit 82de2d3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.42](https://github.com/analogjs/analog/compare/0.2.41...0.2.42) (2024-03-05)

### Bug Fixes

- add file protocol to solve windows pre rendering issues ([#915](https://github.com/analogjs/analog/issues/915)) ([cd1123f](https://github.com/analogjs/analog/commit/cd1123f48814e20bcfab099213274b6882c29c62))

## [0.2.41](https://github.com/analogjs/analog/compare/0.2.40...0.2.41) (2024-02-29)

### Features
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.41",
"version": "0.2.42",
"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.41",
"version": "0.2.42",
"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.41"
"@analogjs/vite-plugin-angular": "^0.2.42"
},
"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.41",
"version": "0.2.42",
"description": "Content Rendering for Analog",
"author": "Brandon Roberts <robertsbt@gmail.com>",
"keywords": [
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.41",
"version": "0.2.42",
"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.41",
"@analogjs/vite-plugin-nitro": "^0.2.41"
"@analogjs/vite-plugin-angular": "^0.2.42",
"@analogjs/vite-plugin-nitro": "^0.2.42"
},
"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.41",
"version": "0.2.42",
"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.41"
"@analogjs/content": "^0.2.42"
},
"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.41",
"version": "0.2.42",
"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.41",
"version": "0.2.42",
"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.41",
"version": "0.2.42",
"type": "commonjs",
"description": "A Vite plugin for adding a nitro API server",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit 82de2d3

Please sign in to comment.