Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela authored and github-actions[bot] committed Nov 24, 2024
1 parent eff84e8 commit 37da0b4
Show file tree
Hide file tree
Showing 30 changed files with 236 additions and 52 deletions.
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-24

### Changes

---

Packages with breaking changes:

- [`oidc` - `v0.8.0`](#oidc---v080)
- [`oidc_android` - `v0.5.0`](#oidc_android---v050)
- [`oidc_core` - `v0.8.0`](#oidc_core---v080)
- [`oidc_desktop` - `v0.4.0`](#oidc_desktop---v040)
- [`oidc_flutter_appauth` - `v0.4.0`](#oidc_flutter_appauth---v040)
- [`oidc_ios` - `v0.5.0`](#oidc_ios---v050)
- [`oidc_macos` - `v0.5.0`](#oidc_macos---v050)
- [`oidc_platform_interface` - `v0.5.0`](#oidc_platform_interface---v050)
- [`oidc_web` - `v0.5.0`](#oidc_web---v050)
- [`oidc_web_core` - `v0.2.0`](#oidc_web_core---v020)

Packages with other changes:

- [`oidc_default_store` - `v0.2.0+10`](#oidc_default_store---v02010)
- [`oidc_windows` - `v0.3.1+4`](#oidc_windows---v0314)
- [`oidc_linux` - `v0.3.0+10`](#oidc_linux---v03010)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `oidc_default_store` - `v0.2.0+10`
- `oidc_windows` - `v0.3.1+4`
- `oidc_linux` - `v0.3.0+10`

---

#### `oidc` - `v0.8.0`

- **FIX**: oidc not passing options properly. ([b2fdf5fe](https://github.com/Bdaya-Dev/oidc/commit/b2fdf5fe38787e0b1d89c192545accefa99f9a7d))
- **FEAT**: support offline auth. ([cced6013](https://github.com/Bdaya-Dev/oidc/commit/cced601362d32ce3b4ac402f78fcc48da10225c6))
- **DOCS**: update changelogs. ([b0ffeb43](https://github.com/Bdaya-Dev/oidc/commit/b0ffeb43744db5a794b948958d8ec935c8eaef32))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_android` - `v0.5.0`

- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_core` - `v0.8.0`

- **FIX**: expand successful status range to include 300-399 status code to allow for 304 , see. ([717d5330](https://github.com/Bdaya-Dev/oidc/commit/717d5330e54f7e96556f69954c8c164c9fac85d8))
- **FIX**: improve OidcEndpoints error handling. ([5f15c774](https://github.com/Bdaya-Dev/oidc/commit/5f15c7745e9e01264b3b3fe5af27eaef5a4c7738))
- **FIX**: update oidc_web_core version. ([2717b23c](https://github.com/Bdaya-Dev/oidc/commit/2717b23c6808502f8121d0ee195edaeec26a5ab5))
- **FEAT**: support offline auth. ([cced6013](https://github.com/Bdaya-Dev/oidc/commit/cced601362d32ce3b4ac402f78fcc48da10225c6))
- **FEAT**: add keepUnverifiedTokens and keepExpiredTokens to user manager settings. ([117931bd](https://github.com/Bdaya-Dev/oidc/commit/117931bd580ac04be16bc3e3d39c49c6a0077bb1))
- **FEAT**: add getIdToken to OidcUserManagerSettings. ([dceabc89](https://github.com/Bdaya-Dev/oidc/commit/dceabc89df5ecdc6cafe54b7411b8208b485b370))
- **FEAT**: updated oidc_core example. ([676657b1](https://github.com/Bdaya-Dev/oidc/commit/676657b1f12f54d034947d8d85ca34da9c316816))
- **DOCS**: update changelogs. ([b0ffeb43](https://github.com/Bdaya-Dev/oidc/commit/b0ffeb43744db5a794b948958d8ec935c8eaef32))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_desktop` - `v0.4.0`

- **FIX**: typo in oidc_desktop. ([a6f67bd8](https://github.com/Bdaya-Dev/oidc/commit/a6f67bd8dd514bfa397649624272df550737e23e))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_flutter_appauth` - `v0.4.0`

- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_ios` - `v0.5.0`

- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_macos` - `v0.5.0`

- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_platform_interface` - `v0.5.0`

- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_web` - `v0.5.0`

- **FEAT**: depend on oidc_web_core. ([f3331a8e](https://github.com/Bdaya-Dev/oidc/commit/f3331a8e2d3e39c5cb8d7728d104e1bb8d8ece75))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

#### `oidc_web_core` - `v0.2.0`

- **FIX**: [#68](https://github.com/Bdaya-Dev/oidc/issues/68). ([1b30c879](https://github.com/Bdaya-Dev/oidc/commit/1b30c879560bac4bdd02ee8d7771d1ce1764a074))
- **FIX**: update oidc_web_core version. ([2717b23c](https://github.com/Bdaya-Dev/oidc/commit/2717b23c6808502f8121d0ee195edaeec26a5ab5))
- **DOCS**: update oidc_web_core readme. ([7a2a3f12](https://github.com/Bdaya-Dev/oidc/commit/7a2a3f123102316c81bfe702351bea01ec925e61))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

9 changes: 9 additions & 0 deletions packages/oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.8.0

> Note: This release has breaking changes.
- **FIX**: oidc not passing options properly. ([b2fdf5fe](https://github.com/Bdaya-Dev/oidc/commit/b2fdf5fe38787e0b1d89c192545accefa99f9a7d))
- **FEAT**: support offline auth. ([cced6013](https://github.com/Bdaya-Dev/oidc/commit/cced601362d32ce3b4ac402f78fcc48da10225c6))
- **DOCS**: update changelogs. ([b0ffeb43](https://github.com/Bdaya-Dev/oidc/commit/b0ffeb43744db5a794b948958d8ec935c8eaef32))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.7.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
logging: ^1.2.0
oidc:
path: ../
oidc_core: ^0.7.0
oidc_default_store: ^0.2.0+9
oidc_core: ^0.8.0
oidc_default_store: ^0.2.0+10

dev_dependencies:
flutter_driver:
Expand Down
18 changes: 9 additions & 9 deletions packages/oidc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc
description: A comprehensive OpenIdConnect plugin that works on all platforms (android, ios, windows, linux, web, macos)
version: 0.7.0
version: 0.8.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc
topics: ['oidc', 'openidconnect', 'oauth', 'authentication']
homepage: https://bdaya-dev.github.io/oidc/
Expand All @@ -27,14 +27,14 @@ dependencies:
flutter:
sdk: flutter
# Endorsed packages
oidc_android: ^0.4.0
oidc_core: ^0.7.0
oidc_ios: ^0.4.0
oidc_linux: ^0.3.0+9
oidc_macos: ^0.4.0
oidc_platform_interface: ^0.4.0
oidc_web: ^0.4.0
oidc_windows: ^0.3.1+3
oidc_android: ^0.5.0
oidc_core: ^0.8.0
oidc_ios: ^0.5.0
oidc_linux: ^0.3.0+10
oidc_macos: ^0.5.0
oidc_platform_interface: ^0.5.0
oidc_web: ^0.5.0
oidc_windows: ^0.3.1+4
# ====================
http: ^1.1.0
jose_plus: ^0.4.4
Expand Down
6 changes: 6 additions & 0 deletions packages/oidc_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.4.0

> Note: This release has breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/oidc_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies:
logging: ^1.2.0
oidc_android:
path: ../
oidc_core: ^0.7.0
oidc_default_store: ^0.2.0+9
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_default_store: ^0.2.0+10
oidc_platform_interface: ^0.5.0

dev_dependencies:
flutter_driver:
Expand Down
8 changes: 4 additions & 4 deletions packages/oidc_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_android
description: Android implementation of the oidc plugin
version: 0.4.0
version: 0.5.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_android
homepage: https://bdaya-dev.github.io/oidc/

Expand All @@ -21,9 +21,9 @@ dependencies:
flutter:
sdk: flutter
flutter_appauth: ^6.0.2
oidc_core: ^0.7.0
oidc_flutter_appauth: ^0.3.0
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down
14 changes: 14 additions & 0 deletions packages/oidc_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.8.0

> Note: This release has breaking changes.
- **FIX**: expand successful status range to include 300-399 status code to allow for 304 , see. ([717d5330](https://github.com/Bdaya-Dev/oidc/commit/717d5330e54f7e96556f69954c8c164c9fac85d8))
- **FIX**: improve OidcEndpoints error handling. ([5f15c774](https://github.com/Bdaya-Dev/oidc/commit/5f15c7745e9e01264b3b3fe5af27eaef5a4c7738))
- **FIX**: update oidc_web_core version. ([2717b23c](https://github.com/Bdaya-Dev/oidc/commit/2717b23c6808502f8121d0ee195edaeec26a5ab5))
- **FEAT**: support offline auth. ([cced6013](https://github.com/Bdaya-Dev/oidc/commit/cced601362d32ce3b4ac402f78fcc48da10225c6))
- **FEAT**: add keepUnverifiedTokens and keepExpiredTokens to user manager settings. ([117931bd](https://github.com/Bdaya-Dev/oidc/commit/117931bd580ac04be16bc3e3d39c49c6a0077bb1))
- **FEAT**: add getIdToken to OidcUserManagerSettings. ([dceabc89](https://github.com/Bdaya-Dev/oidc/commit/dceabc89df5ecdc6cafe54b7411b8208b485b370))
- **FEAT**: updated oidc_core example. ([676657b1](https://github.com/Bdaya-Dev/oidc/commit/676657b1f12f54d034947d8d85ca34da9c316816))
- **DOCS**: update changelogs. ([b0ffeb43](https://github.com/Bdaya-Dev/oidc/commit/b0ffeb43744db5a794b948958d8ec935c8eaef32))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.7.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_core
description: A dart package containing models and helpers for OpenId Connect spec.
version: 0.7.0
version: 0.8.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_core
topics: ['oidc', 'openidconnect', 'oauth', 'authentication']
homepage: https://bdaya-dev.github.io/oidc/
Expand Down
4 changes: 4 additions & 0 deletions packages/oidc_default_store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+10

- Update a dependency to the latest release.

## 0.2.0+9

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc_default_store/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_default_store
description: The default OidcStore implementation for package:oidc
version: 0.2.0+9
version: 0.2.0+10
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_default_store
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_secure_storage: ^9.0.0
logging: ^1.2.0
oidc_core: ^0.7.0
oidc_core: ^0.8.0
shared_preferences: ^2.2.1
universal_html: ^2.2.3
dev_dependencies:
Expand Down
7 changes: 7 additions & 0 deletions packages/oidc_desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.0

> Note: This release has breaking changes.
- **FIX**: typo in oidc_desktop. ([a6f67bd8](https://github.com/Bdaya-Dev/oidc/commit/a6f67bd8dd514bfa397649624272df550737e23e))
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.3.0

> Note: This release has breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/oidc_desktop/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_desktop
description: Base Implementation for oidc_* desktop plugins (mainly windows/linux)
version: 0.3.0
version: 0.4.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_flutter_appauth
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -11,9 +11,9 @@ dependencies:
flutter:
sdk: flutter
logging: ^1.2.0
oidc_core: ^0.7.0
oidc_core: ^0.8.0
oidc_loopback_listener: ^0.2.0
oidc_platform_interface: ^0.4.0
oidc_platform_interface: ^0.5.0
url_launcher: ^6.1.14
window_to_front: ^0.0.3
dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/oidc_flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.3.0

> Note: This release has breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions packages/oidc_flutter_appauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_flutter_appauth
description: Base Implementation connecting oidc_* packages with flutter_appauth
version: 0.3.0
version: 0.4.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_flutter_appauth
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter
flutter_appauth: ^6.0.2
oidc_core: ^0.7.0
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_platform_interface: ^0.5.0


dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/oidc_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.4.0

> Note: This release has breaking changes.
Expand Down
8 changes: 4 additions & 4 deletions packages/oidc_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_ios
description: iOS implementation of the oidc plugin
version: 0.4.0
version: 0.5.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_ios
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -19,9 +19,9 @@ dependencies:
flutter:
sdk: flutter
flutter_appauth: ^6.0.2
oidc_core: ^0.7.0
oidc_flutter_appauth: ^0.3.0
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/oidc_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+10

- Update a dependency to the latest release.

## 0.3.0+9

- Update a dependency to the latest release.
Expand Down
8 changes: 4 additions & 4 deletions packages/oidc_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_linux
description: Linux implementation of the oidc plugin
version: 0.3.0+9
version: 0.3.0+10
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_linux
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -19,9 +19,9 @@ dependencies:
flutter:
sdk: flutter
logging: ^1.2.0
oidc_core: ^0.7.0
oidc_desktop: ^0.3.0
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_desktop: ^0.4.0
oidc_platform_interface: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions packages/oidc_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

> Note: This release has breaking changes.
- **BREAKING** **FIX**: Opening in new tab not working reliably in Safari for iOS [#31](https://github.com/Bdaya-Dev/oidc/issues/31). ([2e30028b](https://github.com/Bdaya-Dev/oidc/commit/2e30028b79f7ed1e7835d4656278b022a9c0ec62))

## 0.4.0

> Note: This release has breaking changes.
Expand Down
8 changes: 4 additions & 4 deletions packages/oidc_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: oidc_macos
description: MacOS implementation of the oidc plugin
version: 0.4.0
version: 0.5.0
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc_macos
homepage: https://bdaya-dev.github.io/oidc/
environment:
Expand All @@ -19,9 +19,9 @@ dependencies:
flutter:
sdk: flutter
flutter_appauth: ^6.0.2
oidc_core: ^0.7.0
oidc_flutter_appauth: ^0.3.0
oidc_platform_interface: ^0.4.0
oidc_core: ^0.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down
Loading

0 comments on commit 37da0b4

Please sign in to comment.