Skip to content

Commit

Permalink
Merge pull request #6 from jozan/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--tailwind
  • Loading branch information
jozan authored Apr 28, 2024
2 parents d652c80 + a4f742b commit d410937
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/jozan/tailwind/compare/v0.2.1...v0.3.0) (2024-04-28)


### Features

* add cond utility ([d652c80](https://github.com/jozan/tailwind/commit/d652c80e22387234c85bc953cb2a00360e0c9504))

## [0.2.1](https://github.com/jozan/tailwind/compare/v0.2.0...v0.2.1) (2024-04-28)


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latehours/tailwind",
"version": "0.2.1",
"version": "0.3.0",
"description": "collection of tailwind plugins",
"license": "MIT",
"homepage": "https://github.com/jozan/tailwind#readme",
Expand Down Expand Up @@ -39,7 +39,11 @@
"default": "./dist/esm/cond.js"
}
},
"files": ["./dist/**/*.js", "./dist/**/*.d.ts", "./dist/**/*.map"],
"files": [
"./dist/**/*.js",
"./dist/**/*.d.ts",
"./dist/**/*.map"
],
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/bun": "latest",
Expand Down

0 comments on commit d410937

Please sign in to comment.