Skip to content

Commit ac80c4f

Browse files
authored
Merge pull request #62 from kairyomeshi/release-please--branches--main--components--react-native-template
chore(main): release 4.0.0
2 parents 932fcab + 5b97427 commit ac80c4f

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/kairyomeshi/react-native-template/compare/v3.0.0...v4.0.0) (2023-06-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update to react-native v0.72.0
9+
10+
### Features
11+
12+
* update to react-native v0.7.11 ([e8bc346](https://github.com/kairyomeshi/react-native-template/commit/e8bc3462fa99befd27023543ed2043880e322739))
13+
* update to react-native v0.71.10 ([233fa36](https://github.com/kairyomeshi/react-native-template/commit/233fa362aad4994d212e23701822d09bfd45c346))
14+
* update to react-native v0.71.9 ([3221ef4](https://github.com/kairyomeshi/react-native-template/commit/3221ef486dfb2f02b8b0ecb467d26c34344113e6))
15+
* update to react-native v0.72.0 ([fb75756](https://github.com/kairyomeshi/react-native-template/commit/fb75756c3800c4d765d537eebb0f62dd0aea2622))
16+
* update to react-native v0.72.0-rc.6 ([eeb99d1](https://github.com/kairyomeshi/react-native-template/commit/eeb99d1d57d85d7691555ffc36a54740475b52c4))
17+
* update to react-native@0.72.0 ([53f6dce](https://github.com/kairyomeshi/react-native-template/commit/53f6dce0e50fb24931a008fd161f27d53ed1d498))
18+
19+
20+
### Bug Fixes
21+
22+
* move jest.config.js to correct directory ([cf22c63](https://github.com/kairyomeshi/react-native-template/commit/cf22c63e5018cc4eabab60d0f84473301828aa09))
23+
* package.json ([efed2bb](https://github.com/kairyomeshi/react-native-template/commit/efed2bb4ee2801c269f629b740f71cd13b32e026))
24+
* package.json ([0d0dfca](https://github.com/kairyomeshi/react-native-template/commit/0d0dfca1c3795f5e7ede9ab7f1024931c6d07c39))
25+
* remove package-lock.json ([fe3aa14](https://github.com/kairyomeshi/react-native-template/commit/fe3aa1458cbf9e8dc0a5baad7716059760a0aa6a))
26+
* update to typescript@4.9.4 ([997dcd0](https://github.com/kairyomeshi/react-native-template/commit/997dcd05500d1a8ac5a60c5c249ef17b99a3ffb8))
27+
328
## [3.0.0](https://github.com/kairyomeshi/react-native-template/compare/v2.12.0...v3.0.0) (2023-06-22)
429

530

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kairyomeshi/react-native-template",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Clean and minimalist React Native template for a quick start.",
55
"scripts": {
66
"test": "exit 0"

0 commit comments

Comments
 (0)