Skip to content

Commit 86e6977

Browse files
committed
chore(release): v0.0.1
1 parent 3d2d9fc commit 86e6977

6 files changed

Lines changed: 80 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Features
8+
9+
- Setup project with storybook and unocss ([2eea160](https://github.com/thinkbuff/figma/commit/2eea160))
10+
- **react:** Add button component and stories ([2eea160](https://github.com/thinkbuff/figma/commit/2eea160))
11+
- **react/button:** Remove ghost variant, add with icon and loading story ([abf3533](https://github.com/thinkbuff/figma/commit/abf3533))
12+
- **react:** Add ActionIcon component and stories ([a22bdf7](https://github.com/thinkbuff/figma/commit/a22bdf7))
13+
- **react:** Add Checkbox component and stories ([731a7e0](https://github.com/thinkbuff/figma/commit/731a7e0))
14+
- **theme:** Add base theme css variables ([437d390](https://github.com/thinkbuff/figma/commit/437d390))
15+
- **react:** Add Tooltip commponent and stories ([b375cc1](https://github.com/thinkbuff/figma/commit/b375cc1))
16+
- **react:** Add Input commponent and stories ([48475ca](https://github.com/thinkbuff/figma/commit/48475ca))
17+
- **react/input:** Add invalid variant ([cb7f1ea](https://github.com/thinkbuff/figma/commit/cb7f1ea))
18+
- **react:** Add Textarea component and stories ([a04e2b6](https://github.com/thinkbuff/figma/commit/a04e2b6))
19+
- **react/tooltip:** Refactor Tooltip component for simplified usage ([e061d72](https://github.com/thinkbuff/figma/commit/e061d72))
20+
- **react:** Add Select component and stories ([c9da673](https://github.com/thinkbuff/figma/commit/c9da673))
21+
- **react:** Optimize styles for Select component and code for Input and Button components ([b2db721](https://github.com/thinkbuff/figma/commit/b2db721))
22+
- **react:** Add Switch, Label components and stories ([128a43b](https://github.com/thinkbuff/figma/commit/128a43b))
23+
- **react:** Add Radio components and stories ([4e5c636](https://github.com/thinkbuff/figma/commit/4e5c636))
24+
- **react/radio:** Add support for setting orientation property ([3a5742e](https://github.com/thinkbuff/figma/commit/3a5742e))
25+
- **react/radio:** Use inline property instead of orientation property to control layout ([70a4205](https://github.com/thinkbuff/figma/commit/70a4205))
26+
- **react:** Add Tabs components and stories ([456249c](https://github.com/thinkbuff/figma/commit/456249c))
27+
- **react:** Add Slider components and stories ([bc2fc3d](https://github.com/thinkbuff/figma/commit/bc2fc3d))
28+
- **react:** Add Toggle, ToggleGroup components and stories ([6d1788e](https://github.com/thinkbuff/figma/commit/6d1788e))
29+
- **react:** Add Popover components and stories ([a4213d7](https://github.com/thinkbuff/figma/commit/a4213d7))
30+
- **react:** Add DropdownMenu components and stories ([4ada875](https://github.com/thinkbuff/figma/commit/4ada875))
31+
- **react:** Add Sheet components and stories, rename text-size-* to font-size-* ([46288ca](https://github.com/thinkbuff/figma/commit/46288ca))
32+
- **react:** Add Separator component and stories ([bbe083c](https://github.com/thinkbuff/figma/commit/bbe083c))
33+
- **react:** Add AlertDialog components and stories, refactor `cn` util usage in component ([900c5ef](https://github.com/thinkbuff/figma/commit/900c5ef))
34+
- **react:** Add Dialog components and stories ([230b25f](https://github.com/thinkbuff/figma/commit/230b25f))
35+
- **react:** Add Toast component and stories ([64cdfd5](https://github.com/thinkbuff/figma/commit/64cdfd5))
36+
- **react/toast:** Custom toast classNames ([9571bcc](https://github.com/thinkbuff/figma/commit/9571bcc))
37+
- **react:** Add ScrollArea components and stories ([d5674c4](https://github.com/thinkbuff/figma/commit/d5674c4))
38+
- **react:** Add Vite build configuration for React component library, adjust directory structure, and remove deprecated files ([363eced](https://github.com/thinkbuff/figma/commit/363eced))
39+
- **react:** Optimize build configuration ([954d025](https://github.com/thinkbuff/figma/commit/954d025))
40+
41+
### 📚 Examples
42+
43+
- Setup playground project ([c1ff37c](https://github.com/thinkbuff/figma/commit/c1ff37c))
44+
45+
### 🔨 Refactors
46+
47+
- **react:** Use dot notation instead of exporting named parts for Select component ([f1be904](https://github.com/thinkbuff/figma/commit/f1be904))
48+
- **theme:** Rename `presetFigma` to `presetFigmaTheme` ([f2bd732](https://github.com/thinkbuff/figma/commit/f2bd732))
49+
- **playground:** Move to root workspace dir ([0d896b6](https://github.com/thinkbuff/figma/commit/0d896b6))
50+
51+
### 📖 Documentation
52+
53+
- **playground:** Update README ([6d93c70](https://github.com/thinkbuff/figma/commit/6d93c70))
54+
- **react:** Update README ([2c7f9a8](https://github.com/thinkbuff/figma/commit/2c7f9a8))
55+
56+
### 📦 Build
57+
58+
- Use `changelogen` to bump version and generate changelog ([fc7a949](https://github.com/thinkbuff/figma/commit/fc7a949))
59+
- **react:** Update build config, modified `exports` field in package.json ([3d2d9fc](https://github.com/thinkbuff/figma/commit/3d2d9fc))
60+
61+
### 🧹 Chore
62+
63+
- Update unocss ([30c2adc](https://github.com/thinkbuff/figma/commit/30c2adc))
64+
- **react/eslint:** Remove `react-hooks/rules-of-hooks` rule ([e6aa4f1](https://github.com/thinkbuff/figma/commit/e6aa4f1))
65+
- **playground:** Update dev script ([b9f038d](https://github.com/thinkbuff/figma/commit/b9f038d))
66+
- **react:** Remove unused scripts ([197b210](https://github.com/thinkbuff/figma/commit/197b210))
67+
68+
### ❤️ Contributors
69+
70+
- Eleven ([@eteplus](http://github.com/eteplus))
71+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
"singleQuote": true,
4444
"jsxSingleQuote": false
4545
}
46-
}
46+
}

packages/react/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"author": "Eleven <eteplus@outlook.com>",
44
"license": "MIT",
55
"type": "module",
6-
"version": "0.0.0",
6+
"version": "0.0.1",
77
"description": "A Figma React UI components for creating plugins and widgets",
88
"scripts": {
99
"clean": "rm -rf node_modules",
1010
"build": "tsc && vite build",
11-
"build:watch": "tsc && vite build -w -l warn",
1211
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
1312
"lint:config-viewer": "npx @eslint/config-inspector",
1413
"typecheck": "tsc --noEmit",
@@ -116,4 +115,4 @@
116115
"lint-staged": {
117116
"*.{js,jsx,ts,tsx}": "eslint --fix"
118117
}
119-
}
118+
}

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Eleven <eteplus@outlook.com>",
44
"license": "MIT",
55
"type": "module",
6-
"version": "0.0.0",
6+
"version": "0.0.1",
77
"description": "Figma theme",
88
"scripts": {
99
"build": "unbuild --minify && pnpm generate:css",
@@ -62,4 +62,4 @@
6262
"lint-staged": {
6363
"*.{js,jsx,ts,tsx}": "eslint --fix"
6464
}
65-
}
65+
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"clean": "rm -rf node_modules && rm -rf dist",
8-
"dev": "pnpm -F @thinkbuff/figma-theme stub && pnpm -F @thinkbuff/figma-react build:watch & vite",
8+
"dev": "vite",
99
"build": "tsc && vite build",
1010
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
1111
"preview": "vite preview"
@@ -29,4 +29,4 @@
2929
"lint-staged": {
3030
"*.{js,jsx,ts,tsx}": "eslint --fix"
3131
}
32-
}
32+
}

scripts/update-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { glob } from 'glob';
33

44
import { version } from '../package.json';
55

6-
const files = glob.sync('packages/*/package.json');
6+
const files = glob.sync(['packages/*/package.json', 'playground/package.json']);
77

88
for (const file of files) {
99
const pkg = JSON.parse(fs.readFileSync(file, 'utf8'));

0 commit comments

Comments
 (0)