@ctx-core/auth0-ui 12.2.214 → 12.2.216

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.216
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^35.0.87 -> ^35.0.88
8
+ - @ctx-core/auth0-management: ^9.0.144 -> ^9.0.145
9
+
10
+ ## 12.2.215
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/auth0: ^35.0.86 -> ^35.0.87
15
+ - @ctx-core/auth0-management: ^9.0.143 -> ^9.0.144
16
+
3
17
  ## 12.2.214
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.214",
3
+ "version": "12.2.216",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,8 +24,8 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.86",
28
- "@ctx-core/auth0-management": "^9.0.143",
27
+ "@ctx-core/auth0": "^35.0.88",
28
+ "@ctx-core/auth0-management": "^9.0.145",
29
29
  "@ctx-core/dialog": "^20.1.32",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.46",
31
31
  "@ctx-core/dom": "^11.2.29",