Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobender committed Nov 18, 2022
1 parent 8cee374 commit 1c94682
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

#### [v1.2.0](https://git.amalgama.co/amalgama/packages/compare/v1.1.0...v1.2.0)

- TT006 - Cards Component [`#82`](https://git.amalgama.co/amalgama/packages/pull/82)
- Add hide password icon and enable icon customization [`#78`](https://git.amalgama.co/amalgama/packages/pull/78)
- Dialog Component [`#88`](https://git.amalgama.co/amalgama/packages/pull/88)
- Add Dialog documentation [`#92`](https://git.amalgama.co/amalgama/packages/pull/92)
- Add dialog examples [`#90`](https://git.amalgama.co/amalgama/packages/pull/90)
- Add Dialog component [`#89`](https://git.amalgama.co/amalgama/packages/pull/89)
- Merge branch '58-tt006-cards-component' into 'main' [`#58`](https://git.amalgama.co/amalgama/packages/issues/58)
- Add Card component and subcomponents [`d1c53fd`](https://git.amalgama.co/amalgama/packages/commit/d1c53fd7496a6aec243ac84e2bf8dc7ec629eaac)
- Add Dialog Documentation [`669c56e`](https://git.amalgama.co/amalgama/packages/commit/669c56e6b7d3f327b5012709109993a54c421e33)
- Add Dialog examples [`fb5fb16`](https://git.amalgama.co/amalgama/packages/commit/fb5fb16f1097da0a383e5be244b78d4e75ca61b9)

#### [v1.1.0](https://git.amalgama.co/amalgama/packages/compare/v1.0.0...v1.1.0)

> 10 November 2022
- Add TypeScript support when extending the theme [`#83`](https://git.amalgama.co/amalgama/packages/pull/83)
- Add default color to UIKitIcon [`#80`](https://git.amalgama.co/amalgama/packages/pull/80)
- Improve docs [`#79`](https://git.amalgama.co/amalgama/packages/pull/79)
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": "@amalgama/embassy-ui",
"version": "1.1.0",
"version": "1.2.0",
"description": "A set of UI components following Embassy Design System.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 1c94682

Please sign in to comment.