Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 20, 2023
1 parent 4df47e3 commit d334216
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# [3.1.1](https://github.com/konstaui/konsta/compare/v3.1.0...v3.1.1) (2023-10-20)

### Features

- **message:** add onClick handler ([4df47e3](https://github.com/konstaui/konsta/commit/4df47e3de71c97f16b395d07ab30ae972284f3a7)), closes [#177](https://github.com/konstaui/konsta/issues/177)
- **messages:** add `messageReceived` to colors ([6b51367](https://github.com/konstaui/konsta/commit/6b5136790a0c18c9a0e6aa633745646c02b1491d)), closes [#176](https://github.com/konstaui/konsta/issues/176)

# [3.1.0](https://github.com/konstaui/konsta/compare/v3.0.1...v3.1.0) (2023-09-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "konsta",
"description": "Mobile UI components made with Tailwind CSS",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"license": "MIT",
"author": "Vladimir Kharlampidi",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konsta",
"version": "3.1.0",
"version": "3.1.1",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "September 20, 2023",
"releaseDate": "October 20, 2023",
"svelte": "./svelte/konsta-svelte.js",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit d334216

Please sign in to comment.