Skip to content

Commit 74f8fe0

Browse files
chore(repo): version packages for stable (#929)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b932f46 commit 74f8fe0

File tree

8 files changed

+38
-16
lines changed

8 files changed

+38
-16
lines changed

.changeset/gesture-handler-peer-deps.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/old-cats-drop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/expo-example/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @knocklabs/expo-example
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- ecbfed1: chore: upgrade expo and react native packages to their latest version, ensure expo go builds on android get the proper warning about deprecated notification support from expo, ensure expo-example app works as expected.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b932f46]
12+
- Updated dependencies [ecbfed1]
13+
- @knocklabs/expo@0.6.0
14+
315
## 1.0.46
416

517
### Patch Changes

examples/expo-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@knocklabs/expo-example",
33
"main": "expo-router/entry",
4-
"version": "1.0.46",
4+
"version": "1.1.0",
55
"scripts": {
66
"start": "expo start",
77
"android": "expo start --android",

packages/expo/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @knocklabs/expo
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ecbfed1: chore: upgrade expo and react native packages to their latest version, ensure expo go builds on android get the proper warning about deprecated notification support from expo, ensure expo-example app works as expected.
8+
9+
### Patch Changes
10+
11+
- b932f46: Move `react-native-gesture-handler` from dependencies to peer dependencies so consumer apps do not install duplicate native module copies.
12+
- Updated dependencies [b932f46]
13+
- Updated dependencies [ecbfed1]
14+
- @knocklabs/react-native@0.9.0
15+
316
## 0.5.7
417

518
### Patch Changes

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/expo",
3-
"version": "0.5.7",
3+
"version": "0.6.0",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

packages/react-native/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- ecbfed1: chore: upgrade expo and react native packages to their latest version, ensure expo go builds on android get the proper warning about deprecated notification support from expo, ensure expo-example app works as expected.
8+
9+
### Patch Changes
10+
11+
- b932f46: Move `react-native-gesture-handler` from dependencies to peer dependencies so consumer apps do not install duplicate native module copies.
12+
313
## 0.8.7
414

515
### Patch Changes

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/react-native",
3-
"version": "0.8.7",
3+
"version": "0.9.0",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)