Skip to content

Commit d334216

Browse files
committed
3.1.1
1 parent 4df47e3 commit d334216

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [3.1.1](https://github.com/konstaui/konsta/compare/v3.1.0...v3.1.1) (2023-10-20)
4+
5+
### Features
6+
7+
- **message:** add onClick handler ([4df47e3](https://github.com/konstaui/konsta/commit/4df47e3de71c97f16b395d07ab30ae972284f3a7)), closes [#177](https://github.com/konstaui/konsta/issues/177)
8+
- **messages:** add `messageReceived` to colors ([6b51367](https://github.com/konstaui/konsta/commit/6b5136790a0c18c9a0e6aa633745646c02b1491d)), closes [#176](https://github.com/konstaui/konsta/issues/176)
9+
310
# [3.1.0](https://github.com/konstaui/konsta/compare/v3.0.1...v3.1.0) (2023-09-20)
411

512
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.0",
4+
"version": "3.1.1",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
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": "September 20, 2023",
19+
"releaseDate": "October 20, 2023",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"exports": {
2222
"./package.json": "./package.json",

0 commit comments

Comments
 (0)