Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.1.0 #231

Merged
merged 1 commit into from
Jul 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.0](https://github.com/cision/rover-ui/compare/v2.0.2...v2.1.0)

> 2 July 2020

- Support Date type for value, min, max [`#222`](https://github.com/cision/rover-ui/pull/222)
- Responsive => TypeScript [`#217`](https://github.com/cision/rover-ui/pull/217)
- yarn new-version [`#229`](https://github.com/cision/rover-ui/pull/229)
- Removes unused .travis.yml file [`#228`](https://github.com/cision/rover-ui/pull/228)

#### [v2.0.2](https://github.com/cision/rover-ui/compare/v2.0.1...v2.0.2)

> 26 June 2020
Expand Down Expand Up @@ -84,8 +93,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 1 June 2020

- Add basic Input component wrapper. [`#204`](https://github.com/cision/rover-ui/pull/204)
- Add basic Input component wrapper. (#204) [`#202`](https://github.com/cision/rover-ui/issues/202)
- Add basic Input component wrapper. [`#204`](https://github.com/cision/rover-ui/pull/204)
- Add basic Input component wrapper. (#204) [`#202`](https://github.com/cision/rover-ui/issues/202)

#### [v1.4.5](https://github.com/cision/rover-ui/compare/v1.4.4...v1.4.5)

Expand Down Expand Up @@ -196,7 +205,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- B and C named icons [`#132`](https://github.com/cision/rover-ui/pull/132)
- Add social icons to Icon component [`#124`](https://github.com/cision/rover-ui/pull/124)
- Callout (#135) [`#131`](https://github.com/cision/rover-ui/issues/131)
- replaced svgs w smaller files [`73adcd4`](https://github.com/cision/rover-ui/commit/73adcd4902947bee1b28ffec2e2e7b6af38c6801)
- replaced svgs w smaller files [`73adcd4`](https://github.com/cision/rover-ui/commit/73adcd4902947bee1b28ffec2e2e7b6af38c6801)
- added social icons to icon component [`b3ea266`](https://github.com/cision/rover-ui/commit/b3ea2669656e11c6ab7fa11ddf0fccbefca2873c)
- replaced Icon in test file with new icon. original was deleted as it was redundant [`1003223`](https://github.com/cision/rover-ui/commit/1003223f54aceafd68c067074d962358a3585f06)
- big fixes and added more icons [`d790664`](https://github.com/cision/rover-ui/commit/d790664854f1603a7bfb67713d66b40850668a37)
Expand Down Expand Up @@ -260,13 +269,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump version to 0.1.0-alpha-23 [`#107`](https://github.com/cision/rover-ui/pull/107)
- Avatar Component [`#105`](https://github.com/cision/rover-ui/pull/105)

#### [v0.1.0-alpha.22](https://github.com/cision/rover-ui/compare/v0.1.0-alpha.20...v0.1.0-alpha.22)
#### [v0.1.0-alpha.22](https://github.com/cision/rover-ui/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)

> 10 September 2019

- Bump version [`#103`](https://github.com/cision/rover-ui/pull/103)
- Chore/add responsive show hide [`#102`](https://github.com/cision/rover-ui/pull/102)

#### [v0.1.0-alpha.21](https://github.com/cision/rover-ui/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)

> 10 September 2019

- Collapse, ExpansionPanel and Accordion components [`#101`](https://github.com/cision/rover-ui/pull/101)
- Add Responsive.Visible and Responsive.Hidden utilities to Dark Matter [`778d25b`](https://github.com/cision/rover-ui/commit/778d25b18ecd07bfff87414da488e677c956aa71)
- Add visible and hidden utils to examples [`4391b74`](https://github.com/cision/rover-ui/commit/4391b746aa141d925f2c1871b9387a7ae3294de2)
- Improve story and readme for Visible and Hidden [`4afa766`](https://github.com/cision/rover-ui/commit/4afa76612476da17c720b2a52a9a9985e7db7085)
- Bump version [`b1b46e7`](https://github.com/cision/rover-ui/commit/b1b46e7888f501d65e680689dd5d192cf0ccec65)

#### [v0.1.0-alpha.20](https://github.com/cision/rover-ui/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cision/rover-ui",
"version": "2.0.2",
"version": "2.1.0",
"description": "UI Component Library",
"author": "Matthew Wells (https://github.com/mdespuits)",
"contributors": [
Expand Down