Skip to content

Commit 4b58108

Browse files
committed
chore: release v0.5.0
1 parent f0681d0 commit 4b58108

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.5.0](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/compare/v0.4.1...v0.5.0) (2025-11-30)
2+
3+
4+
### Features
5+
6+
* Modify ignored token ([#12](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/issues/12)) ([f0681d0](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/f0681d0ee307bd6235cc5d990c382fa58d91fcf6))
7+
* remove option static ([#11](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/issues/11)) ([56a285c](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/56a285c4518e0baa77e77b84bd5fa902ae63dbfc))
8+
9+
10+
111
## [0.4.1](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/compare/v0.4.0...v0.4.1) (2025-11-28)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-clsx",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Add clsx() automatically to className in React and support Typescript.",
55
"main": "./index.js",
66
"files": [

test/tsconfig.test.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"target": "ESNext",
5-
"typeRoots": ["node_modules", "node_modules/@types"],
6-
"types": ["@jest/globals"],
75
"paths": {
6+
"react/index": ["node_modules/@types/react/index"],
87
"react": ["../jsx/react"],
98
"react/jsx-runtime": ["../jsx/jsx-runtime"],
109
"react/jsx-dev-runtime": ["../jsx/jsx-dev-runtime"]

0 commit comments

Comments
 (0)