@simplybusiness/theme-simplybusiness 2.17.8 → 2.17.10
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/dist/index.css +1 -1
- package/package.json +2 -2
- package/src/index.css +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.17.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- beab4d2: Add PaymentOptions, PaymentMethodRadio, PromptContent and ResyncConfirmationModal post-quote components for PersistentSummary migration
|
|
8
|
+
- Updated dependencies [9efcc9b]
|
|
9
|
+
- Updated dependencies [beab4d2]
|
|
10
|
+
- Updated dependencies [eb4f2e7]
|
|
11
|
+
- Updated dependencies [5101857]
|
|
12
|
+
- Updated dependencies [ce546ae]
|
|
13
|
+
- @simplybusiness/mobius-journey@13.2.0
|
|
14
|
+
|
|
15
|
+
## 2.17.9
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [723e098]
|
|
20
|
+
- @simplybusiness/mobius-journey@13.1.4
|
|
21
|
+
|
|
3
22
|
## 2.17.8
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|