Skip to content

Commit

Permalink
chore(repo): Version packages (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 25, 2024
1 parent fb5f220 commit 2625542
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/tiny-pumas-grab.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/react-native-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @knocklabs/react-native-example

## 1.0.1

### Patch Changes

- 764a58a: Feat: use KnockProvider and KnockFeedProvider in React Native package
- Updated dependencies [764a58a]
- @knocklabs/react-native@0.1.1
2 changes: 1 addition & 1 deletion examples/react-native-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/react-native-example",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.js",
"scripts": {
"start": "expo start",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Changelog

## 0.1.1

### Patch Changes

- 764a58a: Feat: use KnockProvider and KnockFeedProvider in React Native package
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/react-native",
"version": "0.1.0",
"version": "0.1.1",
"author": "@knocklabs",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 2625542

Please sign in to comment.