Skip to content

Commit dd70ec0

Browse files
Merge pull request #250 from auth0/chore/bump-versions-to-1.0.0
chore(core,react): bump versions to 1.0.0
2 parents 8a2cd65 + 6074b94 commit dd70ec0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
- @antfu/ni (25.0.0) [MIT]
6060
- @auth0/auth0-auth-js (1.2.0) [MIT]
6161
- @auth0/myaccount-js (1.0.0-beta.0) [MIT]
62-
- @auth0/myorganization-js (1.0.0-beta.3) [MIT]
62+
- @auth0/myorganization-js (1.0.0) [MIT]
6363
- @babel/code-frame (7.27.1) [MIT]
6464
- @babel/compat-data (7.28.5) [MIT]
6565
- @babel/core (7.28.5) [MIT]

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/universal-components-core",
3-
"version": "1.0.0-beta.28",
3+
"version": "1.0.0",
44
"description": "Core utilities for Auth0 Universal Components",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@auth0/myaccount-js": "1.0.0-beta.0",
55-
"@auth0/myorganization-js": "1.0.0-beta.6",
55+
"@auth0/myorganization-js": "1.0.0",
5656
"zod": "^3.22.4"
5757
}
5858
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/universal-components-react",
3-
"version": "1.0.0-beta.28",
3+
"version": "1.0.0",
44
"private": false,
55
"sideEffects": [
66
"*.css"

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)