@spark-hire/bootstrap-themes 3.3.4 → 3.3.5
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 +12 -0
- package/css/dark.css +1 -1
- package/css/dark.map +1 -1
- package/css/light.css +1 -1
- package/css/light.map +1 -1
- package/package.json +1 -1
- package/scss/buttons.scss +19 -0
- package/scss/design-system-update/buttons.scss +1 -0
- package/scss/link.scss +18 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v3.3.5 (Fri Mar 07 2025)
|
|
2
|
+
|
|
3
|
+
#### New patch version:
|
|
4
|
+
|
|
5
|
+
- Fix button line height for design system update [#44](https://github.com/SparkHire/es6-bootstrap-themes/pull/44) ([@NicolasDesc](https://github.com/NicolasDesc))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Nicolas Deschamps ([@NicolasDesc](https://github.com/NicolasDesc))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v3.3.4 (Tue Jan 14 2025)
|
|
2
14
|
|
|
3
15
|
#### New patch version:
|