Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dependabot-pr-1004.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/dependabot-pr-1005.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples/expo-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @knocklabs/expo-example

## 1.1.8

### Patch Changes

- 7ef0f23: chore(deps): upgrade expo-example to Expo SDK 56

- Bump all Expo packages from SDK 55 to SDK 56 (expo, expo-router, expo-notifications, expo-splash-screen, etc.)
- Remove @react-navigation/\* deps (expo-router SDK 56 forked away from react-navigation)
- Bump react-native from ^0.83.4 to ^0.85.3 (SDK 56 ships with RN 0.85)
- Bump react-native-reanimated ~4.2.1 → ~4.3.1, react-native-screens ~4.23.0 → ~4.25.2, react-native-worklets ~0.7.2 → ~0.8.3

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/expo-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@knocklabs/expo-example",
"main": "expo-router/entry",
"version": "1.1.7",
"version": "1.1.8",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.6

### Patch Changes

- 6c8c477: chore(deps): bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.59.4 and @typescript-eslint/parser to ^8.59.4

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knocklabs/eslint-config",
"version": "0.0.5",
"version": "0.0.6",
"files": [
"library.js",
"next.js",
Expand Down
Loading