Skip to content

Commit

Permalink
v2.11.505
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Dec 30, 2024
1 parent 210baf6 commit a49a794
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.504",
"version": "2.11.505",
"packages": [
"packages/*",
"packages/*/*"
Expand Down
4 changes: 2 additions & 2 deletions 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.504",
"version": "2.11.505",
"description": "Fetch your Symbols configuration",
"main": "bin/fetch.js",
"author": "Symbols",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@symbo.ls/fetch": "^2.11.475",
"@symbo.ls/init": "^2.11.504",
"@symbo.ls/socket": "^2.11.504",
"@symbo.ls/socket": "^2.11.505",
"chalk": "^5.0.0",
"commander": "latest",
"diff": "^5.2.0",
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.504",
"version": "2.11.505",
"license": "MIT",
"gitHead": "5d7fe1ba3ab1985ab56bc3896e3e8e09b1c96d5c",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@symbo.ls/fetch": "^2.11.475",
"@symbo.ls/init": "^2.11.504",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/sync": "^2.11.504",
"@symbo.ls/sync": "^2.11.505",
"@symbo.ls/uikit": "^2.11.504",
"@symbo.ls/utils": "^2.11.504",
"domql": "^2.5.158"
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.504",
"version": "2.11.505",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "5d7fe1ba3ab1985ab56bc3896e3e8e09b1c96d5c",
Expand All @@ -13,12 +13,12 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.504",
"@symbo.ls/create": "^2.11.504",
"@symbo.ls/cli": "^2.11.505",
"@symbo.ls/create": "^2.11.505",
"@symbo.ls/default-config": "^2.11.501",
"@symbo.ls/init": "^2.11.504",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/sync": "^2.11.504",
"@symbo.ls/sync": "^2.11.505",
"@symbo.ls/uikit": "^2.11.504",
"@symbo.ls/utils": "^2.11.504",
"attrs-in-props": "^2.11.470",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/socket",
"version": "2.11.504",
"version": "2.11.505",
"description": "Connect your app to Symbols editor",
"main": "server.js",
"author": "symbo.ls",
Expand Down
4 changes: 2 additions & 2 deletions 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.504",
"version": "2.11.505",
"main": "index.js",
"module": "index.js",
"gitHead": "5d7fe1ba3ab1985ab56bc3896e3e8e09b1c96d5c",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@domql/utils": "^2.5.0",
"@symbo.ls/init": "^2.11.504",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/socket": "^2.11.504",
"@symbo.ls/socket": "^2.11.505",
"@symbo.ls/uikit": "^2.11.504"
},
"devDependencies": {
Expand Down

0 comments on commit a49a794

Please sign in to comment.