Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@hig/dropdown-v3.1.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2022-01-24)

### Features

* updating peer dependencies release ([0a8a2b6](0a8a2b6))
  • Loading branch information
hig-bot committed Jan 24, 2022
1 parent 527257d commit b5b33e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@hig/dropdown-v3.1.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2022-01-24)


### Features

* updating peer dependencies release ([0a8a2b6](https://github.com/Autodesk/hig/commit/0a8a2b6))

# [@hig/dropdown-v3.0.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2022-01-13)


Expand Down
12 changes: 6 additions & 6 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/dropdown",
"version": "3.0.0",
"version": "3.1.0",
"description": "HIG Dropdown",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand All @@ -17,17 +17,17 @@
"build/*"
],
"dependencies": {
"@hig/icons": "^4.0.0",
"@hig/input": "^2.0.0",
"@hig/multi-downshift": "^2.0.0",
"@hig/icons": "^4.1.0",
"@hig/input": "^2.1.0",
"@hig/multi-downshift": "^2.1.0",
"downshift": "^3.2.0",
"emotion": "^10.0.0",
"prop-types": "^15.7.1",
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"@hig/theme-context": "^4.0.0",
"@hig/theme-data": "^2.22.1",
"@hig/theme-context": "^4.1.0",
"@hig/theme-data": "^2.23.0",
"react": "^17.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b5b33e0

Please sign in to comment.