Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2024-09-25)

### chore

* update dependencies ([e6f44b9](e6f44b9))

### MINOR

* feat: add BIMDataInfobox component (#368) ([5311fa4](5311fa4)), closes [#368](#368)

### PATCH

* add rename icon (#367) ([e0ae557](e0ae557)), closes [#367](#367)
* chore: update dependencies ([6eae8df](6eae8df))
* chore: update dependencies ([8959dda](8959dda))
* chore: update semantic release config ([b705758](b705758))
* Feature/fix filters and add icon (#365) ([46fc96b](46fc96b)), closes [#365](#365)
* fix column filters for long content (#366) ([fbafe69](fbafe69)), closes [#366](#366)
* fix(infobox): properly align icon according to font-size ([eabfde3](eabfde3))
  • Loading branch information
semantic-release-bot committed Sep 25, 2024
1 parent f76e1b2 commit 587f44a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.2.0](https://github.com/bimdata/design-system/compare/v2.1.0...v2.2.0) (2024-09-25)


### chore

* update dependencies ([e6f44b9](https://github.com/bimdata/design-system/commit/e6f44b981ba04ef01f49b281f1e6841e649a7d2b))

### MINOR

* feat: add BIMDataInfobox component (#368) ([5311fa4](https://github.com/bimdata/design-system/commit/5311fa4e0564bb8d2aacdbbbf69d9489a88acf4e)), closes [#368](https://github.com/bimdata/design-system/issues/368)

### PATCH

* add rename icon (#367) ([e0ae557](https://github.com/bimdata/design-system/commit/e0ae5572c7b1372609bb30158ba0e27635902f01)), closes [#367](https://github.com/bimdata/design-system/issues/367)
* chore: update dependencies ([6eae8df](https://github.com/bimdata/design-system/commit/6eae8df8032cf626bda9f04e9377cddf94739701))
* chore: update dependencies ([8959dda](https://github.com/bimdata/design-system/commit/8959ddac4017d5fbb49cb6e6d007b833308b1f52))
* chore: update semantic release config ([b705758](https://github.com/bimdata/design-system/commit/b705758860b27a47923d581ac6a6a9ac44e4b69f))
* Feature/fix filters and add icon (#365) ([46fc96b](https://github.com/bimdata/design-system/commit/46fc96b764beff2fb61195088be08d2065b4486d)), closes [#365](https://github.com/bimdata/design-system/issues/365)
* fix column filters for long content (#366) ([fbafe69](https://github.com/bimdata/design-system/commit/fbafe6936114a7fa6ddaff12f2923499ded5b78b)), closes [#366](https://github.com/bimdata/design-system/issues/366)
* fix(infobox): properly align icon according to font-size ([eabfde3](https://github.com/bimdata/design-system/commit/eabfde3cbd7e6adc97bbfbfbefbcceeeb039482e))

# [2.1.0](https://github.com/bimdata/design-system/compare/v2.0.0...v2.1.0) (2024-06-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bimdata/design-system",
"version": "2.2.0-beta.2",
"version": "2.2.0",
"main": "./src/BIMDataComponents/index.js",
"module": "./src/BIMDataComponents/index.js",
"files": [
Expand Down

0 comments on commit 587f44a

Please sign in to comment.