From 916cde954f373c595375791a6425384c85ec7fa7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 17 Nov 2024 23:40:23 -0500 Subject: [PATCH] chore: release v1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0754e5d..e6ccbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.0.0 - 2024-11-17 + +`base16-tailwind` has been stable for a while now and all features have been implemented, so it's time to release v1.0.0. + +### New features + +- [feat: Add option to specify class prefix](https://github.com/donovanglover/base16-tailwind/commit/c6011cb5d21e73e60c2a41d691a8937543c419f9) + +### Other changes + +- Updated schemes + +**Full Changelog**: https://github.com/donovanglover/base16-tailwind/compare/0.1.7...1.0.0 + ## 0.1.7 - 2024-05-11 - [fix: Prefer private keyword over private identifiers](https://github.com/donovanglover/base16-tailwind/commit/1917427c90dabcbdcbad67c41e66944bea575b1b) diff --git a/jsr.json b/jsr.json index 57d4a6f..1575964 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@donovanglover/base16-tailwind", - "version": "0.1.7", + "version": "1.0.0", "exports": "./src/lib.ts", "publish": { diff --git a/package-lock.json b/package-lock.json index 4a54e42..1c03770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "base16-tailwind", - "version": "0.1.7", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "base16-tailwind", - "version": "0.1.7", + "version": "1.0.0", "license": "MIT", "dependencies": { "colord": "^2.9.3", diff --git a/package.json b/package.json index f7ba623..a441fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base16-tailwind", - "version": "0.1.7", + "version": "1.0.0", "author": "Donovan Glover ", "license": "MIT", "repository": "donovanglover/base16-tailwind",