Skip to content

Commit

Permalink
chore(deps): bump version to 0.4.6
Browse files Browse the repository at this point in the history
- Update rustable and related packages from 0.4.5 to 0.4.6
- Update monoup from 0.3.7 to 0.4.0
  • Loading branch information
illuxiza committed Feb 6, 2025
1 parent 06e50bb commit 732fd1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustable",
"version": "0.4.5",
"version": "0.4.6",
"workspaces": [
"packages/*"
],
Expand All @@ -27,11 +27,11 @@
"ver": "monoup version"
},
"dependencies": {
"@rustable/commons": "0.4.5",
"@rustable/commons": "0.4.6",
"@rustable/enum": "0.4.4",
"@rustable/iter": "0.4.4",
"@rustable/trait": "0.4.5",
"@rustable/type": "0.4.5",
"@rustable/trait": "0.4.6",
"@rustable/type": "0.4.6",
"@rustable/utils": "0.4.4"
},
"files": [
Expand Down Expand Up @@ -65,7 +65,7 @@
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"monoup": "^0.3.7",
"monoup": "^0.4.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rustable/commons",
"version": "0.4.5",
"version": "0.4.6",
"description": "A TypeScript implementation of Rust-like traits and collections, providing efficient and type-safe implementations along with common trait patterns.",
"keywords": [
"typescript",
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@rustable/enum": "0.4.4",
"@rustable/iter": "0.4.4",
"@rustable/trait": "0.4.5",
"@rustable/type": "0.4.5",
"@rustable/trait": "0.4.6",
"@rustable/type": "0.4.6",
"@rustable/utils": "0.4.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/trait/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rustable/trait",
"version": "0.4.5",
"version": "0.4.6",
"description": "A TypeScript library that implements Rust-like traits with compile-time type checking and runtime verification.",
"keywords": [
"typescript",
Expand Down Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"@rustable/type": "0.4.5"
"@rustable/type": "0.4.6"
},
"author": "illuxiza",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rustable/type",
"version": "0.4.5",
"version": "0.4.6",
"description": "A TypeScript implementation of Rust-like type system with generic support and runtime type information.",
"keywords": [
"typescript",
Expand Down

0 comments on commit 732fd1d

Please sign in to comment.