Skip to content

Commit 0606f28

Browse files
committed
chore(release): v0.0.6
1 parent 516fe6c commit 0606f28

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.0.6
5+
6+
[compare changes](https://github.com/thinkbuff/figma/compare/v0.0.5...v0.0.6)
7+
8+
### 🚀 Features
9+
10+
- **react:** Optimize styles for `textarea` and `input` components ([516fe6c](https://github.com/thinkbuff/figma/commit/516fe6c))
11+
12+
### ❤️ Contributors
13+
14+
- Eleven ([@eteplus](http://github.com/eteplus))
15+
416
## v0.0.5
517

618
[compare changes](https://github.com/thinkbuff/figma/compare/v0.0.4...v0.0.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"description": "Simplify plugin and widget creation for Figma and FigJam",
44
"private": true,
55
"type": "module",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
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.5",
6+
"version": "0.0.6",
77
"description": "A Figma React UI components for creating plugins and widgets",
88
"scripts": {
99
"clean": "rm -rf node_modules && rm -rf dist",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
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.5",
6+
"version": "0.0.6",
77
"description": "Figma theme",
88
"scripts": {
99
"clean": "rm -rf node_modules && rm -rf dist",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
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.5",
6+
"version": "0.0.6",
77
"description": "Utilities for Figma plugin and widget",
88
"scripts": {
99
"clean": "rm -rf node_modules && rm -rf dist",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"type": "module",
66
"scripts": {
77
"clean": "rm -rf node_modules && rm -rf dist",

0 commit comments

Comments
 (0)