Skip to content

Commit b05be03

Browse files
committed
Release v1.3.0
1 parent a95e1d6 commit b05be03

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v1.3.0](https://git.amalgama.co/amalgama/packages/compare/v1.2.0...v1.3.0)
8+
9+
- TT019 - DateInput component [`#98`](https://git.amalgama.co/amalgama/packages/pull/98)
10+
- Comp - PasswordInput [`#100`](https://git.amalgama.co/amalgama/packages/pull/100)
11+
- Add google analytics [`#102`](https://git.amalgama.co/amalgama/packages/pull/102)
12+
- Generalize text input icon [`#99`](https://git.amalgama.co/amalgama/packages/pull/99)
13+
- Improve card header documentation [`#96`](https://git.amalgama.co/amalgama/packages/pull/96)
14+
- Change preview docs comment to run in the MR scope instead of the commit [`#97`](https://git.amalgama.co/amalgama/packages/pull/97)
15+
- Merge branch '67-tt019-campo-de-fechas' into 'main' [`#67`](https://git.amalgama.co/amalgama/packages/issues/67)
16+
- Add DateInput component [`005ed0b`](https://git.amalgama.co/amalgama/packages/commit/005ed0b81998ae44d04626c12e17d1aaa18cee0b)
17+
- Add PasswordInput component [`ebcb3a7`](https://git.amalgama.co/amalgama/packages/commit/ebcb3a712a8252352b8808718d82d2518636f3f6)
18+
- Add documentation for the DateInput component [`c32da1d`](https://git.amalgama.co/amalgama/packages/commit/c32da1d9d047bc25e0c20cbf553738a2a75676ae)
19+
720
#### [v1.2.0](https://git.amalgama.co/amalgama/packages/compare/v1.1.0...v1.2.0)
821

22+
> 18 November 2022
23+
924
- TT006 - Cards Component [`#82`](https://git.amalgama.co/amalgama/packages/pull/82)
1025
- Add hide password icon and enable icon customization [`#78`](https://git.amalgama.co/amalgama/packages/pull/78)
1126
- Dialog Component [`#88`](https://git.amalgama.co/amalgama/packages/pull/88)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amalgama/embassy-ui",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A set of UI components following Embassy Design System.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)