Skip to content

Commit

Permalink
v2.11.506
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoloza committed Jan 2, 2025
1 parent bf3b7a0 commit b57e99d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.505",
"version": "2.11.506",
"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.505",
"version": "2.11.506",
"description": "Fetch your Symbols configuration",
"main": "bin/fetch.js",
"author": "Symbols",
Expand Down
2 changes: 1 addition & 1 deletion 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.505",
"version": "2.11.506",
"license": "MIT",
"gitHead": "5d7fe1ba3ab1985ab56bc3896e3e8e09b1c96d5c",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/smbls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smbls",
"version": "2.11.505",
"version": "2.11.506",
"license": "MIT",
"repository": "https://github.com/symbo-ls/smbls",
"gitHead": "5d7fe1ba3ab1985ab56bc3896e3e8e09b1c96d5c",
Expand All @@ -13,8 +13,8 @@
"dist"
],
"dependencies": {
"@symbo.ls/cli": "^2.11.505",
"@symbo.ls/create": "^2.11.505",
"@symbo.ls/cli": "^2.11.506",
"@symbo.ls/create": "^2.11.506",
"@symbo.ls/default-config": "^2.11.501",
"@symbo.ls/init": "^2.11.504",
"@symbo.ls/scratch": "^2.11.504",
Expand Down

0 comments on commit b57e99d

Please sign in to comment.