Skip to content

Commit

Permalink
v2.11.510
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Jan 4, 2025
1 parent 0fb4ff9 commit 87a8942
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.509",
"version": "2.11.510",
"packages": [
"packages/*",
"packages/*/*"
Expand Down
6 changes: 3 additions & 3 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.509",
"version": "2.11.510",
"description": "Fetch your Symbols configuration",
"main": "bin/fetch.js",
"author": "Symbols",
Expand All @@ -15,9 +15,9 @@
"vpatch": "npm version patch && npm publish"
},
"dependencies": {
"@symbo.ls/fetch": "^2.11.509",
"@symbo.ls/fetch": "^2.11.510",
"@symbo.ls/init": "^2.11.508",
"@symbo.ls/socket": "^2.11.509",
"@symbo.ls/socket": "^2.11.510",
"chalk": "^5.0.0",
"commander": "latest",
"diff": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 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.509",
"version": "2.11.510",
"license": "MIT",
"gitHead": "597a7ea98e0521447777326702a2796351e73605",
"type": "module",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@domql/emotion": "^2.5.0",
"@domql/report": "^2.5.0",
"@domql/router": "^2.5.0",
"@symbo.ls/fetch": "^2.11.509",
"@symbo.ls/fetch": "^2.11.510",
"@symbo.ls/init": "^2.11.508",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/sync": "^2.11.509",
"@symbo.ls/sync": "^2.11.510",
"@symbo.ls/uikit": "^2.11.504",
"@symbo.ls/utils": "^2.11.504",
"domql": "^2.5.158"
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/fetch",
"version": "2.11.509",
"version": "2.11.510",
"license": "MIT",
"gitHead": "597a7ea98e0521447777326702a2796351e73605",
"type": "module",
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.509",
"version": "2.11.510",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "597a7ea98e0521447777326702a2796351e73605",
Expand All @@ -13,12 +13,12 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.509",
"@symbo.ls/create": "^2.11.509",
"@symbo.ls/cli": "^2.11.510",
"@symbo.ls/create": "^2.11.510",
"@symbo.ls/default-config": "^2.11.508",
"@symbo.ls/init": "^2.11.508",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/sync": "^2.11.509",
"@symbo.ls/sync": "^2.11.510",
"@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.509",
"version": "2.11.510",
"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.509",
"version": "2.11.510",
"main": "index.js",
"module": "index.js",
"gitHead": "597a7ea98e0521447777326702a2796351e73605",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@domql/utils": "^2.5.0",
"@symbo.ls/init": "^2.11.508",
"@symbo.ls/scratch": "^2.11.504",
"@symbo.ls/socket": "^2.11.509",
"@symbo.ls/socket": "^2.11.510",
"@symbo.ls/uikit": "^2.11.504"
},
"devDependencies": {
Expand Down

0 comments on commit 87a8942

Please sign in to comment.