Skip to content

Commit

Permalink
chore(release): 1.2.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.9](v1.2.8...v1.2.9) (2023-03-07)

### Bug Fixes

* add theme background colors ([58650fd](58650fd))
* lint warnings ([481a20e](481a20e))
* **MD-3980:** set padding to 50 dips like iOS ([618ac1d](618ac1d))
* **MD-3990:** show icon in view data ([6611354](6611354))
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 481a20e commit 68b605b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.9](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.8...v1.2.9) (2023-03-07)


### Bug Fixes

* add theme background colors ([58650fd](https://github.com/qlik-oss/react-native-simple-grid/commit/58650fd67f64303ca12ad4de3c83211baa455b25))
* lint warnings ([481a20e](https://github.com/qlik-oss/react-native-simple-grid/commit/481a20e11c5356c4b78d7515ea2fad97a1d7ac55))
* **MD-3980:** set padding to 50 dips like iOS ([618ac1d](https://github.com/qlik-oss/react-native-simple-grid/commit/618ac1d078c07dbd184865fb2145e57b8d41fdaf))
* **MD-3990:** show icon in view data ([6611354](https://github.com/qlik-oss/react-native-simple-grid/commit/66113541a727ba794573613ce902e1e0cfbe0f49))

## [1.2.8](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.7...v1.2.8) (2023-03-03)


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": "@qlik/react-native-simple-grid",
"version": "1.2.8",
"version": "1.2.9",
"description": "A react native straight table component designed for performance",
"main": "src/index",
"scripts": {
Expand Down

0 comments on commit 68b605b

Please sign in to comment.