Skip to content

Commit

Permalink
0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 20, 2022
1 parent 30793b0 commit b5891c8
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.8.2](https://github.com/konstaui/konsta/compare/v0.8.1...v0.8.2) (2022-04-20)

### Bug Fixes

- fix shared utils imports in "module" envs ([30793b0](https://github.com/konstaui/konsta/commit/30793b0b4dbc81b91b532f273436128a64abd655)), closes [#44](https://github.com/konstaui/konsta/issues/44)

# [0.8.1](https://github.com/konstaui/konsta/compare/v0.8.0...v0.8.1) (2022-04-17)

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

0 comments on commit b5891c8

Please sign in to comment.