Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 19, 2024
1 parent aa4d304 commit ab64743
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 24 deletions.
20 changes: 4 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
# [1.1.0-beta.1](https://github.com/analogjs/analog/compare/v1.0.0...v1.1.0-beta.1) (2024-03-15)
## [1.0.1](https://github.com/analogjs/analog/compare/v1.1.0-beta.1...v1.0.1) (2024-03-19)

### Bug Fixes

- add release tag env variable ([379c546](https://github.com/analogjs/analog/commit/379c5466ba054fdf5fc6a9e579f3c17849004c88))
- **create-analog:** set app root for Vite/ESM support ([32ab9ce](https://github.com/analogjs/analog/commit/32ab9cecc6dc0d28e166edbc9a27a9071ba22069))
- **nx-plugin:** rename template files and adjust versions ([#936](https://github.com/analogjs/analog/issues/936)) ([e0d4b6b](https://github.com/analogjs/analog/commit/e0d4b6b2cec348482b07f33b666451b724afbabf))
- **nx-plugin:** update package versions to 1.0 RC ([#933](https://github.com/analogjs/analog/issues/933)) ([d37a9c2](https://github.com/analogjs/analog/commit/d37a9c2c75d7739d56b4af6942f63c4ff77b8ade))
- only auto-publish [@analogjs](https://github.com/analogjs) packages ([98301dc](https://github.com/analogjs/analog/commit/98301dc08dac3f7cb46dfce3483679005ba0ed60))
- set beta tag on publish ([c1b8211](https://github.com/analogjs/analog/commit/c1b8211153d5259214a5a5f807fb892f82a28600))
- use semantic release to publish ([8410660](https://github.com/analogjs/analog/commit/841066058ad83f5ddd190221b3d832a8dddf5497))
- **vite-plugin-nitro:** use relative paths for root directory ([989fd6d](https://github.com/analogjs/analog/commit/989fd6d162d4d5a389ab543bead70e4a2188f931))

### Features
- **create-analog:** fixes postcss.config.cjs issue ([#943](https://github.com/analogjs/analog/issues/943)) ([07b2687](https://github.com/analogjs/analog/commit/07b26875823614a9b4a6e3676b9a76b105c8cdda)), closes [#941](https://github.com/analogjs/analog/issues/941)

- 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))

## [1.0.1](https://github.com/analogjs/analog/compare/1.0.0...1.0.1) (2024-03-15)
# [1.1.0-beta.1](https://github.com/analogjs/analog/compare/v1.0.0...v1.1.0-beta.1) (2024-03-15)

# [1.0.0-rc.3](https://github.com/analogjs/analog/compare/1.0.0-rc.2...1.0.0-rc.3) (2024-03-14)

Expand Down Expand Up @@ -57,7 +45,7 @@
- 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))

# [1.0.0](https://github.com/analogjs/analog/compare/1.0.0-rc.3...1.0.0) (2024-03-14)
# [1.0.0](https://github.com/analogjs/analog/compare/1.0.0...v1.0.0) (2024-03-14)

# [1.0.0-rc.3](https://github.com/analogjs/analog/compare/1.0.0-rc.2...1.0.0-rc.3) (2024-03-14)

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-beta.1",
"version": "1.0.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-beta.1",
"version": "1.0.1",
"description": "Use Angular components within Astro",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
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-beta.1",
"version": "1.0.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.1.0-beta.1",
"version": "1.0.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-beta.1",
"version": "1.0.1",
"description": "The fullstack meta-framework for Angular",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
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-beta.1",
"version": "1.0.1",
"description": "Filesystem-based routing for Angular",
"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.1.0-beta.1",
"version": "1.0.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-beta.1",
"version": "1.0.1",
"description": "A Vite plugin for adding a nitro API server",
"type": "module",
"author": "Brandon Roberts <[email protected]>",
Expand Down

0 comments on commit ab64743

Please sign in to comment.