Skip to content

Commit e30a5a5

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2023-06-29) ### Bug Fixes * **package:** add commonjs exports and exports config ([#27](#27)) ([05e3ad8](05e3ad8))
1 parent 05e3ad8 commit e30a5a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.3](https://github.com/Kong/design-tokens/compare/v1.1.2...v1.1.3) (2023-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** add commonjs exports and exports config ([#27](https://github.com/Kong/design-tokens/issues/27)) ([05e3ad8](https://github.com/Kong/design-tokens/commit/05e3ad84445b43778dd15e7283593fa77907da12))
7+
18
## [1.1.2](https://github.com/Kong/design-tokens/compare/v1.1.1...v1.1.2) (2023-06-29)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kong/design-tokens",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Kong UI Design Tokens and style dictionary",
55
"scripts": {
66
"build": "yarn build:clean && style-dictionary build",

0 commit comments

Comments
 (0)