Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 27, 2024
1 parent 717f611 commit b7dc861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/compare/v1.0.0...v1.1.0) (2024-05-27)


### Features

* upgrade codebase ([717f611](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/717f611468dc1623629808ee855ec7247aa9a35b))

## 1.0.0 (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwindcss-radix-ui-primitives",
"description": "A plugin for Tailwind CSS v3.2+ that generates data attribute as well as CSS variable utilities for Radix UI.",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b7dc861

Please sign in to comment.