Skip to content

Commit

Permalink
v1.14.37
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Aug 29, 2023
1 parent 76c3caf commit 38c8991
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.14.36"
"version": "1.14.37"
}
2 changes: 1 addition & 1 deletion packages/mixins-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonwalker/orbit-mixins-stylus",
"version": "1.14.36",
"version": "1.14.37",
"description": "Stylus mixins and utilities library",
"keywords": [
"css",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonwalker/orbit-ui-react",
"version": "1.14.36",
"version": "1.14.37",
"description": "React UI components library",
"keywords": [
"css",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@moonwalker/orbit-ui": "^1.14.36",
"@moonwalker/orbit-ui-stylus": "^1.14.36",
"@moonwalker/orbit-ui": "^1.14.37",
"@moonwalker/orbit-ui-stylus": "^1.14.37",
"@storybook/addon-actions": "7.0.22",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-knobs": "6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonwalker/orbit-ui-stylus",
"version": "1.14.36",
"version": "1.14.37",
"description": "UI components library",
"keywords": [
"css",
Expand All @@ -25,7 +25,7 @@
"start": "start-storybook -p 6006"
},
"dependencies": {
"@moonwalker/orbit-mixins-stylus": "^1.14.36",
"@moonwalker/orbit-mixins-stylus": "^1.14.37",
"classnames": "2.3.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonwalker/orbit-ui",
"version": "1.14.36",
"version": "1.14.37",
"description": "UI components library",
"keywords": [
"css",
Expand All @@ -22,7 +22,7 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"@moonwalker/orbit-ui-stylus": "^1.14.36",
"@moonwalker/orbit-ui-stylus": "^1.14.37",
"autoprefixer": "9.8.6",
"cssnano": "4.1.11",
"gulp": "4.0.2",
Expand Down

0 comments on commit 38c8991

Please sign in to comment.