Skip to content

Commit

Permalink
chore(*): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YLfjuk committed Dec 20, 2024
1 parent b4478c2 commit 16df300
Show file tree
Hide file tree
Showing 8 changed files with 3,731 additions and 3,674 deletions.
7,377 changes: 3,709 additions & 3,668 deletions package-lock.json

Large diffs are not rendered by default.

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

## 0.0.12

### Patch Changes

- Updated dependencies
- @ylfjuk-core/utils@0.0.6

## 0.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ylfjuk/core",
"version": "0.0.11",
"version": "0.0.12",
"description": "The core packages",
"author": "YLfjuk",
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@ylfjuk-core/types": "0.0.11",
"@ylfjuk-core/utils": "0.0.5"
"@ylfjuk-core/utils": "0.0.6"
},
"devDependencies": {
"@ylfjuk/tsconfigs": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from '@ylfjuk-core/types';
export type * from '@ylfjuk-core/types';
export * from '@ylfjuk-core/utils';
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ylfjuk-core/utils

## 0.0.6

### Patch Changes

#### Features 🆕

- Added Utilities:
- toggle | toggles between elements in an array

## 0.0.5

### 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.5",
"version": "0.0.6",
"author": "YLfjuk",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion playground/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.7",
"@ylfjuk/core": "^0.0.11",
"@ylfjuk/core": "^0.0.12",
"hono": "^4.6.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"vite": "^6.0.3"
},
"dependencies": {
"@ylfjuk/core": "^0.0.11"
"@ylfjuk/core": "^0.0.12"
}
}

0 comments on commit 16df300

Please sign in to comment.