Skip to content

Commit a579c84

Browse files
committed
3.1.2
1 parent c5f54d2 commit a579c84

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# [3.1.2](https://github.com/konstaui/konsta/compare/v3.1.1...v3.1.2) (2023-11-09)
4+
5+
### Features
6+
7+
- add `types` to package exports
8+
39
# [3.1.1](https://github.com/konstaui/konsta/compare/v3.1.0...v3.1.1) (2023-10-20)
410

511
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "konsta",
33
"description": "Mobile UI components made with Tailwind CSS",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"engines": {
1717
"node": ">= 4.7.0"
1818
},
19-
"releaseDate": "October 20, 2023",
19+
"releaseDate": "November 9, 2023",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"exports": {
2222
"./package.json": "./package.json",

0 commit comments

Comments
 (0)