Skip to content

Commit

Permalink
chore: release 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 12, 2023
1 parent 989fd6d commit ead7123
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 15 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# [1.0.0-beta.0](https://github.com/analogjs/analog/compare/0.2.24...1.0.0-beta.0) (2023-12-12)
# [1.0.0-beta.1](https://github.com/analogjs/analog/compare/1.0.0-beta.0...1.0.0-beta.1) (2023-12-12)

### Bug Fixes

- **create-analog:** set app root for Vite/ESM support ([32ab9ce](https://github.com/analogjs/analog/commit/32ab9cecc6dc0d28e166edbc9a27a9071ba22069))
- **vite-plugin-nitro:** use relative paths for root directory ([989fd6d](https://github.com/analogjs/analog/commit/989fd6d162d4d5a389ab543bead70e4a2188f931))

# [1.0.0-beta.0](https://github.com/analogjs/analog/compare/0.2.25...1.0.0-beta.0) (2023-12-12)

### Bug Fixes

Expand All @@ -12,6 +19,12 @@
- add npm publish job for packages ([2802c92](https://github.com/analogjs/analog/commit/2802c92cee93cfa7a076421c329383968b5f74a2))
- update app templates to 1.0.0-beta ([5a23eb0](https://github.com/analogjs/analog/commit/5a23eb08718329ef2ec90135af47beb4a2c96bb7))

## [0.2.25](https://github.com/analogjs/analog/compare/0.2.24...0.2.25) (2023-12-12)

### Bug Fixes

- add default reporters to vitest configuration ([#791](https://github.com/analogjs/analog/issues/791)) ([bdc216c](https://github.com/analogjs/analog/commit/bdc216c51353d32304a59f83591aba63636949ab))

## [0.2.24](https://github.com/analogjs/analog/compare/0.2.23...0.2.24) (2023-12-08)

### 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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/analogjs/analog.git"
},
"dependencies": {
"@analogjs/vite-plugin-angular": "^1.0.0-beta.0"
"@analogjs/vite-plugin-angular": "^1.0.0-beta.1"
},
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"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.0.0-beta.0",
"version": "1.0.0-beta.1",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
1 change: 0 additions & 1 deletion packages/create-analog/template-blog/_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/.npmrc

# System files
.DS_Store
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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"nitropack": "^2.6.0",
"@analogjs/vite-plugin-angular": "^1.0.0-beta.0",
"@analogjs/vite-plugin-nitro": "^1.0.0-beta.0"
"@analogjs/vite-plugin-angular": "^1.0.0-beta.1",
"@analogjs/vite-plugin-nitro": "^1.0.0-beta.1"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0 || ^17.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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Filesystem-based routing for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand All @@ -24,7 +24,7 @@
"@angular/router": "^15.0.0 || >=16.0.0"
},
"optionalDependencies": {
"@analogjs/content": "^1.0.0-beta.0"
"@analogjs/content": "^1.0.0-beta.1"
},
"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": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Angular/Nitro-based tRPC integration",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
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.0.0-beta.0",
"version": "1.0.0-beta.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.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down

0 comments on commit ead7123

Please sign in to comment.