Skip to content

Commit

Permalink
chore(release): 1.2.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.16](v1.2.15...v1.2.16) (2023-03-23)

### Bug Fixes

* lint issues ([6244129](6244129))
* lint issues ([f58aec6](f58aec6))
* **MD-4210:** check for image type in text when in viewdata ([3abcb5a](3abcb5a))
* **MD-4218:** copy paste svg android ([6dff211](6dff211))
* **MD-4218:** copy paste svg iOS ([14c162c](14c162c))
* **MD-4219:** check for view data ([72f5e4c](72f5e4c))
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent 6244129 commit 08db867
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.2.16](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.15...v1.2.16) (2023-03-23)


### Bug Fixes

* lint issues ([6244129](https://github.com/qlik-oss/react-native-simple-grid/commit/624412903a89e5203f60c90038e377c056fe35bf))
* lint issues ([f58aec6](https://github.com/qlik-oss/react-native-simple-grid/commit/f58aec65cbe03b15e84a85c6be86cc8fdef2f2f9))
* **MD-4210:** check for image type in text when in viewdata ([3abcb5a](https://github.com/qlik-oss/react-native-simple-grid/commit/3abcb5af221449f763d137a86107756d1056f4dd))
* **MD-4218:** copy paste svg android ([6dff211](https://github.com/qlik-oss/react-native-simple-grid/commit/6dff2112c809f9932303fbe0034d41de3bd7b6f0))
* **MD-4218:** copy paste svg iOS ([14c162c](https://github.com/qlik-oss/react-native-simple-grid/commit/14c162ca508102f814b371296ce1d3ec78101a3a))
* **MD-4219:** check for view data ([72f5e4c](https://github.com/qlik-oss/react-native-simple-grid/commit/72f5e4c6e7defe124c2feb36d902cb1363fc88a1))

## [1.2.15](https://github.com/qlik-oss/react-native-simple-grid/compare/v1.2.14...v1.2.15) (2023-03-21)


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.15",
"version": "1.2.16",
"description": "A react native straight table component designed for performance",
"main": "src/index",
"scripts": {
Expand Down

0 comments on commit 08db867

Please sign in to comment.