Skip to content

Commit 1b1d100

Browse files
committed
chore(release): v0.0.8
1 parent 914b72f commit 1b1d100

6 files changed

Lines changed: 18 additions & 6 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.8
5+
6+
[compare changes](https://github.com/thinkbuff/figma/compare/v0.0.7...v0.0.8)
7+
8+
### 🧹 Chore
9+
10+
- Update dependencies and fix type references ([d98b712](https://github.com/thinkbuff/figma/commit/d98b712))
11+
12+
### ❤️ Contributors
13+
14+
- Eleven ([@eteplus](http://github.com/eteplus))
15+
416
## v0.0.7
517

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

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.7",
2+
"version": "0.0.8",
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.7",
6+
"version": "0.0.8",
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.7",
6+
"version": "0.0.8",
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.7",
6+
"version": "0.0.8",
77
"description": "Utilities for Figma plugin and widget",
88
"scripts": {
99
"clean": "rm -rf node_modules && rm -rf dist",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"type": "module",
66
"scripts": {
77
"clean": "rm -rf node_modules && rm -rf dist",
@@ -29,4 +29,4 @@
2929
"lint-staged": {
3030
"*.{js,jsx,ts,tsx}": "eslint --fix"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)