From b38259dddf35ce4acdd3058dcebd333034c81c6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Dec 2024 15:07:40 +0000 Subject: [PATCH] Changesets versioning & publication --- .changeset/soft-balloons-serve.md | 5 ----- CHANGELOG.md | 8 +++++++- deno.lock | 1 + package.json | 12 +++++++++--- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/soft-balloons-serve.md diff --git a/.changeset/soft-balloons-serve.md b/.changeset/soft-balloons-serve.md deleted file mode 100644 index 53ac642..0000000 --- a/.changeset/soft-balloons-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@evilmartians/harmony": minor ---- - -set pacakge as ESM-first, prioritize ESM exports as `.js`, update CommonJS exports as `.cjs`, fix [publint](https://publint.dev/@evilmartians/harmony@1.3.0) recommendations diff --git a/CHANGELOG.md b/CHANGELOG.md index 2084cdd..b93fa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/harmony@1.3.0) recommendations + - Add support for Tailwind v4 ## 1.2.0 (2023-11-25) @@ -24,4 +30,4 @@ ## 1.0.0 (2023-10-05) -* First stable release +- First stable release diff --git a/deno.lock b/deno.lock index 22252e6..722e0f3 100644 --- a/deno.lock +++ b/deno.lock @@ -11,6 +11,7 @@ "jsr:@std/path@^1.0.8": "1.0.8", "jsr:@std/testing@^1.0.5": "1.0.5", "npm:@changesets/changelog-github@0.5": "0.5.0", + "npm:@changesets/cli@*": "2.27.10", "npm:@changesets/cli@^2.27.10": "2.27.10", "npm:publint@*": "0.2.12", "npm:publint@~0.2.12": "0.2.12", diff --git a/package.json b/package.json index 34c24c3..b8eb93c 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",