Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 13, 2021
1 parent 888a087 commit ba2e312
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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.6.0](https://github.com/tailwind-mobile/tailwind-mobile/compare/v0.5.1...v0.6.0) (2021-12-13)

### Features

- support tailwindcss 3 ([#28](https://github.com/tailwind-mobile/tailwind-mobile/issues/28)) ([888a087](https://github.com/tailwind-mobile/tailwind-mobile/commit/888a087f40272be8efeef5508deaa9b7afbc9b8a))

# [0.5.1](https://github.com/tailwind-mobile/tailwind-mobile/compare/v0.5.0...v0.5.1) (2021-11-29)

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

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwind-mobile",
"description": "Mobile UI components made with Tailwind CSS",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"license": "MIT",
"author": "Vladimir Kharlampidi",
Expand Down Expand Up @@ -59,4 +59,4 @@
"dependencies": {
"tailwind-mobile": "file:src"
}
}
}
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwind-mobile",
"version": "0.5.1",
"version": "0.6.0",
"description": "Mobile UI components made with Tailwind CSS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"engines": {
"node": ">= 4.7.0"
},
"releaseDate": "November 29, 2021",
"releaseDate": "December 13, 2021",
"exports": {
"./package.json": "./package.json",
"./react": {
Expand Down

0 comments on commit ba2e312

Please sign in to comment.