Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - create-react-native-library@0.29.0
 - react-native-builder-bob@0.21.0
  • Loading branch information
satya164 committed Jun 28, 2023
1 parent 49ef758 commit a37a86d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/create-react-native-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.29.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.28.0...create-react-native-library@0.29.0) (2023-06-28)

### Bug Fixes

* 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
* don't skip install on ci if package.json files changed ([4f47b38](https://github.com/callstack/react-native-builder-bob/commit/4f47b38d762d385b46a2d49f4eeedc169f9f3c27)) - by @satya164
* 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
* 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
* 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

### Features

* 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

# [0.28.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.27.3...create-react-native-library@0.28.0) (2023-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-native-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-native-library",
"version": "0.28.0",
"version": "0.29.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-builder-bob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.21.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.20.4...react-native-builder-bob@0.21.0) (2023-06-28)

### Bug Fixes

* 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

### Features

* 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

## [0.20.4](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.20.3...react-native-builder-bob@0.20.4) (2023-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-builder-bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-builder-bob",
"version": "0.20.4",
"version": "0.21.0",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit a37a86d

Please sign in to comment.