Skip to content

Commit c10e197

Browse files
authored
Merge branch 'main' into frederikprijck-patch-1
2 parents e8150d7 + 1644bb5 commit c10e197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4132
-5377
lines changed

.github/workflows/npm-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
require-build:
10-
default: true
10+
default: "true"
1111
type: string
1212
release-directory:
1313
default: './'
@@ -32,17 +32,17 @@ jobs:
3232

3333
# Get the version from the branch name
3434
- id: get_version
35-
uses: ./get-version
35+
uses: ./.github/actions/get-version
3636

3737
# Get the prerelease flag from the branch name
3838
- id: get_prerelease
39-
uses: ./get-prerelease
39+
uses: ./.github/actions/get-prerelease
4040
with:
4141
version: ${{ steps.get_version.outputs.version }}
4242

4343
# Get the release notes
4444
- id: get_release_notes
45-
uses: ./get-release-notes
45+
uses: ./.github/actions/get-release-notes
4646
with:
4747
token: ${{ secrets.github-token }}
4848
version: ${{ steps.get_version.outputs.version }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Check if the tag already exists
5353
- id: tag_exists
54-
uses: ./tag-exists
54+
uses: ./.github/actions/tag-exists
5555
with:
5656
tag: ${{ steps.get_version.outputs.version }}
5757
token: ${{ secrets.github-token }}
@@ -61,7 +61,7 @@ jobs:
6161
run: exit 1
6262

6363
# Publish the release to our package manager
64-
- uses: ./npm-publish
64+
- uses: ./.github/actions/npm-publish
6565
with:
6666
node-version: ${{ inputs.node-version }}
6767
require-build: ${{ inputs.require-build }}
@@ -70,7 +70,7 @@ jobs:
7070
release-directory: ${{ inputs.release-directory }}
7171

7272
# Create a release for the tag
73-
- uses: ./release-create
73+
- uses: ./.github/actions/release-create
7474
with:
7575
token: ${{ secrets.github-token }}
7676
name: ${{ steps.get_version.outputs.version }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.4
1+
v2.3.0

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

3+
## [v2.3.0](https://github.com/auth0/auth0-react/tree/v2.3.0) (2025-01-21)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.4...v2.3.0)
5+
6+
**Added**
7+
- Release v2.3.0 [\#825](https://github.com/auth0/auth0-react/pull/825) ([tusharpandey13](https://github.com/tusharpandey13))
8+
- Feature/react19 [\#824](https://github.com/auth0/auth0-react/pull/824) ([tusharpandey13](https://github.com/tusharpandey13))
9+
- Add ReversingLabs Workflow (Don't Merge) [\#782](https://github.com/auth0/auth0-react/pull/782) ([developerkunal](https://github.com/developerkunal))
10+
11+
**Changed**
12+
- ci: changed pull_request_target to pull_request and removed the authorize step [\#796](https://github.com/auth0/auth0-react/pull/796) ([desusai7](https://github.com/desusai7))
13+
- Bump @testing-library/react from 14.1.2 to 14.3.1 [\#757](https://github.com/auth0/auth0-react/pull/757) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump ts-jest from 29.1.1 to 29.1.5 [\#766](https://github.com/auth0/auth0-react/pull/766) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump cypress from 13.6.1 to 13.12.0 [\#770](https://github.com/auth0/auth0-react/pull/770) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump @types/jest from 29.5.11 to 29.5.12 [\#750](https://github.com/auth0/auth0-react/pull/750) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump @types/react from 18.2.45 to 18.2.64 [\#747](https://github.com/auth0/auth0-react/pull/747) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump browserstack-cypress-cli from 1.28.0 to 1.28.1 [\#715](https://github.com/auth0/auth0-react/pull/715) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
20+
**Fixed**
21+
- fix npm release workflow [\#826](https://github.com/auth0/auth0-react/pull/826) ([tusharpandey13](https://github.com/tusharpandey13))
22+
- Update codeowner file with new GitHub team name [\#790](https://github.com/auth0/auth0-react/pull/790) ([stevenwong-okta](https://github.com/stevenwong-okta))
23+
- Workaround for failing "integration test (CRA)" [\#769](https://github.com/auth0/auth0-react/pull/769) ([nandan-bhat](https://github.com/nandan-bhat))
24+
25+
**Removed**
26+
- Revert "Release v2.3.0" [\#827](https://github.com/auth0/auth0-react/pull/827) ([tusharpandey13](https://github.com/tusharpandey13))
27+
28+
**Security**
29+
- Bump pretty-quick from 3.1.3 to 3.3.1 [\#736](https://github.com/auth0/auth0-react/pull/736) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- Bump next from 13.5.6 to 14.1.1 in /examples/nextjs-app [\#761](https://github.com/auth0/auth0-react/pull/761) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Bump jose from 4.11.0 to 4.15.5 in /examples/users-api [\#749](https://github.com/auth0/auth0-react/pull/749) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
- Bump express from 4.18.2 to 4.19.2 in /examples/users-api [\#754](https://github.com/auth0/auth0-react/pull/754) ([dependabot[bot]](https://github.com/apps/dependabot))
33+
- Bump follow-redirects from 1.15.3 to 1.15.6 [\#752](https://github.com/auth0/auth0-react/pull/752) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Bump ws from 7.5.9 to 7.5.10 [\#768](https://github.com/auth0/auth0-react/pull/768) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
- Bump braces from 3.0.2 to 3.0.3 [\#773](https://github.com/auth0/auth0-react/pull/773) ([dependabot[bot]](https://github.com/apps/dependabot))
36+
- Bump oidc-provider from 8.4.3 to 8.4.5 [\#720](https://github.com/auth0/auth0-react/pull/720) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
338
## [v2.2.4](https://github.com/auth0/auth0-react/tree/v2.2.4) (2023-12-11)
439
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.2.3...v2.2.4)
540

0 commit comments

Comments
 (0)