Skip to content

Commit 13979e1

Browse files
authored
Release 4.0.0 #383
Release 4.0.0
2 parents 8d12d4a + 26374de commit 13979e1

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 (3.2.0):
2+
- AuthgearCapacitor (4.0.0):
33
- Capacitor
44
- Capacitor (7.4.3):
55
- CapacitorCordova
@@ -39,7 +39,7 @@ EXTERNAL SOURCES:
3939
:path: "../../node_modules/@capacitor/status-bar"
4040

4141
SPEC CHECKSUMS:
42-
AuthgearCapacitor: ea764402273c482792acdb3d73e1b192585e24d6
42+
AuthgearCapacitor: 246f0612290c5bc97eff5b7a4301776a11aa6ba5
4343
Capacitor: 28d6c01026a9a3f7156529498ec1f389a2a28dbc
4444
CapacitorApp: 1f6922c9c5c8b1c538d7fbe92ebe44a81b34bed3
4545
CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5

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": "3.2.0",
3+
"version": "4.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": "3.2.0",
17+
"@authgear/core": "4.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": "3.2.0",
4+
"version": "4.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": "3.2.0",
3+
"version": "4.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": "3.2.0",
14+
"@authgear/core": "4.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": "3.2.0",
3+
"version": "4.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": "3.2.0",
14+
"@authgear/core": "4.0.0",
1515
"core-js-pure": "^3.37.0"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)