Skip to content

Commit 54daee3

Browse files
chore: release 0.2.45
1 parent 8c6d45f commit 54daee3

File tree

10 files changed

+20
-13
lines changed

10 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.45](https://github.com/analogjs/analog/compare/0.2.44...0.2.45) (2024-03-08)
2+
3+
### Features
4+
5+
- **create-analog:** add support for Vite 5.1 to template apps ([#925](https://github.com/analogjs/analog/issues/925)) ([8c6d45f](https://github.com/analogjs/analog/commit/8c6d45fbb181e8203fbf70207d5296788a881027))
6+
- **vite-plugin-angular:** add pipeline to transform analog markdown template ([#875](https://github.com/analogjs/analog/issues/875)) ([789fa06](https://github.com/analogjs/analog/commit/789fa062d6a36bfbe0da6689da3509e78c41e658))
7+
18
## [0.2.44](https://github.com/analogjs/analog/compare/0.2.43...0.2.44) (2024-03-06)
29

310
### 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.44",
3+
"version": "0.2.45",
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.44",
3+
"version": "0.2.45",
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.44"
31+
"@analogjs/vite-plugin-angular": "^0.2.45"
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.44",
3+
"version": "0.2.45",
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.73",
3+
"version": "0.2.74",
44
"type": "module",
55
"license": "MIT",
66
"author": "Brandon Roberts",

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.44",
3+
"version": "0.2.45",
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.44",
29-
"@analogjs/vite-plugin-nitro": "^0.2.44"
28+
"@analogjs/vite-plugin-angular": "^0.2.45",
29+
"@analogjs/vite-plugin-nitro": "^0.2.45"
3030
},
3131
"peerDependencies": {
3232
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.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.44",
3+
"version": "0.2.45",
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.44"
26+
"@analogjs/content": "^0.2.45"
2727
},
2828
"dependencies": {
2929
"tslib": "^2.0.0"

packages/trpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/trpc",
3-
"version": "0.2.44",
3+
"version": "0.2.45",
44
"description": "Angular/Nitro-based tRPC integration",
55
"author": "Brandon Roberts <[email protected]>",
66
"keywords": [

packages/vite-plugin-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@analogjs/vite-plugin-angular",
33
"description": "Vite Plugin for Angular",
4-
"version": "0.2.44",
4+
"version": "0.2.45",
55
"keywords": [
66
"vite",
77
"vitest",

packages/vite-plugin-nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@analogjs/vite-plugin-nitro",
3-
"version": "0.2.44",
3+
"version": "0.2.45",
44
"type": "commonjs",
55
"description": "A Vite plugin for adding a nitro API server",
66
"author": "Brandon Roberts <[email protected]>",

0 commit comments

Comments
 (0)