Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-11-01)

### Bug Fixes

* add animation to tooltip ([a884384](a884384))
* change color type so there are no errors in ts ([728c5a4](728c5a4))
* change rich text editor that it is unmanaged ([4502bf2](4502bf2))
* correct CardTitle component useage (change to Title) ([4af3a31](4af3a31))
* drop margin and styles on DS elements in Text ([f985bea](f985bea))
* drop zone item url when having spaces ([59762dd](59762dd))
* export quill types ([ac0bd13](ac0bd13))
* grey variant for button group ([03cbcf3](03cbcf3))
* light button color ([c4cd4d0](c4cd4d0))
* narrow image in quill ([09b3272](09b3272))
* paddings in current user nav ([2d6b28a](2d6b28a))
* remove underline from button in button group ([10c2c31](10c2c31))
* table styles ([f0abf01](f0abf01))
* update components ([a82aa73](a82aa73))
* update dropDown that it wont wrap the trigger ([a34b81b](a34b81b))
* update rich text so it can be ssr ([a95bfb4](a95bfb4))
* vertical align on table cell ([ed65bcf](ed65bcf))
* visual error on multiline buttons ([ad46451](ad46451))

### Features

* add ButtonGroup ([7af6f25](7af6f25))
* add href to CurrentUserNav ([1a226f3](1a226f3))
* add maxFormWidth to theme ([223c539](223c539))
* add modal component ([a81164c](a81164c))
* add navigation components ([37ae2d3](37ae2d3))
* add new components ([750e383](750e383))
* add offset to theme-get ([96eb0b3](96eb0b3))
* add tooltip component ([ad397fc](ad397fc))
* add ValueGroup ([654fd18](654fd18))
* export all utils from the library ([f655357](f655357))
* export css reset ([af11821](af11821))
* not clickable buttons in ButtonGroup ([40d5826](40d5826))
* onClick in button group returns source ([8f2e489](8f2e489))
* trigger build ([a468c1d](a468c1d))
* update header styles and improve docs ([c6a65b4](c6a65b4))
* update styles for button, headers and add quill ([d0c3ed5](d0c3ed5))
  • Loading branch information
semantic-release-bot committed Nov 1, 2020
1 parent 377bb4a commit ce935da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-bro/design-system",
"version": "1.7.0-beta.22",
"version": "1.7.0",
"description": "DesignSystem on which admin-bro is build",
"main": "build/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit ce935da

Please sign in to comment.