Skip to content

Commit 588a18d

Browse files
committed
1 parent 2eb6ed9 commit 588a18d

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

packages/create-react-native-library/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.28.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.28.0) (2023-02-26)
7+
8+
### Bug Fixes
9+
10+
* failure noinspection version for 0.69.4 ([#362](https://github.com/callstack/react-native-builder-bob/issues/362)) ([c203294](https://github.com/callstack/react-native-builder-bob/commit/c203294fc8a40cdee07ba9379860fec6d8f5eb1d)) - by @Sunbreak
11+
12+
### Features
13+
14+
* backport android of new arch project ([da5335e](https://github.com/callstack/react-native-builder-bob/commit/da5335e65e9b6763e372d6422d8582097d11a9f1)) - by @Sunbreak
15+
* backport C++ files of new arch view ([8e42ae9](https://github.com/callstack/react-native-builder-bob/commit/8e42ae91e55469cc782224ffce7cf32b3903a7b5)) - by @Sunbreak
16+
* backport Java/Kotlin files of new arch view ([bf2408a](https://github.com/callstack/react-native-builder-bob/commit/bf2408a16e4e79c7692cf0781aa532e8d26e7450)) - by @Sunbreak
17+
* make year dynamic ([#354](https://github.com/callstack/react-native-builder-bob/issues/354)) ([8795a94](https://github.com/callstack/react-native-builder-bob/commit/8795a94b102068bc50d876b04022b0389ff0a1e3)) - by @dcangulo
18+
619
## [0.27.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.3) (2022-12-04)
720

821
**Note:** Version bump only for package create-react-native-library

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.27.3",
3+
"version": "0.28.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

packages/react-native-builder-bob/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.20.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.4) (2023-02-26)
7+
8+
### Bug Fixes
9+
10+
* remove extra class-props babel plugin ([#363](https://github.com/callstack/react-native-builder-bob/issues/363)) ([57755e5](https://github.com/callstack/react-native-builder-bob/commit/57755e5c39ff86db7cf22aaed392717398b9956f)), closes [#154](https://github.com/callstack/react-native-builder-bob/issues/154) - by @merrywhether
11+
* use correct source file names relative to source dir for sourcemaps ([2eb6ed9](https://github.com/callstack/react-native-builder-bob/commit/2eb6ed9f99223489e2fa56d860abc6e65fecd6b2)) - by @
12+
613
## [0.20.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.3) (2022-12-04)
714

815
**Note:** Version bump only for package react-native-builder-bob

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-builder-bob",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)