Skip to content

Commit

Permalink
v2.11.499
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Dec 13, 2024
1 parent 7037325 commit f4de4fb
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.498",
"version": "2.11.499",
"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.497",
"version": "2.11.499",
"description": "Fetch your Symbols configuration",
"main": "bin/fetch.js",
"author": "Symbols",
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.498",
"version": "2.11.499",
"license": "MIT",
"gitHead": "1d7906188cda2e33e2298636e43efd7dfb321110",
"files": [
Expand Down Expand Up @@ -37,8 +37,8 @@
"@symbo.ls/fetch": "^2.11.475",
"@symbo.ls/init": "^2.11.497",
"@symbo.ls/scratch": "^2.11.497",
"@symbo.ls/sync": "^2.11.497",
"@symbo.ls/uikit": "^2.11.497",
"@symbo.ls/sync": "^2.11.499",
"@symbo.ls/uikit": "^2.11.499",
"@symbo.ls/utils": "^2.11.497",
"domql": "^2.5.158"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/smbls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smbls",
"version": "2.11.498",
"version": "2.11.499",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "1d7906188cda2e33e2298636e43efd7dfb321110",
Expand All @@ -13,13 +13,13 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.497",
"@symbo.ls/create": "^2.11.498",
"@symbo.ls/cli": "^2.11.499",
"@symbo.ls/create": "^2.11.499",
"@symbo.ls/default-config": "^2.11.475",
"@symbo.ls/init": "^2.11.497",
"@symbo.ls/scratch": "^2.11.497",
"@symbo.ls/sync": "^2.11.497",
"@symbo.ls/uikit": "^2.11.497",
"@symbo.ls/sync": "^2.11.499",
"@symbo.ls/uikit": "^2.11.499",
"@symbo.ls/utils": "^2.11.497",
"attrs-in-props": "^2.11.470",
"css-in-props": "^2.11.497",
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.497",
"version": "2.11.499",
"main": "index.js",
"module": "index.js",
"gitHead": "1d7906188cda2e33e2298636e43efd7dfb321110",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@symbo.ls/init": "^2.11.497",
"@symbo.ls/scratch": "^2.11.497",
"@symbo.ls/socket": "^2.11.497",
"@symbo.ls/uikit": "^2.11.497"
"@symbo.ls/uikit": "^2.11.499"
},
"devDependencies": {
"@babel/core": "^7.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit/Select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/select",
"version": "2.11.497",
"version": "2.11.499",
"main": "index.js",
"license": "MIT",
"gitHead": "1d7906188cda2e33e2298636e43efd7dfb321110",
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@symbo.ls/uikit",
"description": "UI Library built on Scratch and DOMQL",
"version": "2.11.497",
"version": "2.11.499",
"author": "symbo.ls",
"repository": "https://github.com/symbo-ls/smbls",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"@symbo.ls/notification": "^2.11.497",
"@symbo.ls/range": "^2.11.497",
"@symbo.ls/scratch": "^2.11.497",
"@symbo.ls/select": "^2.11.497",
"@symbo.ls/select": "^2.11.499",
"@symbo.ls/tooltip": "^2.11.497"
},
"scripts": {
Expand Down

0 comments on commit f4de4fb

Please sign in to comment.