Skip to content

Commit ca3bb97

Browse files
authored
Release version 0.5.0
chore(release): version packages
2 parents a8b59bf + 19ede31 commit ca3bb97

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/honest-onions-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-sides-wash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-bats-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-areas-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# figma-developer-mcp
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#197](https://github.com/GLips/Figma-Context-MCP/pull/197) [`d67ff14`](https://github.com/GLips/Figma-Context-MCP/commit/d67ff143347bb1dbc152157b75d6e8b290dabb0f) Thanks [@GLips](https://github.com/GLips)! - Improve structure of MCP files, change strategy used for parsing Figma files to make it more flexible and extensible.
8+
9+
- [#199](https://github.com/GLips/Figma-Context-MCP/pull/199) [`a8b59bf`](https://github.com/GLips/Figma-Context-MCP/commit/a8b59bf079128c9dba0bf6d8cd1601b8a6654b88) Thanks [@GLips](https://github.com/GLips)! - Add support for pattern fills in Figma.
10+
11+
- [#203](https://github.com/GLips/Figma-Context-MCP/pull/203) [`edf4182`](https://github.com/GLips/Figma-Context-MCP/commit/edf41826f5bd4ebe6ea353a9c9b8be669f0ae659) Thanks [@GLips](https://github.com/GLips)! - Add support for Fill, Fit, Crop and Tile image types in Figma. Adds image post-processing step.
12+
13+
### Patch Changes
14+
15+
- [#202](https://github.com/GLips/Figma-Context-MCP/pull/202) [`4a44681`](https://github.com/GLips/Figma-Context-MCP/commit/4a44681903f1c071c5892454d19370ed89ecd0a3) Thanks [@GLips](https://github.com/GLips)! - Add --skip-image-downloads option to CLI args and SKIP_IMAGE_DOWNLOADS env var to hide the download image tool when set.
16+
317
## 0.4.3
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-developer-mcp",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "Model Context Protocol server for Figma integration",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)