Skip to content

Commit 74a0618

Browse files
chore(repo): version packages (#487)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43f9724 commit 74a0618

File tree

9 files changed

+32
-10
lines changed

9 files changed

+32
-10
lines changed

Diff for: .changeset/floppy-wombats-fall.md

-6
This file was deleted.

Diff for: examples/expo-example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @knocklabs/expo-example
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [43f9724]
8+
- @knocklabs/expo@0.3.8
9+
310
## 0.1.20
411

512
### Patch Changes

Diff for: examples/expo-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/expo-example",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"main": "src/index.ts",
55
"scripts": {
66
"start": "expo start",

Diff for: examples/react-native-example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @knocklabs/react-native-example
22

3+
## 1.4.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [43f9724]
8+
- @knocklabs/react-native@0.6.8
9+
310
## 1.4.20
411

512
### Patch Changes

Diff for: examples/react-native-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/react-native-example",
3-
"version": "1.4.20",
3+
"version": "1.4.21",
44
"scripts": {
55
"android": "react-native run-android",
66
"ios": "react-native run-ios",

Diff for: packages/expo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @knocklabs/expo
22

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- 43f9724: Allow styling bell icon and badge using `styleOverride` prop of `<NotificationIconButton>`
8+
- Updated dependencies [43f9724]
9+
- @knocklabs/react-native@0.6.8
10+
311
## 0.3.7
412

513
### Patch Changes

Diff for: packages/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/expo",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

Diff for: packages/react-native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.8
4+
5+
### Patch Changes
6+
7+
- 43f9724: Allow styling bell icon and badge using `styleOverride` prop of `<NotificationIconButton>`
8+
39
## 0.6.7
410

511
### Patch Changes

Diff for: packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/react-native",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)