Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Sep 27, 2023
1 parent 61937da commit 56b5b14
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`oidc` - `v0.4.3`](#oidc---v043)

---

#### `oidc` - `v0.4.3`

- **FEAT**: add refreshToken to OidcUserManager.


## 2023-09-25

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/oidc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3

- **FEAT**: add refreshToken to OidcUserManager.

## 0.4.2

- **FIX**: incorrect state handling.
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2
version: 0.4.3
repository: https://github.com/Bdaya-Dev/oidc/tree/main/packages/oidc
topics: ['oidc', 'openidconnect', 'oauth', 'authentication']
homepage: https://bdaya-dev.github.io/oidc/
Expand Down

0 comments on commit 56b5b14

Please sign in to comment.