Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2022-05-26)

### Bug Fixes

* delete hamburger empty utils ([63ba011](63ba011))
* resolve conflict with package lock file ([2775a7f](2775a7f))
* update package lock ([bcab014](bcab014))

### Features

* add button stories for storybook ([3846d4c](3846d4c))
* relocate Button atom from WEB ([2da788b](2da788b))
* relocate DropDownList atom from WEB ([e524c38](e524c38))
* relocate EmptyBasket atom from WEB ([eee03b6](eee03b6))
* relocate HamburgerMenu atom from WEB ([c7e0de4](c7e0de4))
* relocate Icon atom from WEB ([b4d73e2](b4d73e2))
* relocate images for Icon utils from WEB ([ae9117b](ae9117b))
* relocate PageContainer atom from web ([136cf0c](136cf0c))
* relocate Slider atom from web ([3a5760b](3a5760b))
* relocate TitleBlock component from web ([292676b](292676b))
* update index for other imports ([171285c](171285c))
  • Loading branch information
semantic-release-bot committed May 26, 2022
1 parent bcab014 commit 8d0431d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.10.0](https://github.com/Digitable-team/web-ui-components/compare/v1.9.0...v1.10.0) (2022-05-26)


### Bug Fixes

* delete hamburger empty utils ([63ba011](https://github.com/Digitable-team/web-ui-components/commit/63ba011e45ea2b6fa9175c35fbc3162f74fe5ecf))
* resolve conflict with package lock file ([2775a7f](https://github.com/Digitable-team/web-ui-components/commit/2775a7fd9955ccbb9a822476d3adf991985f58aa))
* update package lock ([bcab014](https://github.com/Digitable-team/web-ui-components/commit/bcab0142b412c1f1cc2635435776556fb2280b6f))


### Features

* add button stories for storybook ([3846d4c](https://github.com/Digitable-team/web-ui-components/commit/3846d4c076a72dc71c03000f8df2b42503a40847))
* relocate Button atom from WEB ([2da788b](https://github.com/Digitable-team/web-ui-components/commit/2da788b861d4acb10551fe7757166fb5bd66c6ad))
* relocate DropDownList atom from WEB ([e524c38](https://github.com/Digitable-team/web-ui-components/commit/e524c3863ea1a74d33d4d9f614f74491573493d4))
* relocate EmptyBasket atom from WEB ([eee03b6](https://github.com/Digitable-team/web-ui-components/commit/eee03b6e1e6e8f4386b56709684cffa6e8dc6438))
* relocate HamburgerMenu atom from WEB ([c7e0de4](https://github.com/Digitable-team/web-ui-components/commit/c7e0de4f8297ae3945a4916b5404366f79991829))
* relocate Icon atom from WEB ([b4d73e2](https://github.com/Digitable-team/web-ui-components/commit/b4d73e2c44e1aaea6909ce348d95019c38bd08f4))
* relocate images for Icon utils from WEB ([ae9117b](https://github.com/Digitable-team/web-ui-components/commit/ae9117bc2f5c6e224090adb6913908875cff1b04))
* relocate PageContainer atom from web ([136cf0c](https://github.com/Digitable-team/web-ui-components/commit/136cf0cad03051c16a769f9b0dd94faccc518040))
* relocate Slider atom from web ([3a5760b](https://github.com/Digitable-team/web-ui-components/commit/3a5760b6a5687eec1a933f691d965a69ab1a60f4))
* relocate TitleBlock component from web ([292676b](https://github.com/Digitable-team/web-ui-components/commit/292676b58c872d12b637984da40c677fa30b219a))
* update index for other imports ([171285c](https://github.com/Digitable-team/web-ui-components/commit/171285c64f784903b4b2eaf6fe4a30c654327e6d))

# [1.9.0](https://github.com/Digitable-team/web-ui-components/compare/v1.8.0...v1.9.0) (2022-04-20)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@digitable-team/web-ui-components",
"version": "1.9.0",
"version": "1.10.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 8d0431d

Please sign in to comment.