Skip to content

Commit

Permalink
v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Jun 1, 2023
1 parent f409196 commit 9bdca05
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.23",
"version": "0.2.24",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nukak-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nukak-browser",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./nukak-browser.min.js",
"types": "./nukak-browser.min.d.ts",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"bunchee": "^3.2.0",
"copyfiles": "^2.4.1",
"nukak": "^0.2.23",
"nukak": "^0.2.24",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-maria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nukak-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/nukak-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -65,4 +65,4 @@
"access": "public"
},
"gitHead": "9b67d4c713b755788a5e708a4cd400ab9e30fbaa"
}
}
2 changes: 1 addition & 1 deletion packages/nukak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://nukak.org",
"description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
"license": "MIT",
"version": "0.2.23",
"version": "0.2.24",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7780,7 +7780,7 @@ __metadata:
dependencies:
bunchee: ^3.2.0
copyfiles: ^2.4.1
nukak: ^0.2.23
nukak: ^0.2.24
rimraf: ^5.0.1
typescript: ^5.1.3
languageName: unknown
Expand Down Expand Up @@ -7887,7 +7887,7 @@ __metadata:
languageName: unknown
linkType: soft

"nukak@^0.2.23, nukak@workspace:packages/nukak":
"nukak@^0.2.24, nukak@workspace:packages/nukak":
version: 0.0.0-use.local
resolution: "nukak@workspace:packages/nukak"
dependencies:
Expand Down

0 comments on commit 9bdca05

Please sign in to comment.