Skip to content

Commit

Permalink
chore: release main (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jul 19, 2024
1 parent 768a977 commit ce92ce0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/auth-provider": "6.2.1",
"packages/auth-common": "2.12.1"
"packages/auth-common": "3.0.0"
}
11 changes: 11 additions & 0 deletions packages/auth-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/aversini/auth-client/compare/auth-common-v2.12.1...auth-common-v3.0.0) (2024-07-19)


### ⚠ BREAKING CHANGES

* the params are now an object

### Features

* adding body as a possible option for getting token ([#117](https://github.com/aversini/auth-client/issues/117)) ([768a977](https://github.com/aversini/auth-client/commit/768a97751f94af2744e00dda40b8eff028e0a0c8))

## [2.12.1](https://github.com/aversini/auth-client/compare/auth-common-v2.12.0...auth-common-v2.12.1) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/auth-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-common",
"version": "2.12.1",
"version": "3.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand Down

0 comments on commit ce92ce0

Please sign in to comment.