From 0e3091789291b151a442b93168c768f571b32e6b Mon Sep 17 00:00:00 2001 From: Darya Viter Date: Wed, 22 Oct 2025 15:14:49 +0300 Subject: [PATCH 1/6] Release 2.0.0-beta.26 --- Makefile | 2 +- README.md | 4 ++-- Sources/FigmaGen/main.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 56d32cb..3c95d27 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=figmagen -PRODUCT_VERSION=2.0.0-beta.25 +PRODUCT_VERSION=2.0.0-beta.26 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/README.md b/README.md index 18ae1c7..8fcc9be 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Currently, FigmaGen supports the following entities: ### CocoaPods To install FigmaGen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`: ```ruby -pod 'FigmaGen', '~> 2.0.0-beta.25' +pod 'FigmaGen', '~> 2.0.0-beta.26' ``` Then run this command: @@ -73,7 +73,7 @@ $ brew install hhru/tap/figmagen For [Mint](https://github.com/yonaskolb/mint) package manager installation, run: ```sh -$ mint install hhru/FigmaGen@2.0.0-beta.25 +$ mint install hhru/FigmaGen@2.0.0-beta.26 ``` ### ZIP archive diff --git a/Sources/FigmaGen/main.swift b/Sources/FigmaGen/main.swift index dff2904..c613745 100644 --- a/Sources/FigmaGen/main.swift +++ b/Sources/FigmaGen/main.swift @@ -6,7 +6,7 @@ import PathKit Path.current = Path(#file).appending("../../../Demo") #endif -let version = "2.0.0-beta.25" +let version = "2.0.0-beta.26" let logger = Logger() let figmagen = CLI( From 6bf8616bdf614d92833b91c57b7448fd9005515a Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 22 Oct 2025 21:31:04 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=D0=98=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20Linux=20=D1=81=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BD=D1=8B=D0=BC=20Swift?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e92a39..1a00dcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,6 @@ jobs: run: | gem install bundler bundle install --without=documentation - - name: Swift - uses: swift-actions/setup-swift@v2 - with: - swift-version: "5.9" - name: Preparation run: set -o pipefail - name: Build @@ -50,6 +46,8 @@ jobs: linux: name: Linux runs-on: ubuntu-22.04 + container: + image: swift:5.9 steps: - uses: actions/checkout@v2 - name: Ruby @@ -58,10 +56,6 @@ jobs: run: | gem install bundler bundle install --without=documentation - - name: Swift - uses: swift-actions/setup-swift@v2 - with: - swift-version: "5.9" - name: Preparation run: set -o pipefail - name: Build From 258bba36fac72b6b516b83a59ab522b2c334b850 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 22 Oct 2025 21:37:28 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B5=D0=B9=20=D0=B4=D0=BB=D1=8F=20Ruby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a00dcb..9350c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,10 @@ jobs: image: swift:5.9 steps: - uses: actions/checkout@v2 + - name: Install dependencies + run: | + apt-get update + apt-get install -y libyaml-dev - name: Ruby uses: ruby/setup-ruby@v1 - name: Bundler From 2e42ab56b8bbfee3d25d77b2b81c6b316ea39204 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 22 Oct 2025 21:41:18 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B5=D1=89=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20=D0=B4=D0=BB=D1=8F=20Bundler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9350c2c..6c6bebc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install -y libyaml-dev + apt-get install -y build-essential libyaml-dev libffi-dev - name: Ruby uses: ruby/setup-ruby@v1 - name: Bundler From 3e96e04c5e357cecda9040ae68422b3f595cb4d6 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 22 Oct 2025 21:43:46 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20curl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6bebc..3eb4c4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install dependencies run: | apt-get update - apt-get install -y build-essential libyaml-dev libffi-dev + apt-get install -y build-essential libyaml-dev libffi-dev curl - name: Ruby uses: ruby/setup-ruby@v1 - name: Bundler From 862a87897099c6dc259344af78616e9821d5e297 Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 22 Oct 2025 21:46:38 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=D0=98=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20bash=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=88=D0=B0=D0=B3=D0=B0=20Preparation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb4c4f..a287e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,7 @@ jobs: gem install bundler bundle install --without=documentation - name: Preparation + shell: bash run: set -o pipefail - name: Build run: make build