From 15e1149acbb451facf3061cb34204566e91f0386 Mon Sep 17 00:00:00 2001 From: Arne Molland Date: Thu, 1 Feb 2024 13:51:06 +0100 Subject: [PATCH] CHANGELOG: add notes for 7.1.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f002086..dec0682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 7.1.1 + +- Fixed typo in HORIZONTAL_AND_VERICAL_SCROLLING ([@evgentus-cy](https://github.com/evgentus-cy)) + + ## 7.1.0 - Added `BASELINE` value to `CounterAxisAlignItems` diff --git a/pubspec.yaml b/pubspec.yaml index 5705b08..1409f4b 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: 7.1.0 +version: 7.1.1 homepage: https://github.com/arnemolland/figma repository: https://github.com/arnemolland/figma issue_tracker: https://github.com/arnemolland/figma/issues