Skip to content

Commit

Permalink
chore: release 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent fca0ad5 commit 4f032b1
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.2](https://github.com/analogjs/analog/compare/v1.8.1...v1.8.2) (2024-09-30)

### Bug Fixes

- **create-analog:** read the doc color scheme in light mode ([#1361](https://github.com/analogjs/analog/issues/1361)) ([90d9b7b](https://github.com/analogjs/analog/commit/90d9b7b5d4767dd8399fa8ee33c91f9a4671f409))
- **vite-plugin-nitro:** inline std-env package for Windows build ([#1362](https://github.com/analogjs/analog/issues/1362)) ([a6a93c0](https://github.com/analogjs/analog/commit/a6a93c00d067b8cfa245c6d20685aff46723119a))

## [1.8.2-beta.2](https://github.com/analogjs/analog/compare/v1.8.2-beta.1...v1.8.2-beta.2) (2024-09-23)

### 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.8.2-beta.2",
"version": "1.8.2",
"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.8.2-beta.2",
"version": "1.8.2",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/sponsors/brandonroberts"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2"
"@analogjs/vite-plugin-angular": "^1.8.2"
},
"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.8.2-beta.2",
"version": "1.8.2",
"description": "Content Rendering for Analog",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
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.8.2-beta.2",
"version": "1.8.2",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-analog/template-angular-v16/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.8.2-beta.2",
"@analogjs/router": "^1.8.2-beta.2",
"@analogjs/content": "^1.8.2",
"@analogjs/router": "^1.8.2",
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@analogjs/platform": "^1.8.2-beta.2",
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2",
"@analogjs/vitest-angular": "^1.8.2-beta.2",
"@analogjs/platform": "^1.8.2",
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vitest-angular": "^1.8.2",
"@angular-devkit/build-angular": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
Expand Down
10 changes: 5 additions & 5 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.8.2-beta.2",
"@analogjs/router": "^1.8.2-beta.2",
"@analogjs/content": "^1.8.2",
"@analogjs/router": "^1.8.2",
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.8.2-beta.2",
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2",
"@analogjs/vitest-angular": "^1.8.2-beta.2",
"@analogjs/platform": "^1.8.2",
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vitest-angular": "^1.8.2",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
Expand Down
10 changes: 5 additions & 5 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.8.2-beta.2",
"@analogjs/router": "^1.8.2-beta.2",
"@analogjs/content": "^1.8.2",
"@analogjs/router": "^1.8.2",
"@angular/animations": "^18.0.0",
"@angular/build": "^18.0.0",
"@angular/common": "^18.0.0",
Expand All @@ -36,9 +36,9 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@analogjs/platform": "^1.8.2-beta.2",
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2",
"@analogjs/vitest-angular": "^1.8.2-beta.2",
"@analogjs/platform": "^1.8.2",
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vitest-angular": "^1.8.2",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"jsdom": "^22.1.0",
Expand Down
10 changes: 5 additions & 5 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.8.2-beta.2",
"@analogjs/router": "^1.8.2-beta.2",
"@analogjs/content": "^1.8.2",
"@analogjs/router": "^1.8.2",
"@angular/animations": "^18.0.0",
"@angular/build": "^18.0.0",
"@angular/common": "^18.0.0",
Expand All @@ -38,9 +38,9 @@
"zone.js": "~0.14.3"
},
"devDependencies": {
"@analogjs/platform": "^1.8.2-beta.2",
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2",
"@analogjs/vitest-angular": "^1.8.2-beta.2",
"@analogjs/platform": "^1.8.2",
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vitest-angular": "^1.8.2",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"jsdom": "^22.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.8.2-beta.2",
"version": "1.8.2",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"nitropack": "^2.9.0",
"@analogjs/vite-plugin-angular": "^1.8.2-beta.2",
"@analogjs/vite-plugin-nitro": "^1.8.2-beta.2",
"@analogjs/vite-plugin-angular": "^1.8.2",
"@analogjs/vite-plugin-nitro": "^1.8.2",
"vitefu": "^0.2.5"
},
"peerDependencies": {
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.8.2-beta.2",
"version": "1.8.2",
"description": "Filesystem-based routing for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/sponsors/brandonroberts"
},
"peerDependencies": {
"@analogjs/content": "^1.8.2-beta.2",
"@analogjs/content": "^1.8.2",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.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.8.2-beta.2",
"version": "1.8.2",
"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.8.2-beta.2",
"version": "1.8.2",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
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.8.2-beta.2",
"version": "1.8.2",
"description": "Vitest Builder for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down

0 comments on commit 4f032b1

Please sign in to comment.