From 90d6027450dae05114f952912edc7caf7fbf0b0d Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Mon, 1 Jun 2026 16:10:20 -0700 Subject: [PATCH] pubspec: prepare v8.0.0-alpha.3 release Update CHANGELOG and pubspec. --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aff511..02b076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.0.0-alpha.2 +## 8.0.0-alpha.3 - Generate models from Figma's REST API specification ([@donny-dont](https://github.com/donny-dont)) - Update to v0.40.0 of REST API specification ([@donny-dont](https://github.com/donny-dont)) diff --git a/pubspec.yaml b/pubspec.yaml index 099e914..3ea171c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: figma description: A Figma API wrapper library for interacting with Figma documents, written in pure Dart. -version: 8.0.0-alpha.2 +version: 8.0.0-alpha.3 homepage: https://github.com/arnemolland/figma repository: https://github.com/arnemolland/figma issue_tracker: https://github.com/arnemolland/figma/issues