Skip to content

Commit c0f1d24

Browse files
authored
Release 3.0.0 #364
#364
2 parents 0f12a66 + 4e28df7 commit c0f1d24

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

example/capacitor/ios/App/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- AuthgearCapacitor (2.15.0):
2+
- AuthgearCapacitor (3.0.0):
33
- Capacitor
44
- Capacitor (7.0.1):
55
- CapacitorCordova
@@ -39,7 +39,7 @@ EXTERNAL SOURCES:
3939
:path: "../../node_modules/@capacitor/status-bar"
4040

4141
SPEC CHECKSUMS:
42-
AuthgearCapacitor: d8d5588f3b5ca9969d2843a23a3361fcca9a6099
42+
AuthgearCapacitor: 9148c737ac43992654bb10494c6d1c9a88eda381
4343
Capacitor: de199cba6c8b20995428ad0b7cb0bc6ca625ffd4
4444
CapacitorApp: 9cb31064a6c6bb2b1438583733a7bf45557fc1da
4545
CapacitorCordova: 63d476958d5022d76f197031e8b7ea3519988c64

example/capacitor/package-lock.json

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

example/reactweb/package-lock.json

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

packages/authgear-capacitor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authgear/capacitor",
3-
"version": "2.15.0",
3+
"version": "3.0.0",
44
"license": "Apache-2.0",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/plugin.module.js",
@@ -14,7 +14,7 @@
1414
"AuthgearCapacitor.podspec"
1515
],
1616
"devDependencies": {
17-
"@authgear/core": "2.15.0",
17+
"@authgear/core": "3.0.0",
1818
"@capacitor/android": "^7.0.0",
1919
"@capacitor/core": "^7.0.0",
2020
"@capacitor/ios": "^7.0.0"

packages/authgear-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@authgear/core",
4-
"version": "2.15.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"devDependencies": {

packages/authgear-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authgear/react-native",
3-
"version": "2.15.0",
3+
"version": "3.0.0",
44
"license": "Apache-2.0",
55
"main": "dist/authgear-react-native.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"android"
1212
],
1313
"devDependencies": {
14-
"@authgear/core": "2.15.0",
14+
"@authgear/core": "3.0.0",
1515
"@types/react-native": "0.69.1",
1616
"core-js-pure": "^3.37.0"
1717
},

packages/authgear-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authgear/web",
3-
"version": "2.15.0",
3+
"version": "3.0.0",
44
"license": "Apache-2.0",
55
"main": "dist/authgear-web.cjs.js",
66
"module": "dist/authgear-web.module.js",
@@ -11,7 +11,7 @@
1111
"dist/authgear-web.iife.js"
1212
],
1313
"devDependencies": {
14-
"@authgear/core": "2.15.0",
14+
"@authgear/core": "3.0.0",
1515
"core-js-pure": "^3.37.0"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)