Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/brave-lions-dance.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/tailwindcss-autocontrast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- [#148](https://github.com/mehdibha/dotUI/pull/148) [`0e32c9b`](https://github.com/mehdibha/dotUI/commit/0e32c9b850169b169dfb1dae7b333d19dec39d8a) Thanks [@mehdibha](https://github.com/mehdibha)! - tailwindcss-autocontrast: Improved autocontrast plugin with updated type definitions and configuration

tailwindcss-with: Initial release of class-based conditional variants plugin

## 0.0.3

### Patch Changes

- [#145](https://github.com/mehdibha/dotUI/pull/145) [`8db62eb`](https://github.com/mehdibha/dotUI/commit/8db62eb06ffa11fe97c4e1d7c193429c101c526d) Thanks [@mehdibha](https://github.com/mehdibha)! - minor changes

## 0.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-autocontrast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-autocontrast",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tailwind CSS plugins for automatic contrast color generation",
"type": "commonjs",
"main": "src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/tailwindcss-with/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tailwindcss-with

## 0.0.1

### Patch Changes

- [#148](https://github.com/mehdibha/dotUI/pull/148) [`0e32c9b`](https://github.com/mehdibha/dotUI/commit/0e32c9b850169b169dfb1dae7b333d19dec39d8a) Thanks [@mehdibha](https://github.com/mehdibha)! - tailwindcss-autocontrast: Improved autocontrast plugin with updated type definitions and configuration

tailwindcss-with: Initial release of class-based conditional variants plugin
2 changes: 1 addition & 1 deletion packages/tailwindcss-with/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-with",
"version": "0.0.0",
"version": "0.0.1",
"description": "Tailwind CSS plugin for class-based conditional variants",
"type": "commonjs",
"main": "src/index.js",
Expand Down