Skip to content

Commit

Permalink
v2.11.460
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Oct 28, 2024
1 parent 9881fea commit 30d3c30
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.459",
"version": "2.11.460",
"packages": [
"packages/*",
"packages/*/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/cli",
"version": "2.11.455",
"version": "2.11.460",
"description": "Fetch your Symbols configuration",
"main": "bin/fetch.js",
"author": "Symbols",
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.459",
"version": "2.11.460",
"license": "MIT",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
"type": "module",
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"@domql/utils": "^2.5.0",
"@symbo.ls/create": "^2.11.459",
"@symbo.ls/create": "^2.11.460",
"jsdom": "^22.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.459",
"version": "2.11.460",
"license": "MIT",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@symbo.ls/fetch": "^2.11.453",
"@symbo.ls/init": "^2.11.453",
"@symbo.ls/scratch": "^2.11.453",
"@symbo.ls/sync": "^2.11.455",
"@symbo.ls/sync": "^2.11.460",
"@symbo.ls/uikit": "^2.11.455",
"@symbo.ls/utils": "^2.11.453",
"domql": "^2.5.155"
Expand Down
8 changes: 4 additions & 4 deletions packages/smbls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smbls",
"version": "2.11.459",
"version": "2.11.460",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "e0ba591cdf46fa9024e42f49c516c9d4c248c376",
Expand All @@ -13,12 +13,12 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.455",
"@symbo.ls/create": "^2.11.459",
"@symbo.ls/cli": "^2.11.460",
"@symbo.ls/create": "^2.11.460",
"@symbo.ls/default-config": "^2.11.453",
"@symbo.ls/init": "^2.11.453",
"@symbo.ls/scratch": "^2.11.453",
"@symbo.ls/sync": "^2.11.455",
"@symbo.ls/sync": "^2.11.460",
"@symbo.ls/uikit": "^2.11.455",
"@symbo.ls/utils": "^2.11.453",
"attrs-in-props": "^2.11.455",
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/sync",
"version": "2.11.455",
"version": "2.11.460",
"main": "index.js",
"module": "index.js",
"gitHead": "d1b6122e6d2aaca97f342e5e9ebb181797b85e23",
Expand Down

0 comments on commit 30d3c30

Please sign in to comment.