Skip to content

Commit

Permalink
v2.11.450
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Oct 20, 2024
1 parent ebd745f commit 4153a92
Show file tree
Hide file tree
Showing 49 changed files with 184 additions and 184 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.449",
"version": "2.11.450",
"packages": [
"packages/*",
"packages/*/*"
Expand Down
8 changes: 4 additions & 4 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.446",
"version": "2.11.450",
"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.446",
"@symbo.ls/init": "^2.11.446",
"@symbo.ls/socket": "^2.11.446",
"@symbo.ls/fetch": "^2.11.450",
"@symbo.ls/init": "^2.11.450",
"@symbo.ls/socket": "^2.11.450",
"chalk": "^5.0.0",
"commander": "latest",
"diff": "^5.2.0",
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.449",
"version": "2.11.450",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"type": "module",
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"@domql/utils": "^2.5.0",
"@symbo.ls/create": "^2.11.449",
"@symbo.ls/create": "^2.11.450",
"jsdom": "^22.1.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 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.449",
"version": "2.11.450",
"license": "MIT",
"gitHead": "d1b6122e6d2aaca97f342e5e9ebb181797b85e23",
"files": [
Expand Down Expand Up @@ -34,11 +34,11 @@
"@domql/emotion": "^2.5.0",
"@domql/report": "^2.5.0",
"@domql/router": "^2.5.0",
"@symbo.ls/fetch": "^2.11.446",
"@symbo.ls/init": "^2.11.446",
"@symbo.ls/scratch": "^2.11.446",
"@symbo.ls/sync": "^2.11.448",
"@symbo.ls/uikit": "^2.11.448",
"@symbo.ls/fetch": "^2.11.450",
"@symbo.ls/init": "^2.11.450",
"@symbo.ls/scratch": "^2.11.450",
"@symbo.ls/sync": "^2.11.450",
"@symbo.ls/uikit": "^2.11.450",
"@symbo.ls/utils": "^2.11.446",
"domql": "^2.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/css-in-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "css-in-props",
"description": "Utilize props as CSS methods",
"author": "symbo.ls",
"version": "2.11.448",
"version": "2.11.450",
"repository": "https://github.com/symbo-ls/smbls",
"type": "module",
"module": "src/index.js",
Expand All @@ -26,9 +26,9 @@
],
"dependencies": {
"@domql/utils": "^2.5.0",
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/emotion": "^2.11.0",
"@symbo.ls/scratch": "^2.11.446"
"@symbo.ls/scratch": "^2.11.450"
},
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945"
}
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.446",
"version": "2.11.450",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/init",
"version": "2.11.446",
"version": "2.11.450",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"source": "index.js",
Expand All @@ -9,7 +9,7 @@
"@domql/utils": "^2.5.0",
"@symbo.ls/default-config": "^2.11.446",
"@symbo.ls/emotion": "^2.11.0",
"@symbo.ls/scratch": "^2.11.446"
"@symbo.ls/scratch": "^2.11.450"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@symbo.ls/preview",
"version": "2.11.446",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@symbo.ls/scratch",
"description": "Φ / CSS framework and methodology.",
"author": "symbo.ls",
"version": "2.11.446",
"version": "2.11.450",
"files": [
"src",
"dist"
Expand Down
16 changes: 8 additions & 8 deletions packages/smbls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smbls",
"version": "2.11.449",
"version": "2.11.450",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
Expand All @@ -12,16 +12,16 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.446",
"@symbo.ls/create": "^2.11.449",
"@symbo.ls/cli": "^2.11.450",
"@symbo.ls/create": "^2.11.450",
"@symbo.ls/default-config": "^2.11.446",
"@symbo.ls/init": "^2.11.446",
"@symbo.ls/scratch": "^2.11.446",
"@symbo.ls/sync": "^2.11.448",
"@symbo.ls/uikit": "^2.11.448",
"@symbo.ls/init": "^2.11.450",
"@symbo.ls/scratch": "^2.11.450",
"@symbo.ls/sync": "^2.11.450",
"@symbo.ls/uikit": "^2.11.450",
"@symbo.ls/utils": "^2.11.446",
"attrs-in-props": "^2.11.446",
"css-in-props": "^2.11.448",
"css-in-props": "^2.11.450",
"domql": "^2.5.0"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions 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.446",
"version": "2.11.450",
"description": "Connect your app to Symbols editor",
"main": "server.js",
"author": "symbo.ls",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@domql/globals": "latest",
"@domql/utils": "^2.5.0",
"@symbo.ls/init": "^2.11.446",
"@symbo.ls/init": "^2.11.450",
"chalk": "^5.0.0",
"express": "^4.18.1",
"http": "^0.0.1-security",
Expand Down
10 changes: 5 additions & 5 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@symbo.ls/sync",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"module": "index.js",
"gitHead": "d1b6122e6d2aaca97f342e5e9ebb181797b85e23",
"dependencies": {
"@domql/globals": "latest",
"@domql/router": "^2.5.0",
"@domql/utils": "^2.5.0",
"@symbo.ls/init": "^2.11.446",
"@symbo.ls/scratch": "^2.11.446",
"@symbo.ls/socket": "^2.11.446",
"@symbo.ls/uikit": "^2.11.448"
"@symbo.ls/init": "^2.11.450",
"@symbo.ls/scratch": "^2.11.450",
"@symbo.ls/socket": "^2.11.450",
"@symbo.ls/uikit": "^2.11.450"
}
}
4 changes: 2 additions & 2 deletions packages/uikit/Atoms/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@symbo.ls/atoms",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@domql/state": "^2.5.0",
"@domql/utils": "^2.5.0",
"@symbo.ls/emotion": "^2.11.0",
"@symbo.ls/scratch": "^2.11.446"
"@symbo.ls/scratch": "^2.11.450"
},
"source": "src/index.js",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@symbo.ls/avatar",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/button": "^2.11.448",
"@symbo.ls/indicator": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/button": "^2.11.450",
"@symbo.ls/indicator": "^2.11.450"
},
"source": "src/index.js"
}
6 changes: 3 additions & 3 deletions packages/uikit/Banner/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@symbo.ls/banner",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/hgroup": "^2.11.448",
"@symbo.ls/list": "^2.11.448"
"@symbo.ls/hgroup": "^2.11.450",
"@symbo.ls/list": "^2.11.450"
},
"source": "src/index.js"
}
4 changes: 2 additions & 2 deletions packages/uikit/Box/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@symbo.ls/box",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@domql/utils": "^2.5.0",
"@symbo.ls/atoms": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450"
},
"source": "src/index.js",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit/Button/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@symbo.ls/button",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/icon": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/icon": "^2.11.450"
},
"source": "src/index.js"
}
8 changes: 4 additions & 4 deletions packages/uikit/Card/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@symbo.ls/card",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/hgroup": "^2.11.448",
"@symbo.ls/icon": "^2.11.448",
"@symbo.ls/modal": "^2.11.448"
"@symbo.ls/hgroup": "^2.11.450",
"@symbo.ls/icon": "^2.11.450",
"@symbo.ls/modal": "^2.11.450"
},
"source": "index.js"
}
8 changes: 4 additions & 4 deletions packages/uikit/Datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@symbo.ls/datepicker",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/button": "^2.11.448",
"@symbo.ls/dialog": "^2.11.448",
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/button": "^2.11.450",
"@symbo.ls/dialog": "^2.11.450",
"headless-datepicker": "^1.0.1"
},
"source": "src/index.js"
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit/Dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@symbo.ls/dialog",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/button": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/button": "^2.11.450"
},
"source": "src/index.js"
}
4 changes: 2 additions & 2 deletions packages/uikit/DoubleHr/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@symbo.ls/doublehr",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450"
},
"source": "src/index.js"
}
6 changes: 3 additions & 3 deletions packages/uikit/Dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@symbo.ls/dropdown",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/button": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/button": "^2.11.450"
},
"source": "src/index.js"
}
10 changes: 5 additions & 5 deletions packages/uikit/Field/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@symbo.ls/field",
"version": "2.11.448",
"version": "2.11.450",
"main": "index.js",
"license": "MIT",
"gitHead": "f0186c01b816bdb54d5e19d4392c003d9a8eb945",
"dependencies": {
"@symbo.ls/atoms": "^2.11.448",
"@symbo.ls/button": "^2.11.448",
"@symbo.ls/icon": "^2.11.448",
"@symbo.ls/input": "^2.11.448"
"@symbo.ls/atoms": "^2.11.450",
"@symbo.ls/button": "^2.11.450",
"@symbo.ls/icon": "^2.11.450",
"@symbo.ls/input": "^2.11.450"
},
"source": "src/index.js"
}
Loading

0 comments on commit 4153a92

Please sign in to comment.