Skip to content

Commit a4f2b25

Browse files
authored
Publish 4.1.0 #387
#387
2 parents 3c128ac + 7b58675 commit a4f2b25

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
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 (4.0.0):
2+
- AuthgearCapacitor (4.1.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: 246f0612290c5bc97eff5b7a4301776a11aa6ba5
42+
AuthgearCapacitor: 3ee4a9d1bf6d4d7f84fc15c9bd01eb784d8df202
4343
Capacitor: 28d6c01026a9a3f7156529498ec1f389a2a28dbc
4444
CapacitorApp: 1f6922c9c5c8b1c538d7fbe92ebe44a81b34bed3
4545
CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5

example/capacitor/package-lock.json

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

example/capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-react-hooks": "^4.6.0",
5050
"native-run": "^2.0.0",
5151
"typescript": "^5.1.6",
52-
"vite": "^6.3.6",
52+
"vite": "^6.4.1",
5353
"vitest": "^3.0.0"
5454
},
5555
"description": "An Ionic project"

example/reactnative/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- authgear-react-native (4.0.0):
2+
- authgear-react-native (4.1.0):
33
- React-Core
44
- boost (1.84.0)
55
- DoubleConversion (1.1.6)
@@ -1746,7 +1746,7 @@ EXTERNAL SOURCES:
17461746
:path: "../node_modules/react-native/ReactCommon/yoga"
17471747

17481748
SPEC CHECKSUMS:
1749-
authgear-react-native: 6924f81be4069a70145ed45beae54045f0a47e73
1749+
authgear-react-native: 27a2e0b3c75cc504db0bf7976d55c91026aab5a3
17501750
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
17511751
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
17521752
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6

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

0 commit comments

Comments
 (0)