Skip to content

Commit

Permalink
chore(*): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YLfjuk committed Dec 18, 2024
1 parent ab9dbde commit 7091a55
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 6 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.7",
"@ylfjuk/core": "^0.0.9",
"@ylfjuk/core": "^0.0.10",
"hono": "^4.6.13"
},
"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": "^6.0.3"
},
"dependencies": {
"@ylfjuk/core": "^0.0.9"
"@ylfjuk/core": "^0.0.10"
}
}
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.10

### Patch Changes

- Updated dependencies
- @ylfjuk-core/types@0.0.10

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "The core packages",
"author": "YLfjuk",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:types": "tsc --project tsconfig.test.json"
},
"dependencies": {
"@ylfjuk-core/types": "0.0.9",
"@ylfjuk-core/types": "0.0.10",
"@ylfjuk-core/utils": "0.0.5"
},
"devDependencies": {
Expand Down
24 changes: 24 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @ylfjuk-core/types

## 0.0.10

### Patch Changes

#### Chores 🧹

- The package now ensures that it only exports types

#### Features 🆕

- Added types
- Abs | Returns the absolute value of a number
- ArrayOfN | Returns an array of n length
- AtLeastOne | Requires at least one of the fields in an object
- ExactlyOne | Requires exactly one of the fields in an object
- IsNatural | Returns if the number is an element of the Natural numbers group
- IsTuple | Return if an array is a tuple
- LessThan | Returns if a number is less than another number | ⚠️ Floats Unsupported
- PickBy | Picks the fields of an object where the value matches the condition

- Modified Types
- Primitive | Added support for `symbol` type
- MaskLiterals | Trailing changes from the `Primitive` type modification

## 0.0.9

### 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.9",
"version": "0.0.10",
"author": "YLfjuk",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@ylfjuk/tsconfigs": "^0.0.6",
"@ylfjuk-core/types": "^0.0.9",
"@ylfjuk-core/types": "^0.0.10",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
Expand Down

0 comments on commit 7091a55

Please sign in to comment.