Skip to content

Commit a2a053f

Browse files
chore(main): release 2.0.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4a620e commit a2a053f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"lib":"1.1.0"}
1+
{"lib":"2.0.0"}

lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/forwardsoftware/react-auth/compare/v1.1.0...v2.0.0) (2025-05-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Expose enhanced AuthClient interface and refactor authentication logic ([#13](https://github.com/forwardsoftware/react-auth/issues/13))
9+
10+
### Features
11+
12+
* Expose enhanced AuthClient interface and refactor authentication logic ([#13](https://github.com/forwardsoftware/react-auth/issues/13)) ([b5d3988](https://github.com/forwardsoftware/react-auth/commit/b5d39884fb9d65e472a54a42b1a52b403adf4851))
13+
* modernize project tooling, dependencies, and examples ([#7](https://github.com/forwardsoftware/react-auth/issues/7)) ([ac06376](https://github.com/forwardsoftware/react-auth/commit/ac063768917622e537c57b45da9eff5b50060c75))

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@forward-software/react-auth",
33
"description": "Simplify your Auth flow when working with React apps",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"author": "ForWarD Software (https://forwardsoftware.solutions/)",
66
"license": "MIT",
77
"repository": "https://github.com/forwardsoftware/react-auth",

0 commit comments

Comments
 (0)