Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jan 29, 2019
1 parent 2342229 commit e85d981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "0.36.0",
"version": "0.37.0",
"packages": [
"package/"
]
Expand Down
5 changes: 4 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "brave-ui",
"main": "index.js",
"sideEffects": false,
"version": "0.36.0",
"version": "0.37.0",
"description": "List of reusable React components to empower your brave UI",
"author": "Brave Software",
"contributors": [
Expand Down Expand Up @@ -33,6 +33,7 @@
"copy": "ncp src package --filter='^(?!(.*)(__snapshots__|spec.tsx)$).*$' && cpr package.json package/ && cpr README.md package/",
"build": "rimraf package && npm run copy && lerna exec -- tsc",
"publish": "npm run build && lerna publish",
"now-build": "npm run storybook-build",
"storybook-start": "start-storybook -p 9091 -c .storybook",
"storybook-deploy": "storybook-to-ghpages -s public -o .out",
"storybook-build": "build-storybook -c .storybook -o .storybook-out",
Expand Down Expand Up @@ -63,6 +64,7 @@
"@types/enzyme": "^3.1.9",
"@types/jest": "^23.3.9",
"@types/react": "^16.4.10",
"@types/react-beautiful-dnd": "^10.0.1",
"@types/react-dom": "^16.0.7",
"@types/react-test-renderer": "^16.0.1",
"@types/storybook__addon-actions": "^3.0.3",
Expand All @@ -86,6 +88,7 @@
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"react": "^16.4.2",
"react-beautiful-dnd": "^10.0.3",
"react-dom": "^16.3.0",
"react-storybook-addon-chapters": "^2.1.5",
"react-test-renderer": "^16.3.0",
Expand Down

0 comments on commit e85d981

Please sign in to comment.