Skip to content

Commit 7a42578

Browse files
author
Dave Ferris
committed
update version to 1.7.0
1 parent 6e8a741 commit 7a42578

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"env": {
1616
"production": {
1717
"plugins": [
18+
[
19+
"@babel/plugin-proposal-class-properties",
20+
],
1821
[
1922
"transform-react-remove-prop-types",
2023
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-design-system",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"dependencies": {
55
"react-select": "^3.0.8",
66
"react-transition-group": "^4.3.0",

0 commit comments

Comments
 (0)