Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoomij committed Aug 30, 2023
1 parent f609451 commit 0b15283
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 44 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.3",
"version": "0.16.0",
"changelog": {
"repo": "bitfinexcom/ufx-ui",
"cacheDir": ".changelog",
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

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

8 changes: 4 additions & 4 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.3",
"version": "0.16.0",
"description": "",
"main": "dist/ufx-bfx-containers.cjs.js",
"module": "dist/ufx-bfx-containers.esm.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-url": "^5.0.1",
"@svgr/rollup": "^5.4.0",
"@types/jest": "^27.0.2",
"@ufx-ui/eslint-config": "^0.15.0",
"@ufx-ui/eslint-config": "^0.16.0",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.0.3",
"eslint": "^7.11.0",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@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.3",
"@ufx-ui/utils": "^0.15.0",
"@ufx-ui/core": "^0.16.0",
"@ufx-ui/utils": "^0.16.0",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"bignumber.js": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.3",
"version": "0.16.0",
"description": "UI components",
"main": "dist/ufx-core.cjs.js",
"module": "dist/ufx-core.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/preset-react": "^7.10.1",
"@rollup/plugin-url": "^5.0.1",
"@svgr/rollup": "^5.4.0",
"@ufx-ui/eslint-config": "^0.15.0",
"@ufx-ui/eslint-config": "^0.16.0",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.0.3",
"eslint": "^7.11.0",
Expand Down Expand Up @@ -70,7 +70,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/utils": "^0.15.0",
"@ufx-ui/utils": "^0.16.0",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/cypress-tests",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"description": "tests for @ufx-ui/example app",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/eslint-config",
"version": "0.15.0",
"version": "0.16.0",
"description": "eslint config",
"main": "lib/index.js",
"author": "Bitfinex",
Expand Down
10 changes: 5 additions & 5 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.3",
"version": "0.16.0",
"private": true,
"scripts": {
"install:peer": "install-peers -f",
Expand All @@ -13,17 +13,17 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"@ufx-ui/bfx-containers": "^0.15.3",
"@ufx-ui/core": "^0.15.3",
"@ufx-ui/bfx-containers": "^0.16.0",
"@ufx-ui/core": "^0.16.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.15",
"eslint-config-react-app": "^7.0.0",
"install-peers-cli": "^2.2.0",
"react-scripts": "^5.0.0",
"sass": "^1.34.1",
"eslint-config-react-app": "^7.0.0"
"sass": "^1.34.1"
},
"peerDependencies": {
"react": "^16.9.0",
Expand Down
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.3",
"version": "0.16.0",
"description": "stories for ufx-ui",
"private": true,
"homepage": "https://github.com/bitfinexcom/ufx-ui#readme",
Expand Down Expand Up @@ -43,6 +43,6 @@
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@ufx-ui/core": "^0.15.3"
"@ufx-ui/core": "^0.16.0"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ufx-ui/utils",
"version": "0.15.0",
"version": "0.16.0",
"description": "Utility functions",
"main": "dist/ufx-utils.cjs.js",
"module": "dist/ufx-utils.esm.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "7.13.17",
"@rollup/plugin-url": "5.0.1",
"@ufx-ui/eslint-config": "^0.15.0",
"@ufx-ui/eslint-config": "^0.16.0",
"babel-eslint": "^10.0.3",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.1.0",
Expand Down

0 comments on commit 0b15283

Please sign in to comment.