@simplybusiness/theme-core 7.9.9 → 7.10.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 +13 -0
- package/package.json +3 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0b966c6: Removing checkmark/tick as list item CSS in favor of simple bullet point disc. They were causing confusion for customers in the negative cases.
|
|
8
|
+
|
|
9
|
+
## 7.9.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0e6a931: Deduplicate theme builder script
|
|
14
|
+
- @simplybusiness/mobius@5.31.9
|
|
15
|
+
|
|
3
16
|
## 7.9.9
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"clean": "rm -rf dist",
|
|
11
11
|
"build": "yarn run -T turbo run turbo:build",
|
|
12
12
|
"prepack": "yarn run build",
|
|
13
|
-
"turbo:build": "
|
|
13
|
+
"turbo:build": "build-theme"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist/**/*",
|
|
@@ -29,22 +29,6 @@
|
|
|
29
29
|
"@simplybusiness/mobius": "^5.31.9"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"
|
|
33
|
-
"esbuild": "^0.25.5",
|
|
34
|
-
"esbuild-plugin-clean": "^1.0.1",
|
|
35
|
-
"mini-css-extract-plugin": "^2.9.2",
|
|
36
|
-
"postcss": "^8.5.6",
|
|
37
|
-
"postcss-discard-comments": "^7.0.4",
|
|
38
|
-
"postcss-import": "^16.1.1",
|
|
39
|
-
"postcss-loader": "^8.1.1",
|
|
40
|
-
"postcss-nested": "^7.0.2",
|
|
41
|
-
"postcss-preset-env": "^10.2.3",
|
|
42
|
-
"postcss-url": "^10.1.3",
|
|
43
|
-
"resolve-url-loader": "^5.0.0",
|
|
44
|
-
"sass": "^1.89.2",
|
|
45
|
-
"sass-loader": "^16.0.5",
|
|
46
|
-
"webpack": "^5.99.9",
|
|
47
|
-
"webpack-cli": "^6.0.1",
|
|
48
|
-
"webpack-remove-empty-scripts": "^1.1.1"
|
|
32
|
+
"build-scripts": "^1.0.1"
|
|
49
33
|
}
|
|
50
34
|
}
|