Skip to content

Commit

Permalink
0.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 8, 2022
1 parent 66e1f9d commit e6e289d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# [0.10.4](https://github.com/konstaui/konsta/compare/v0.10.3...v0.10.4) (2022-06-08)

### Bug Fixes

- fixed wrong config paths

# [0.10.3](https://github.com/konstaui/konsta/compare/v0.10.2...v0.10.3) (2022-06-07)

### 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": "0.10.3",
"version": "0.10.4",
"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": "0.10.3",
"version": "0.10.4",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "June 7, 2022",
"releaseDate": "June 8, 2022",
"svelte": "./svelte/konsta-svelte.js",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit e6e289d

Please sign in to comment.