Skip to content

Commit

Permalink
chore(release): 📦 version packages (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 10, 2023
1 parent bb196ce commit be8405c
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-yaks-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-chairs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-rats-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-tables-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-hounds-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-cobras-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-yaks-guess.md

This file was deleted.

9 changes: 9 additions & 0 deletions modules/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @noyau/module-react

## 0.0.4

### Patch Changes

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
- @noyau/kit@0.1.0
2 changes: 1 addition & 1 deletion modules/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/module-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions modules/routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @noyau/module-routes

## 0.0.4

### Patch Changes

- [`f6a37dd`](https://github.com/noyaujs/noyau/commit/f6a37ddeda5a489c4f4d205b49e19208bdd7419e) Thanks [@arbassett](https://github.com/arbassett)! - removed debug console.logs

- [`b5f7239`](https://github.com/noyaujs/noyau/commit/b5f723941fe0eb8f727f26394bd5bc5c622a55d3) Thanks [@arbassett](https://github.com/arbassett)! - flatten index routes

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
- @noyau/kit@0.1.0
2 changes: 1 addition & 1 deletion modules/routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/module-routes",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions modules/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @noyau/module-solid

## 0.0.2

### Patch Changes

- [`b32d92e`](https://github.com/noyaujs/noyau/commit/b32d92ed5e4ab3835f6c3e10a73e889dd1af3586) Thanks [@arbassett](https://github.com/arbassett)! - forward build context to solid vite plugin

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
- @noyau/kit@0.1.0
2 changes: 1 addition & 1 deletion modules/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/module-solid",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions modules/spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @noyau/module-spa

## 0.0.4

### Patch Changes

- Updated dependencies [[`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af)]:
- @noyau/kit@0.1.0
2 changes: 1 addition & 1 deletion modules/spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/module-spa",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @noyau/cli

## 0.1.0

### Patch Changes

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af), [`c51cfcf`](https://github.com/noyaujs/noyau/commit/c51cfcf1cc9dd98161463c90b5c0c2f74e19809b), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
- @noyau/kit@0.1.0
- @noyau/core@0.1.0
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/cli",
"version": "0.0.3",
"version": "0.1.0",
"description": "",
"keywords": [],
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @noyau/core

## 0.1.0

### Patch Changes

- [`c51cfcf`](https://github.com/noyaujs/noyau/commit/c51cfcf1cc9dd98161463c90b5c0c2f74e19809b) Thanks [@arbassett](https://github.com/arbassett)! - try to find workspace root for allow dirs

- [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8) Thanks [@arbassett](https://github.com/arbassett)! - Move noyau app runtime to experimental settings

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
- @noyau/kit@0.1.0
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/core",
"version": "0.0.3",
"version": "0.1.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @noyau/kit

## 0.1.0

### Minor Changes

- [`20b79ca`](https://github.com/noyaujs/noyau/commit/20b79ca897a2e6c7fb72548faca0b6b3ac94f1af) Thanks [@arbassett](https://github.com/arbassett)! - Expose isServer & isClient to vite config helpers

### Patch Changes

- Updated dependencies [[`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527), [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8)]:
- @noyau/schema@0.1.0
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/kit",
"version": "0.0.3",
"version": "0.1.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @noyau/schema

## 0.1.0

### Patch Changes

- [`5b52f00`](https://github.com/noyaujs/noyau/commit/5b52f008bc9bb1549bd297a6acbf52e784232527) Thanks [@arbassett](https://github.com/arbassett)! - remove build time moduleDir resolution

- [`af1a258`](https://github.com/noyaujs/noyau/commit/af1a258fa8aba7d031047a9ad957ee20c39ef9e8) Thanks [@arbassett](https://github.com/arbassett)! - Move noyau app runtime to experimental settings
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noyau/schema",
"version": "0.0.3",
"version": "0.1.0",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit be8405c

Please sign in to comment.