@nuxt-customer-portal/authentication 0.3.0 → 0.3.2
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.
- package/CHANGELOG.md +19 -0
- package/package.json +3 -3
- package/portal.manifest.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @nuxt-customer-portal/authentication
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d8c40f1]
|
|
8
|
+
- Updated dependencies [5dcf164]
|
|
9
|
+
- Updated dependencies [8815843]
|
|
10
|
+
- Updated dependencies [6994c36]
|
|
11
|
+
- Updated dependencies [f23f664]
|
|
12
|
+
- @nuxt-customer-portal/ui@0.3.2
|
|
13
|
+
- @nuxt-customer-portal/core@0.3.2
|
|
14
|
+
|
|
15
|
+
## 0.3.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- @nuxt-customer-portal/core@0.3.1
|
|
20
|
+
- @nuxt-customer-portal/ui@0.3.1
|
|
21
|
+
|
|
3
22
|
## 0.3.0
|
|
4
23
|
|
|
5
24
|
Declare the Nuxt UI dependency used by the package's public components and types,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt-customer-portal/authentication",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://nuxt-customer-portal.com",
|
|
6
6
|
"repository": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@nuxtjs/i18n": "^10.6.0",
|
|
31
31
|
"zod": "^4.4.3",
|
|
32
32
|
"@nuxt/ui": "^4.10.0",
|
|
33
|
-
"@nuxt-customer-portal/core": "^0.3.
|
|
34
|
-
"@nuxt-customer-portal/ui": "^0.3.
|
|
33
|
+
"@nuxt-customer-portal/core": "^0.3.2",
|
|
34
|
+
"@nuxt-customer-portal/ui": "^0.3.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"nuxt": "^4.5.1"
|