Skip to content

Commit a37a86d

Browse files
committed
1 parent 49ef758 commit a37a86d

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.29.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.29.0) (2023-06-28)
7+
8+
### Bug Fixes
9+
10+
* android build.gradle typo ([#364](https://github.com/callstack/react-native-builder-bob/issues/364)) ([6582785](https://github.com/callstack/react-native-builder-bob/commit/658278527d7fb121010bb83d6413e9241c990763)) - by @Sunbreak
11+
* don't skip install on ci if package.json files changed ([4f47b38](https://github.com/callstack/react-native-builder-bob/commit/4f47b38d762d385b46a2d49f4eeedc169f9f3c27)) - by @satya164
12+
* Error when creating a package. Error in step `Copying template` … ([#383](https://github.com/callstack/react-native-builder-bob/issues/383)) ([74a70bf](https://github.com/callstack/react-native-builder-bob/commit/74a70bf9ad5705be98ac425022804ba75967626c)), closes [#382](https://github.com/callstack/react-native-builder-bob/issues/382) [#382](https://github.com/callstack/react-native-builder-bob/issues/382) [#382](https://github.com/callstack/react-native-builder-bob/issues/382) - by @dvlkv
13+
* fix package description not being used. closes [#396](https://github.com/callstack/react-native-builder-bob/issues/396) ([47d1370](https://github.com/callstack/react-native-builder-bob/commit/47d1370cf901913fbe4518c7004d170080440b23)) - by @satya164
14+
* typescript 5 compatibility ([#374](https://github.com/callstack/react-native-builder-bob/issues/374)) ([e369644](https://github.com/callstack/react-native-builder-bob/commit/e3696441357ba199557db0289b970e018ca3c5de)), closes [#373](https://github.com/callstack/react-native-builder-bob/issues/373) - by @dcangulo
15+
16+
### Features
17+
18+
* add C files linking to .podspec file template ([#377](https://github.com/callstack/react-native-builder-bob/issues/377)) ([62a762a](https://github.com/callstack/react-native-builder-bob/commit/62a762ad49f29a020a6bd20c3b43da645f9ea466)) - by @krozniata
19+
620
# [0.28.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.28.0) (2023-02-26)
721

822
### Bug Fixes

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.28.0",
3+
"version": "0.29.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.21.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.21.0) (2023-06-28)
7+
8+
### Bug Fixes
9+
10+
* typescript 5 compatibility ([#374](https://github.com/callstack/react-native-builder-bob/issues/374)) ([e369644](https://github.com/callstack/react-native-builder-bob/commit/e3696441357ba199557db0289b970e018ca3c5de)), closes [#373](https://github.com/callstack/react-native-builder-bob/issues/373) - by @dcangulo
11+
12+
### Features
13+
14+
* verify that the package.json fields point to correct path ([#401](https://github.com/callstack/react-native-builder-bob/issues/401)) ([49ef758](https://github.com/callstack/react-native-builder-bob/commit/49ef7585c7ca77f28a85b033dc4193df08a748f0)) - by @satya164
15+
616
## [0.20.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.4) (2023-02-26)
717

818
### Bug Fixes

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.4",
3+
"version": "0.21.0",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)