From 0ad6d13e0bbbcd75a40479e9cb5e45ad11c94e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:25:48 +0000 Subject: [PATCH] chore(main): release react-auth-apple 1.1.0 --- .release-please-manifest.json | 2 +- packages/apple-signin/CHANGELOG.md | 15 +++++++++++++++ packages/apple-signin/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 packages/apple-signin/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b89901..4908442 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"lib":"2.1.2","packages/google-signin":"1.1.2","packages/apple-signin":"1.0.0"} +{"lib":"2.1.2","packages/google-signin":"1.1.2","packages/apple-signin":"1.1.0"} diff --git a/packages/apple-signin/CHANGELOG.md b/packages/apple-signin/CHANGELOG.md new file mode 100644 index 0000000..3afba90 --- /dev/null +++ b/packages/apple-signin/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.1.0](https://github.com/forwardsoftware/react-auth/compare/react-auth-apple-v1.0.0...react-auth-apple-v1.1.0) (2026-09-09) + + +### Features + +* Apple Signin iOS/Android/Web ([#231](https://github.com/forwardsoftware/react-auth/issues/231)) ([8f4271f](https://github.com/forwardsoftware/react-auth/commit/8f4271f5e7e686fa92d09870375409c7c896df44)) + + +### Bug Fixes + +* **deps:** bump @vitejs/plugin-react ([8f4271f](https://github.com/forwardsoftware/react-auth/commit/8f4271f5e7e686fa92d09870375409c7c896df44)) +* **deps:** bump the testing group across 1 directory with 3 updates ([#380](https://github.com/forwardsoftware/react-auth/issues/380)) ([db65ce4](https://github.com/forwardsoftware/react-auth/commit/db65ce46ac18d6c5dae2beb0b58a7e15c2c2daa1)) +* **deps:** upgrade direct and transitive dependencies to reduce security alerts ([#387](https://github.com/forwardsoftware/react-auth/issues/387)) ([9c55fe9](https://github.com/forwardsoftware/react-auth/commit/9c55fe994a6df275f633a0bf0239364ec8130bea)) diff --git a/packages/apple-signin/package.json b/packages/apple-signin/package.json index 7d1a12e..78bf63b 100644 --- a/packages/apple-signin/package.json +++ b/packages/apple-signin/package.json @@ -1,7 +1,7 @@ { "name": "@forward-software/react-auth-apple", "description": "Apple Sign-In adapter for @forward-software/react-auth - Web and React Native/Expo", - "version": "1.0.0", + "version": "1.1.0", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT", "repository": {