Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobender committed Mar 17, 2023
1 parent c6c2c26 commit 5c2330c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.4.1](https://git.amalgama.co/amalgama/packages/compare/v1.4.0...v1.4.1)

- Close #71 - Add scrollEnabled prop for Text Input component [`#109`](https://git.amalgama.co/amalgama/packages/pull/109)
- Merge branch '71-ls-add_scroll_enabled_prop_for_text_input_component' into 'main' [`#71`](https://git.amalgama.co/amalgama/packages/issues/71) [`#71`](https://git.amalgama.co/amalgama/packages/issues/71)
- Close #71 - Add scrollEnabled prop for Text Input component [`#71`](https://git.amalgama.co/amalgama/packages/issues/71)

#### [v1.4.0](https://git.amalgama.co/amalgama/packages/compare/v1.3.0...v1.4.0)

> 26 January 2023
- Add helper function to create component styled props [`#108`](https://git.amalgama.co/amalgama/packages/pull/108)
- Update default theme [`#107`](https://git.amalgama.co/amalgama/packages/pull/107)
- Support setting a theme color for a TextInput's placeholder text [`#106`](https://git.amalgama.co/amalgama/packages/pull/106)
- Improve Web config docs [`#105`](https://git.amalgama.co/amalgama/packages/pull/105)
- Merge branch 'mb-support_theme_colors_for_placeholder_text_color' into 'main' [`#70`](https://git.amalgama.co/amalgama/packages/issues/70)
- Fix several warnings in example apps [`e570a23`](https://git.amalgama.co/amalgama/packages/commit/e570a23baf41dc1c2b7709c3b9305a5780107b92)
- Release v1.4.0 [`2b5626b`](https://git.amalgama.co/amalgama/packages/commit/2b5626ba31549b9b050d89493ebc46649f8d1d03)
- Fix iOS not returning the right current locale in the correct format [`21e345d`](https://git.amalgama.co/amalgama/packages/commit/21e345dfe5e4e00894718641dc8cca532721085e)

#### [v1.3.0](https://git.amalgama.co/amalgama/packages/compare/v1.2.0...v1.3.0)
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.4.0",
"version": "1.4.1",
"description": "A set of UI components following Embassy Design System.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 5c2330c

Please sign in to comment.