Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Feb 26, 2023
1 parent 2eb6ed9 commit 588a18d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* 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

### Features

* backport android of new arch project ([da5335e](https://github.com/callstack/react-native-builder-bob/commit/da5335e65e9b6763e372d6422d8582097d11a9f1)) - by @Sunbreak
* backport C++ files of new arch view ([8e42ae9](https://github.com/callstack/react-native-builder-bob/commit/8e42ae91e55469cc782224ffce7cf32b3903a7b5)) - by @Sunbreak
* backport Java/Kotlin files of new arch view ([bf2408a](https://github.com/callstack/react-native-builder-bob/commit/bf2408a16e4e79c7692cf0781aa532e8d26e7450)) - by @Sunbreak
* 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

## [0.27.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.3) (2022-12-04)

**Note:** Version bump only for package create-react-native-library
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.27.3",
"version": "0.28.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
7 changes: 7 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,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* 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
* use correct source file names relative to source dir for sourcemaps ([2eb6ed9](https://github.com/callstack/react-native-builder-bob/commit/2eb6ed9f99223489e2fa56d860abc6e65fecd6b2)) - by @

## [0.20.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.3) (2022-12-04)

**Note:** Version bump only for package react-native-builder-bob
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.3",
"version": "0.20.4",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit 588a18d

Please sign in to comment.