@simplybusiness/theme-simplybusiness 1.29.2 → 2.0.0
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 +24 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 31ea8ae: **BREAKING CHANGE** React 19 is now required to use Mobius.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [83c27c9]
|
|
12
|
+
- Updated dependencies [31ea8ae]
|
|
13
|
+
- @simplybusiness/mobius-journey@9.0.0
|
|
14
|
+
- @simplybusiness/mobius-interventions@2.0.0
|
|
15
|
+
- @simplybusiness/mobius-datepicker@7.0.0
|
|
16
|
+
- @simplybusiness/mobius-chatbot@2.0.0
|
|
17
|
+
- @simplybusiness/mobius@6.0.0
|
|
18
|
+
- @simplybusiness/theme-core@7.10.6
|
|
19
|
+
|
|
20
|
+
## 1.29.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- @simplybusiness/mobius-interventions@1.79.5
|
|
25
|
+
- @simplybusiness/mobius-journey@8.75.1
|
|
26
|
+
|
|
3
27
|
## 1.29.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^
|
|
33
|
-
"@simplybusiness/mobius-journey": "^
|
|
34
|
-
"@simplybusiness/theme-core": "^7.10.
|
|
29
|
+
"@simplybusiness/mobius": "^6.0.0",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.0",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.0.0",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.0.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^9.0.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.10.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|
|
38
|
-
"react": "^
|
|
39
|
-
"react-dom": "^
|
|
38
|
+
"react": "^19.1.1",
|
|
39
|
+
"react-dom": "^19.1.1"
|
|
40
40
|
}
|
|
41
41
|
}
|