Skip to content

Commit

Permalink
Merge pull request #148 from Bdaya-Dev/release-11999717556
Browse files Browse the repository at this point in the history
chore(release): Publish packages
  • Loading branch information
ahmednfwela authored Nov 24, 2024
2 parents 44f7858 + 030c08d commit 37e5bff
Show file tree
Hide file tree
Showing 30 changed files with 204 additions and 58 deletions.
93 changes: 93 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,99 @@
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.9.0`](#oidc---v090)
- [`oidc_android` - `v0.6.0`](#oidc_android---v060)
- [`oidc_core` - `v0.9.0`](#oidc_core---v090)
- [`oidc_desktop` - `v0.5.0`](#oidc_desktop---v050)
- [`oidc_flutter_appauth` - `v0.5.0`](#oidc_flutter_appauth---v050)
- [`oidc_ios` - `v0.6.0`](#oidc_ios---v060)
- [`oidc_macos` - `v0.6.0`](#oidc_macos---v060)
- [`oidc_platform_interface` - `v0.6.0`](#oidc_platform_interface---v060)
- [`oidc_web` - `v0.6.0`](#oidc_web---v060)
- [`oidc_web_core` - `v0.3.0`](#oidc_web_core---v030)

Packages with other changes:

- [`oidc_default_store` - `v0.2.0+11`](#oidc_default_store---v02011)
- [`oidc_windows` - `v0.3.1+5`](#oidc_windows---v0315)
- [`oidc_linux` - `v0.3.0+11`](#oidc_linux---v03011)

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+11`
- `oidc_windows` - `v0.3.1+5`
- `oidc_linux` - `v0.3.0+11`

---

#### `oidc` - `v0.9.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.6.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.9.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.5.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.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_ios` - `v0.6.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.6.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.6.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.6.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.3.0`

- **REVERT**: local version. ([e948477a](https://github.com/Bdaya-Dev/oidc/commit/e948477a7134b36f2cd7f80186632c0a57516afd))
- **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))


## 2024-11-24

### Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.0
## 0.9.0

> Note: This release has breaking changes.
Expand Down Expand Up @@ -137,4 +137,4 @@ OidcUserManagerSettings(

## 0.1.0+1

- Initial release of this plugin.
- Initial release of this plugin.
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.8.0
oidc_default_store: ^0.2.0+10
oidc_core: ^0.9.0
oidc_default_store: ^0.2.0+11

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.8.0
version: 0.9.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.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
oidc_android: ^0.6.0
oidc_core: ^0.9.0
oidc_ios: ^0.6.0
oidc_linux: ^0.3.0+11
oidc_macos: ^0.6.0
oidc_platform_interface: ^0.6.0
oidc_web: ^0.6.0
oidc_windows: ^0.3.1+5
# ====================
http: ^1.1.0
jose_plus: ^0.4.4
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.0
## 0.6.0

> Note: This release has breaking changes.
Expand Down Expand Up @@ -70,4 +70,4 @@

# 0.1.0+1

- Initial release of this plugin.
- Initial release of this plugin.
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.8.0
oidc_default_store: ^0.2.0+10
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_default_store: ^0.2.0+11
oidc_platform_interface: ^0.6.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.5.0
version: 0.6.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.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_flutter_appauth: ^0.5.0
oidc_platform_interface: ^0.6.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.8.0
## 0.9.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.8.0
version: 0.9.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+11

- Update a dependency to the latest release.

## 0.2.0+10

- 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+10
version: 0.2.0+11
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.8.0
oidc_core: ^0.9.0
shared_preferences: ^2.2.1
universal_html: ^2.2.3
dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc_desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.0
## 0.5.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.4.0
version: 0.5.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.8.0
oidc_core: ^0.9.0
oidc_loopback_listener: ^0.2.0
oidc_platform_interface: ^0.5.0
oidc_platform_interface: ^0.6.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.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_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.4.0
version: 0.5.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.8.0
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_platform_interface: ^0.6.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.6.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.5.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.5.0
version: 0.6.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.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_flutter_appauth: ^0.5.0
oidc_platform_interface: ^0.6.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+11

- Update a dependency to the latest release.

## 0.3.0+10

- 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+10
version: 0.3.0+11
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.8.0
oidc_desktop: ^0.4.0
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_desktop: ^0.5.0
oidc_platform_interface: ^0.6.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.6.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.5.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.5.0
version: 0.6.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.8.0
oidc_flutter_appauth: ^0.4.0
oidc_platform_interface: ^0.5.0
oidc_core: ^0.9.0
oidc_flutter_appauth: ^0.5.0
oidc_platform_interface: ^0.6.0

dev_dependencies:
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions packages/oidc_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.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.5.0

> Note: This release has breaking changes.
Expand Down
Loading

0 comments on commit 37e5bff

Please sign in to comment.