Skip to content

Commit

Permalink
Add simple search bar to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MmtBkn committed Mar 16, 2020
1 parent 1156191 commit 3730fb3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 4 additions & 1 deletion packages/veritone-react-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,7 @@
* Fixed missing icons from updates

## 8.0.2
* Fixed AppBar css overridden issue
* Fixed AppBar css overridden issue

## 8.0.10
* Add simple search bar
5 changes: 2 additions & 3 deletions packages/veritone-react-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritone-react-common",
"version": "8.0.5",
"version": "8.0.10",
"main": "dist/bundle-cjs.js",
"module": "dist/bundle-es.js",
"jsnext:main": "dist/bundle-es.js",
Expand Down Expand Up @@ -49,8 +49,7 @@
"test:watch": "NODE_ENV=test jest --watch",
"lint": "yarn run lint:js && yarn run lint:styles",
"lint:js": "eslint src/** --ext .js --max-warnings 0",
"lint:styles": "stylelint \"src/**/*.{scss, css}\"",
"prepublishOnly": "yarn run test && yarn run lint && yarn run build"
"lint:styles": "stylelint \"src/**/*.{scss, css}\""
},
"devDependencies": {
"@material-ui/lab": "^1.0.0-alpha.5",
Expand Down
5 changes: 4 additions & 1 deletion packages/veritone-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,7 @@ const MyPage = () => (
* Update `veritone-react-common` version

## 8.0.3
* Fixed AppBar css overridden issue
* Fixed AppBar css overridden issue

## 8.0.10
* Add simple search bar
5 changes: 2 additions & 3 deletions packages/veritone-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veritone-widgets",
"version": "8.0.3",
"version": "8.0.10",
"dependencies": {
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^2.0.0",
Expand Down Expand Up @@ -43,8 +43,7 @@
"lint:js": "eslint src/** --ext .js --max-warnings 0",
"lint:styles": "stylelint \"src/**/*.{scss, css}\"",
"clean:build": "rimraf dist",
"prebuild": "yarn run clean:build",
"prepublishOnly": "yarn run test && yarn run lint && yarn run build"
"prebuild": "yarn run clean:build"
},
"devDependencies": {
"@storybook/addon-knobs": "3.3.9",
Expand Down

0 comments on commit 3730fb3

Please sign in to comment.