@kiva/kv-tokens 2.5.0 → 2.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.6.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.5.0...@kiva/kv-tokens@2.6.0) (2023-04-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * whitespace ([1b27bd5](https://github.com/kiva/kv-ui-elements/commit/1b27bd528ce36672ca858db57ac06272a502d0e6))
12
+
13
+
14
+ ### Features
15
+
16
+ * implemented initial kv-loan-filters package ([1987069](https://github.com/kiva/kv-ui-elements/commit/1987069227099a2ef1cabf09d1086e6a66adee0d))
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.5.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.4.1...@kiva/kv-tokens@2.5.0) (2023-04-14)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "main": "index.js",
9
9
  "scripts": {
10
- "test": "echo No tests specified for @kiva/kv-tokens."
10
+ "test": "echo No tests specified for @kiva/kv-tokens.",
11
+ "lint": "eslint --ext .js ./",
12
+ "build": "echo No build needed for @kiva/kv-tokens."
11
13
  },
12
14
  "dependencies": {
13
15
  "@tailwindcss/line-clamp": "^0.4.0",
14
16
  "@tailwindcss/typography": "^0.5.1",
15
17
  "tailwindcss": "^3.0.18"
16
18
  },
17
- "gitHead": "4c0fd566bb167fb765adf4bd92dccb4bb0814059"
19
+ "gitHead": "a81343a324e4e21b58b06920bf74f63611efffdc"
18
20
  }