Skip to content

Commit 953e64e

Browse files
committed
Bump figma-schema to 0.3.0
1 parent 5252de8 commit 953e64e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

figma-html/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["Figma"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
figma-schema = { path = "../figma-schema" }
15+
figma-schema = { path = "../figma-schema", version = "0.3.0" }
1616
anyhow = "1.0.68"
1717
html-escape = "0.2.13"
1818
indexmap = { version = "1.9.2", features = ["serde"] }

figma-schema/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "figma-schema"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Chris Couzens <ccouzens@gmail.com>"]
66
description = "Figma REST API schema"

typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-rest-api-typescript-definitions",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "TypeScript definitions for the JSON responses from Figma's REST API",
55
"keywords": [
66
"figma",

0 commit comments

Comments
 (0)