Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.4...v1.2.0) (2024-01-29)

### Bug Fixes

* Dependencies resolution issues ([#36](#36)) ([a630a43](a630a43))
* Native dependencies and babel plugins resolution issues ([#37](#37)) ([6904192](6904192))

### Features

* Add automatic dependencies installation after setup ([#34](#34)) ([b812a69](b812a69))
  • Loading branch information
semantic-release-bot committed Jan 29, 2024
1 parent 6904192 commit 3497e1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/MatiPl01/react-native-library-template/compare/v1.1.4...v1.2.0) (2024-01-29)


### Bug Fixes

* Dependencies resolution issues ([#36](https://github.com/MatiPl01/react-native-library-template/issues/36)) ([a630a43](https://github.com/MatiPl01/react-native-library-template/commit/a630a434662a9953138dbdb32b83a147bc72ed44))
* Native dependencies and babel plugins resolution issues ([#37](https://github.com/MatiPl01/react-native-library-template/issues/37)) ([6904192](https://github.com/MatiPl01/react-native-library-template/commit/6904192a369baf30c0442b6d978f7c66b3b0e4a2))


### Features

* Add automatic dependencies installation after setup ([#34](https://github.com/MatiPl01/react-native-library-template/issues/34)) ([b812a69](https://github.com/MatiPl01/react-native-library-template/commit/b812a692ec5f94249fa0ce8de8b06949d79ce748))

## [1.1.4](https://github.com/MatiPl01/react-native-library-template/compare/v1.1.3...v1.1.4) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rn-lib-temp",
"description": "A usable template for setting up a new React Native library. It's designed to reduce the hassle of configuration and help quickly start the project.",
"version": "1.1.4",
"version": "1.2.0",
"author": "Mateusz Łopaciński <lop.mateusz.2001@gmail.com>",
"bin": "./bin/index.js",
"bugs": "https://github.com/MatiPl01/react-native-library-template/issues",
Expand Down

0 comments on commit 3497e1e

Please sign in to comment.