@kiva/kv-tokens 1.3.2 → 1.3.3

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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [1.3.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@1.3.2...@kiva/kv-tokens@1.3.3) (2022-02-03)
7
+
8
+ **Note:** Version bump only for package @kiva/kv-tokens
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.3.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@1.3.1...@kiva/kv-tokens@1.3.2) (2022-02-03)
7
15
 
8
16
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The package contains
4
4
 
5
5
  - A JSON file specifying the design definitions of Kiva's style guide.
6
- - A custom Tailwind configuration set to Kiva's style guide that can be used as a preset for your Tailwind project.
6
+ - A custom Tailwind configuration set to Kiva's style guide that can be used as a preset for your Tailwind v3 project.
7
7
 
8
8
  ## Install
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,5 +9,5 @@
9
9
  "@tailwindcss/typography": "^0.5.1",
10
10
  "tailwindcss": "^3.0.18"
11
11
  },
12
- "gitHead": "12bb59eb8dbffd590a8624347a8a3f98bf5ffba3"
12
+ "gitHead": "21cdf3869c0ef1513cb957e21732aeecd912c355"
13
13
  }