Skip to content

Commit

Permalink
chore(release): version
Browse files Browse the repository at this point in the history
  • Loading branch information
YLfjuk committed Oct 15, 2024
1 parent 06fecca commit 262c171
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@hono/node-server": "^1.13.2",
"@ylfjuk/core": "*",
"@ylfjuk/core": "^0.0.4",
"hono": "^4.6.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"vite": "^5.4.8"
},
"dependencies": {
"@ylfjuk/core": "^0.0.3"
"@ylfjuk/core": "^0.0.4"
}
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ylfjuk/core

## 0.0.4

### Patch Changes

- Updated dependencies
- @ylfjuk-core/utils@0.0.2
- @ylfjuk-core/types@0.0.7

## 0.0.3

### Patch Changes
Expand Down
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": "@ylfjuk/core",
"version": "0.0.3",
"version": "0.0.4",
"description": "The core packages",
"author": "YLfjuk",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ylfjuk-core/types

## 0.0.7

### Patch Changes

- Added union-related types

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ylfjuk-core/types",
"version": "0.0.6",
"version": "0.0.7",
"author": "YLfjuk",
"type": "module",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ylfjuk-core/utils

## 0.0.2

### Patch Changes

- Added assertNever (w/ silent variant) utility fuctions

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ylfjuk-core/utils",
"version": "0.0.1",
"version": "0.0.2",
"author": "YLfjuk",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 262c171

Please sign in to comment.