Skip to content

Commit 9443b29

Browse files
chore(repo): version packages for stable
1 parent bac8ced commit 9443b29

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

.changeset/pink-sheep-remain.md

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

examples/expo-example/CHANGELOG.md

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

3+
## 1.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bac8ced]
8+
- @knocklabs/expo@0.4.0
9+
310
## 1.0.29
411

512
### 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.29",
4+
"version": "1.0.30",
55
"scripts": {
66
"start": "expo start",
77
"android": "expo start --android",

packages/expo/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- bac8ced: Migrate push notifications from tokens array to devices array with locale and timezone
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bac8ced]
12+
- @knocklabs/react-native@0.7.0
13+
314
## 0.3.53
415

516
### 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.3.53",
3+
"version": "0.4.0",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

packages/react-native/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- bac8ced: Migrate push notifications from tokens array to devices array with locale and timezone
8+
39
## 0.6.50
410

511
### 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.6.50",
3+
"version": "0.7.0",
44
"author": "@knocklabs",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)