fictoan-react 1.2.6 → 1.2.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.2.7
4
+ - Add `button-font` for each `kind` too
5
+
3
6
  ## 1.2.6
4
7
  - Fix `Button` active theme bug
5
- - Add `button-font-family` via theme
8
+ - Add `button-font` via theme
6
9
 
7
10
  ## 1.2.5
8
11
  - Fix text colour for lists
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fictoan-react",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "type": "module",