@sbc-connect/nuxt-pay 0.3.11 → 0.4.1

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,18 @@
1
1
  # @sbc-connect/nuxt-pay
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d91712d`](https://github.com/bcgov/connect-nuxt/commit/d91712db74c2e0c6b39f6fd38955fd60e82ce691)]:
8
+ - @sbc-connect/nuxt-auth@0.12.0
9
+
10
+ ## 0.4.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#168](https://github.com/bcgov/connect-nuxt/pull/168) [`5ea3209`](https://github.com/bcgov/connect-nuxt/commit/5ea3209ef64a2bec0fe9d583cd63152e5d634865) Thanks [@vysakh-menon-aot](https://github.com/vysakh-menon-aot)! - Ensure the "No Fee" label stays on a single line by applying a no-wrap style
15
+
3
16
  ## 0.3.11
4
17
 
5
18
  ### Patch Changes
@@ -117,7 +117,7 @@ const getItemFee = (feeItem: ConnectFeeItem) => {
117
117
  x {{ feeItem.quantity }} {{ feeItem.quantityDesc }}
118
118
  </p>
119
119
  </div>
120
- <p class="text-highlighted">
120
+ <p class="text-highlighted whitespace-nowrap">
121
121
  {{ getItemFee(feeItem) }}
122
122
  </p>
123
123
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sbc-connect/nuxt-pay",
3
3
  "type": "module",
4
- "version": "0.3.11",
4
+ "version": "0.4.1",
5
5
  "repository": "github:bcgov/connect-nuxt",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "./nuxt.config.ts",
@@ -16,7 +16,7 @@
16
16
  "@sbc-connect/vitest-config": "0.2.0"
17
17
  },
18
18
  "dependencies": {
19
- "@sbc-connect/nuxt-auth": "0.11.1"
19
+ "@sbc-connect/nuxt-auth": "0.12.0"
20
20
  },
21
21
  "scripts": {
22
22
  "preinstall": "npx only-allow pnpm",