Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Nov 18, 2024
1 parent ee323b3 commit 916cde9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donovanglover/base16-tailwind",
"version": "0.1.7",
"version": "1.0.0",
"exports": "./src/lib.ts",

"publish": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base16-tailwind",
"version": "0.1.7",
"version": "1.0.0",
"author": "Donovan Glover <https://donovan.is/>",
"license": "MIT",
"repository": "donovanglover/base16-tailwind",
Expand Down

0 comments on commit 916cde9

Please sign in to comment.