Skip to content

Commit

Permalink
chore: release 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 27, 2024
1 parent bc106c5 commit 665969c
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 25 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.4.0](https://github.com/analogjs/analog/compare/v1.3.1...v1.4.0) (2024-05-27)

### Bug Fixes

- adjust peer dependency ranges ([1bc4e59](https://github.com/analogjs/analog/commit/1bc4e59e3cc850a4cf6bf8956ebd38ff70265e4b))
- **content:** getContentFile stream should be finished ([#1110](https://github.com/analogjs/analog/issues/1110)) ([e0ce74f](https://github.com/analogjs/analog/commit/e0ce74fd0513122ba416ac4be74bd4e55d3d572d))
- **create-analog:** add fixes for v18 template ([#1095](https://github.com/analogjs/analog/issues/1095)) ([759a341](https://github.com/analogjs/analog/commit/759a341d84e3d0c2cf4b9f4c6d27e6a4ea91445b))
- **nx-plugin:** update typescript dependency ([#1109](https://github.com/analogjs/analog/issues/1109)) ([4b9a51e](https://github.com/analogjs/analog/commit/4b9a51e8eaf450e5c91020bb93b37c104a54bf68))
- **platform:** add Nx deps as peerDependencies ([#1117](https://github.com/analogjs/analog/issues/1117)) ([b255370](https://github.com/analogjs/analog/commit/b255370182e8ff8bc1792113c8583a824c42ad8b))
- **vite-plugin-angular:** add @analogjs/router to vitest inline deps ([#1098](https://github.com/analogjs/analog/issues/1098)) ([69f4efa](https://github.com/analogjs/analog/commit/69f4efa0f6785d51518d1c087c515f9220a69ca6))
- **vitest-angular:** rename testing setup file and add to build ([#1106](https://github.com/analogjs/analog/issues/1106)) ([9ef4f3b](https://github.com/analogjs/analog/commit/9ef4f3b5bb224b600e6ddc8cc7ef689f676cff12))
- **vitest-angular:** update peerDependencies for @angular-devkit/architect version pattern range ([#1113](https://github.com/analogjs/analog/issues/1113)) ([1765d48](https://github.com/analogjs/analog/commit/1765d481bceb7815665bd4461109607d52551100))

### Features

- **create-analog:** simplify prompts add template for upcoming Angular v18 release ([#1094](https://github.com/analogjs/analog/issues/1094)) ([29c42a1](https://github.com/analogjs/analog/commit/29c42a133a0602667b3282620ef7ad1365262476))
- introduce vitest-angular package ([#1105](https://github.com/analogjs/analog/issues/1105)) ([4d73542](https://github.com/analogjs/analog/commit/4d735423a7cffb523fca2d5866c08cb4d1594bdb))
- update deps and apps to Angular v18 release ([#1101](https://github.com/analogjs/analog/issues/1101)) ([ef9bbee](https://github.com/analogjs/analog/commit/ef9bbeee6aeb73edcb66d94569fffd5443273ca5))

# [1.4.0-beta.11](https://github.com/analogjs/analog/compare/v1.4.0-beta.10...v1.4.0-beta.11) (2024-05-27)

### 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.4.0-beta.11",
"version": "1.4.0",
"license": "MIT",
"type": "module",
"scripts": {
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": "1.4.0-beta.11",
"version": "1.4.0",
"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": "^1.4.0-beta.11"
"@analogjs/vite-plugin-angular": "^1.4.0"
},
"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": "1.4.0-beta.11",
"version": "1.4.0",
"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.4.0-beta.11",
"version": "1.4.0",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.4.0-beta.11",
"@analogjs/router": "^1.4.0-beta.11",
"@analogjs/content": "^1.4.0",
"@analogjs/router": "^1.4.0",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
Expand All @@ -38,8 +38,8 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.4.0-beta.11",
"@analogjs/vite-plugin-angular": "^1.4.0-beta.11",
"@analogjs/platform": "^1.4.0",
"@analogjs/vite-plugin-angular": "^1.4.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@nx/vite": "~18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-analog/template-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "^1.4.0-beta.11",
"@analogjs/router": "^1.4.0-beta.11",
"@analogjs/content": "^1.4.0",
"@analogjs/router": "^1.4.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
Expand All @@ -37,8 +37,8 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.4.0-beta.11",
"@analogjs/vite-plugin-angular": "^1.4.0-beta.11",
"@analogjs/platform": "^1.4.0",
"@analogjs/vite-plugin-angular": "^1.4.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-analog/template-latest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.4.0-beta.11",
"@analogjs/router": "^1.4.0-beta.11",
"@analogjs/content": "^1.4.0",
"@analogjs/router": "^1.4.0",
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
Expand All @@ -37,8 +37,8 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@analogjs/platform": "^1.4.0-beta.11",
"@analogjs/vite-plugin-angular": "^1.4.0-beta.11",
"@analogjs/platform": "^1.4.0",
"@analogjs/vite-plugin-angular": "^1.4.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
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": "1.4.0-beta.11",
"version": "1.4.0",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"nitropack": "^2.9.0",
"@analogjs/vite-plugin-angular": "^1.4.0-beta.11",
"@analogjs/vite-plugin-nitro": "^1.4.0-beta.11"
"@analogjs/vite-plugin-angular": "^1.4.0",
"@analogjs/vite-plugin-nitro": "^1.4.0"
},
"peerDependencies": {
"@nx/angular": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.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": "1.4.0-beta.11",
"version": "1.4.0",
"description": "Filesystem-based routing for Angular",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand All @@ -24,7 +24,7 @@
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"optionalDependencies": {
"@analogjs/content": "^1.4.0-beta.11"
"@analogjs/content": "^1.4.0"
},
"dependencies": {
"tslib": "^2.0.0"
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.4.0-beta.11",
"version": "1.4.0",
"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.4.0-beta.11",
"version": "1.4.0",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@analogjs/vitest-angular",
"version": "1.4.0-beta.11",
"version": "1.4.0",
"description": "Vitest Builder for Angular",
"type": "module",
"author": "Brandon Roberts <robertsbt@gmail.com>",
Expand Down

0 comments on commit 665969c

Please sign in to comment.