@sbc-connect/nuxt-auth 0.9.2 → 0.9.4

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @sbc-connect/nuxt-auth
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e4ad236`](https://github.com/bcgov/connect-nuxt/commit/e4ad2360c255173e20b7f6d384de2a9313ce747d), [`e4ad236`](https://github.com/bcgov/connect-nuxt/commit/e4ad2360c255173e20b7f6d384de2a9313ce747d)]:
8
+ - @sbc-connect/nuxt-forms@0.7.2
9
+ - @sbc-connect/nuxt-base@0.7.3
10
+
11
+ ## 0.9.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#153](https://github.com/bcgov/connect-nuxt/pull/153) [`2af6e61`](https://github.com/bcgov/connect-nuxt/commit/2af6e6115724f0ee8b21df2ca86d16d2b6ded28d) Thanks [@deetz99](https://github.com/deetz99)! - Login page - center description text
16
+
3
17
  ## 0.9.2
4
18
 
5
19
  ### Patch Changes
@@ -64,7 +64,7 @@ const loginOptions = computed(() => {
64
64
  <h1>
65
65
  {{ $t('connect.page.login.h1') }}
66
66
  </h1>
67
- <p class="max-w-[40rem]">
67
+ <p class="max-w-[40rem] text-center">
68
68
  {{ $t('connect.page.login.description') }}
69
69
  </p>
70
70
  <UAlert
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sbc-connect/nuxt-auth",
3
3
  "type": "module",
4
- "version": "0.9.2",
4
+ "version": "0.9.4",
5
5
  "repository": "github:bcgov/connect-nuxt",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "./nuxt.config.ts",
@@ -12,8 +12,8 @@
12
12
  "typescript": "5.9.3",
13
13
  "vue-tsc": "3.2.5",
14
14
  "@sbc-connect/eslint-config": "0.0.8",
15
- "@sbc-connect/vitest-config": "0.1.1",
16
- "@sbc-connect/playwright-config": "0.1.1"
15
+ "@sbc-connect/playwright-config": "0.1.1",
16
+ "@sbc-connect/vitest-config": "0.1.1"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pinia/colada": "1.0.0",
@@ -22,8 +22,8 @@
22
22
  "keycloak-js": "26.2.3",
23
23
  "pinia": "3.0.4",
24
24
  "pinia-plugin-persistedstate": "4.7.1",
25
- "@sbc-connect/nuxt-base": "0.7.2",
26
- "@sbc-connect/nuxt-forms": "0.7.1"
25
+ "@sbc-connect/nuxt-base": "0.7.3",
26
+ "@sbc-connect/nuxt-forms": "0.7.2"
27
27
  },
28
28
  "scripts": {
29
29
  "preinstall": "npx only-allow pnpm",