@ctx-core/auth0-ui 12.2.234 → 12.2.236

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.236
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^35.1.5 -> ^35.1.6
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@9.1.7
10
+
11
+ ## 12.2.235
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/auth0: ^35.1.4 -> ^35.1.5
16
+ - Updated dependencies
17
+ - @ctx-core/auth0-management@9.1.6
18
+
3
19
  ## 12.2.234
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.234",
3
+ "version": "12.2.236",
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.1.4",
28
- "@ctx-core/auth0-management": "^9.1.5",
27
+ "@ctx-core/auth0": "^35.1.6",
28
+ "@ctx-core/auth0-management": "^9.1.7",
29
29
  "@ctx-core/dialog": "^20.1.35",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.46",
31
31
  "@ctx-core/dom": "^11.2.33",