Skip to content

Commit

Permalink
Merge pull request #15 from evilmartians/changeset-release/main
Browse files Browse the repository at this point in the history
Changesets: Versioning & Publication
  • Loading branch information
11bit authored Dec 5, 2024
2 parents 1dd2909 + b38259d commit 877ebea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-balloons-serve.md

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 1.3.0 (2024-11-25)

## 1.4.0

### Minor Changes

- [#14](https://github.com/evilmartians/harmony/pull/14) [`d3f6327`](https://github.com/evilmartians/harmony/commit/d3f6327d0113be26d1c3cc0468987700784726fe) Thanks [@vnphanquang](https://github.com/vnphanquang)! - set pacakge as ESM-first, prioritize ESM exports as `.js`, update CommonJS exports as `.cjs`, fix [publint](https://publint.dev/@evilmartians/[email protected]) recommendations

- Add support for Tailwind v4

## 1.2.0 (2023-11-25)
Expand All @@ -24,4 +30,4 @@

## 1.0.0 (2023-10-05)

* First stable release
- First stable release
1 change: 1 addition & 0 deletions deno.lock

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

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evilmartians/harmony",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"build": "deno task build && deno task publint",
"prepublishOnly": "npm run build"
Expand All @@ -26,8 +26,14 @@
"access": "public",
"provenance": true
},
"files": ["dist/*"],
"keywords": ["colors", "palette", "tailwind"],
"files": [
"dist/*"
],
"keywords": [
"colors",
"palette",
"tailwind"
],
"sideEffects": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 877ebea

Please sign in to comment.