Skip to content

Commit

Permalink
v2.11.462
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Oct 29, 2024
1 parent ad7d6c6 commit 094252e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "2.11.461",
"version": "2.11.462",
"packages": [
"packages/*",
"packages/*/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/convert",
"version": "2.11.461",
"version": "2.11.462",
"license": "MIT",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
"type": "module",
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"@domql/utils": "^2.5.0",
"@symbo.ls/create": "^2.11.461",
"@symbo.ls/create": "^2.11.462",
"jsdom": "^22.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/create",
"version": "2.11.461",
"version": "2.11.462",
"license": "MIT",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/smbls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smbls",
"version": "2.11.461",
"version": "2.11.462",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"@symbo.ls/cli": "^2.11.461",
"@symbo.ls/create": "^2.11.461",
"@symbo.ls/create": "^2.11.462",
"@symbo.ls/default-config": "^2.11.453",
"@symbo.ls/init": "^2.11.453",
"@symbo.ls/scratch": "^2.11.453",
Expand Down

0 comments on commit 094252e

Please sign in to comment.