From 06223c5d91c44a4c6ad8574ea8f0f49afb44eb49 Mon Sep 17 00:00:00 2001 From: DominicGBauer Date: Fri, 12 Jul 2024 14:34:00 +0200 Subject: [PATCH] chore: improve changeset description: --- .changeset/pretty-oranges-sleep.md | 2 -- .changeset/sixty-parrots-sort.md | 8 ++++++++ .changeset/thick-cheetahs-explain.md | 8 ++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .changeset/sixty-parrots-sort.md create mode 100644 .changeset/thick-cheetahs-explain.md diff --git a/.changeset/pretty-oranges-sleep.md b/.changeset/pretty-oranges-sleep.md index 8e98cbbf..c7eb82c3 100644 --- a/.changeset/pretty-oranges-sleep.md +++ b/.changeset/pretty-oranges-sleep.md @@ -10,11 +10,9 @@ 'example-capacitor': patch 'example-electron': patch '@powersync/kysely-driver': patch -'@powersync/react-native': minor 'diagnostics-app': patch 'example-nextjs': patch 'example-vite': patch -'@powersync/web': minor --- Move from @journeyapps sqlite packages to @powersync sqlite packages diff --git a/.changeset/sixty-parrots-sort.md b/.changeset/sixty-parrots-sort.md new file mode 100644 index 00000000..fdecfbb2 --- /dev/null +++ b/.changeset/sixty-parrots-sort.md @@ -0,0 +1,8 @@ +--- +'@powersync/react-native': minor +--- + +The Package name for the underlying SQLite wrapper package has been changed from +`@journeyapps/react-native-quick-sqlite` to `@powersync/react-native-quick-sqlite`. + +Change your `@journeyapps/react-native-quick-sqlite` package to `@powersync/react-native-quick-sqlite` to avoid any issues. diff --git a/.changeset/thick-cheetahs-explain.md b/.changeset/thick-cheetahs-explain.md new file mode 100644 index 00000000..a52a79c8 --- /dev/null +++ b/.changeset/thick-cheetahs-explain.md @@ -0,0 +1,8 @@ +--- +'@powersync/web': minor +--- + +The Package name for the underlying SQLite wrapper package has been changed from +`@journeyapps/wa-sqlite` to `@powersync/wa-sqlite`. + +Change your `@journeyapps/wa-sqlite` package to `@powersync/wa-sqlite` to avoid any issues.