Skip to content

Commit

Permalink
chore: release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Apr 4, 2024
1 parent e212676 commit cb49e78
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/analogjs/analog/compare/v1.1.0...v1.1.1) (2024-04-04)

### Bug Fixes

- add TanStack packages for SSR transform ([#998](https://github.com/analogjs/analog/issues/998)) ([0c5d1f6](https://github.com/analogjs/analog/commit/0c5d1f63458e5376cefd8cfb62c2c302bbf80c22))
- **vite-plugin-angular:** add support for output and model Signal API to Analog SFC ([#1004](https://github.com/analogjs/analog/issues/1004)) ([e212676](https://github.com/analogjs/analog/commit/e212676bb938a53fc59e933f68781e8a45d28cd3))

# [1.1.0](https://github.com/analogjs/analog/compare/v1.0.2...v1.1.0) (2024-04-02)

### 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": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/astro-angular",
"version": "1.1.0",
"version": "1.1.1",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
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": "1.1.0",
"version": "1.1.1",
"description": "Content Rendering for Analog",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
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": "1.1.0",
"version": "1.1.1",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/platform",
"version": "1.1.0",
"version": "1.1.1",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/router",
"version": "1.1.0",
"version": "1.1.1",
"description": "Filesystem-based routing for Angular",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
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,6 +1,6 @@
{
"name": "@analogjs/vite-plugin-angular",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vite Plugin for Angular",
"type": "module",
"keywords": [
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": "1.1.0",
"version": "1.1.1",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit cb49e78

Please sign in to comment.