Skip to content

Commit 4b6d2d1

Browse files
chore(main): release 1.0.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kwan Jun Wen <[email protected]>
1 parent a85abdb commit 4b6d2d1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 1.0.0 (2023-09-26)
9+
10+
11+
### Features
12+
13+
* initial commit ([d0375b2](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/d0375b254275cae41f157243e8c39ea4c931420a))
14+
15+
16+
### Bug Fixes
17+
18+
* **build:** add npmrc for pre-post scripts ([236f3b8](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/236f3b87516b50e455ad12ad6b8f0261c17ca0ab))
19+
* **npm:** rename package ([123c60b](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/123c60b17a519435f60cbd5ecf0d23bf621d50d8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-radix-ui-primitives",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)