From 8b33a5776ae46fad174b247dc81a72eaaccc3c12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Aug 2024 07:22:01 +0000 Subject: [PATCH] chore: version packages --- .changeset/moody-windows-share.md | 5 ----- .changeset/witty-icons-melt.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/moody-windows-share.md delete mode 100644 .changeset/witty-icons-melt.md create mode 100644 CHANGELOG.md diff --git a/.changeset/moody-windows-share.md b/.changeset/moody-windows-share.md deleted file mode 100644 index 9f34f09..0000000 --- a/.changeset/moody-windows-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-airplay": minor ---- - -Replace `useCachedValue` with `enabled` option. diff --git a/.changeset/witty-icons-melt.md b/.changeset/witty-icons-melt.md deleted file mode 100644 index 8a41926..0000000 --- a/.changeset/witty-icons-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-airplay": patch ---- - -Pack only the necessary files. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..420dba0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# react-airplay + +## 1.3.0 + +### Minor Changes + +- [#244](https://github.com/tien/react-airplay/pull/244) [`5c26f87`](https://github.com/tien/react-airplay/commit/5c26f87211747b6ea07a35b8be71a279fd7def3e) Thanks [@tien](https://github.com/tien)! - Replace `useCachedValue` with `enabled` option. + +### Patch Changes + +- [#246](https://github.com/tien/react-airplay/pull/246) [`341064f`](https://github.com/tien/react-airplay/commit/341064f9609d7b8286417bb726d916f560124610) Thanks [@tien](https://github.com/tien)! - Pack only the necessary files. diff --git a/package.json b/package.json index 77428c2..0238e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-airplay", - "version": "1.2.0", + "version": "1.3.0", "description": "Airplay bridge for React Native", "packageManager": "yarn@4.4.0", "volta": {