We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0fa4a commit 105954aCopy full SHA for 105954a
lerna.json
@@ -4,7 +4,10 @@
4
"message": "[Asgardeo Release] [GitHub Actions] [Release %s] Bump version"
5
}
6
},
7
- "packages": ["lib", "samples/*"],
+ "packages": [
8
+ "lib",
9
+ "samples/*"
10
+ ],
11
"npmClient": "yarn",
- "version": "0.2.20"
12
+ "version": "1.0.0"
13
lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@asgardeo/auth-js",
3
- "version": "0.2.20",
+ "version": "1.0.0",
"description": "Asgardeo Auth JS SDK to be used in JavaScript and TypeScript applications.",
"keywords": [
"Asgardeo",
0 commit comments