Skip to content

Commit

Permalink
v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoomij committed Aug 24, 2023
1 parent f8b9fed commit 0e62bee
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"hoist": true,
"version": "0.15.2",
"version": "0.15.3",
"changelog": {
"repo": "bitfinexcom/ufx-ui",
"cacheDir": ".changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/bfx-containers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bfx-containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/bfx-containers",
"version": "0.15.2",
"version": "0.15.3",
"description": "",
"main": "dist/ufx-bfx-containers.cjs.js",
"module": "dist/ufx-bfx-containers.esm.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@ufx-ui/core": "^0.15.2",
"@ufx-ui/core": "^0.15.3",
"@ufx-ui/utils": "^0.15.0",
"axios": "^0.21.1",
"base-64": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/core",
"version": "0.15.2",
"version": "0.15.3",
"description": "UI components",
"main": "dist/ufx-core.cjs.js",
"module": "dist/ufx-core.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ufx-ui/example",
"homepage": ".",
"version": "0.15.2",
"version": "0.15.3",
"private": true,
"scripts": {
"install:peer": "install-peers -f",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"@ufx-ui/bfx-containers": "^0.15.2",
"@ufx-ui/core": "^0.15.2",
"@ufx-ui/bfx-containers": "^0.15.3",
"@ufx-ui/core": "^0.15.3",
"normalize.css": "^8.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/storybook",
"version": "0.15.2",
"version": "0.15.3",
"description": "stories for ufx-ui",
"private": true,
"homepage": "https://github.com/bitfinexcom/ufx-ui#readme",
Expand Down Expand Up @@ -42,6 +42,6 @@
"react-redux": "^7.2.1"
},
"dependencies": {
"@ufx-ui/core": "^0.15.2"
"@ufx-ui/core": "^0.15.3"
}
}

0 comments on commit 0e62bee

Please sign in to comment.