Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 24, 2023
1 parent 6b9698f commit c233fed
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.0.4) (2023-11-24)

**Note:** Version bump only for package docs

## [0.0.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.0.3) (2023-10-19)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"description": "Documentation for react-native-builder-bob",
"scripts": {
Expand Down
7 changes: 7 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,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.34.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.34.3) (2023-11-24)

### Bug Fixes

- adjust lefthook config ([62b7e77](https://github.com/callstack/react-native-builder-bob/commit/62b7e77c43a99c32c27266921355765a1e33c42b)) - by @satya164
- remove unused cmake abiFilters ([#486](https://github.com/callstack/react-native-builder-bob/issues/486)) ([7582485](https://github.com/callstack/react-native-builder-bob/commit/75824857f52ccad094831bea55fd72a007b829df)) - by @Sunbreak

## [0.34.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.34.2) (2023-10-19)

**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.34.2",
"version": "0.34.3",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.23.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.23.2) (2023-11-24)

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

## [0.23.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.23.1) (2023-10-04)

### 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.23.1",
"version": "0.23.2",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit c233fed

Please sign in to comment.