@spark-ui/theme-utils 2.6.4 → 2.7.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 +10 -0
- package/dist/types.d.ts +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.7.1](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.7.0...@spark-ui/theme-utils@2.7.1) (2023-03-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @spark-ui/theme-utils
|
|
9
|
+
|
|
10
|
+
# [2.7.0](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.6.4...@spark-ui/theme-utils@2.7.0) (2023-03-09)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **theme-utils:** add support for various base font sizes in theme building process ([bb9f2a7](https://github.com/adevinta/spark/commit/bb9f2a72203d496edfe597a36425913b0953ff2d)), closes [#385](https://github.com/adevinta/spark/issues/385)
|
|
15
|
+
|
|
6
16
|
## [2.6.4](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.6.3...@spark-ui/theme-utils@2.6.4) (2023-03-07)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @spark-ui/theme-utils
|
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-ui/theme-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "package for managing Spark theme configuration",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"deepmerge": "4.3.0",
|
|
16
|
-
"type-fest": "3.
|
|
16
|
+
"type-fest": "3.6.1"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git@github.com:adevinta/spark.git",
|
|
21
21
|
"directory": "packages/utils/theme"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "cd10e214324f590fa2f07f4716be86342256e30f"
|
|
24
24
|
}
|