Skip to content

Commit

Permalink
Merge pull request #370 from nado1001/release/style-dictionary-tailwi…
Browse files Browse the repository at this point in the history
…ndcss-transformer-to-v2

BREAKING CHANGE: delivered v4 compliant version of style-dictionary.
  • Loading branch information
nado1001 authored Sep 23, 2024
2 parents 93522aa + 29a6b3c commit 8619f7d
Show file tree
Hide file tree
Showing 4 changed files with 1,217 additions and 1,387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.10.x'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.10.x'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Run Type Check
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sd-tailwindcss-transformer",
"version": "1.4.1",
"version": "2.0.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"husky": "8.0.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"semantic-release": "21.1.2",
"semantic-release": "^24.1.1",
"style-dictionary": "^4.1.1",
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 8619f7d

Please sign in to comment.