@simplybusiness/theme-simplybusiness 2.10.1 → 2.10.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 +20 -0
- package/dist/index.css +1 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d2a17e0: Rename ShowcaseProp to use ubiquitous language and adjust desktop css
|
|
8
|
+
- Updated dependencies [0c911fe]
|
|
9
|
+
- Updated dependencies [db1cc3c]
|
|
10
|
+
- Updated dependencies [4c3a946]
|
|
11
|
+
- Updated dependencies [f51e710]
|
|
12
|
+
- Updated dependencies [8631e38]
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- Updated dependencies [7b5b219]
|
|
15
|
+
- Updated dependencies [d2a17e0]
|
|
16
|
+
- @simplybusiness/mobius-journey@11.18.0
|
|
17
|
+
- @simplybusiness/mobius@6.9.1
|
|
18
|
+
- @simplybusiness/mobius-chatbot@2.2.1
|
|
19
|
+
- @simplybusiness/mobius-datepicker@7.3.1
|
|
20
|
+
- @simplybusiness/mobius-interventions@3.3.1
|
|
21
|
+
- @simplybusiness/theme-core@7.14.3
|
|
22
|
+
|
|
3
23
|
## 2.10.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^6.9.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.2.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.3.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^3.3.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.14.
|
|
29
|
+
"@simplybusiness/mobius": "^6.9.1",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.2.1",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.3.1",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^3.3.1",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^11.18.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.14.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.2",
|