Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
# [@weave-design/tree-view-v1.0.2](https://github.com/Autodesk/hig/compare/@weave-design/tree-view@1.0.1...@weave-design/tree-view@1.0.2) (2023-05-17)

### Bug Fixes

* tree-item content width should not exceed container ([e7eb70f](e7eb70f))
  • Loading branch information
hig-bot committed May 17, 2023
1 parent 1871e43 commit f356b88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/tree-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@weave-design/tree-view-v1.0.2](https://github.com/Autodesk/hig/compare/@weave-design/tree-view@1.0.1...@weave-design/tree-view@1.0.2) (2023-05-17)


### Bug Fixes

* tree-item content width should not exceed container ([e7eb70f](https://github.com/Autodesk/hig/commit/e7eb70f))

# [@weave-design/tree-view-v1.0.1](https://github.com/Autodesk/hig/compare/@weave-design/tree-view@1.0.0...@weave-design/tree-view@1.0.1) (2023-04-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/tree-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weave-design/tree-view",
"version": "1.0.1",
"version": "1.0.2",
"description": "Weave Tree View",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
},
"peerDependencies": {
"@weave-design/theme-context": "^1.0.0",
"@weave-design/theme-data": "^1.3.0",
"@weave-design/theme-data": "^1.3.1",
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f356b88

Please sign in to comment.