Skip to content

Commit 8619f7d

Browse files
authored
Merge pull request #370 from nado1001/release/style-dictionary-tailwindcss-transformer-to-v2
BREAKING CHANGE: delivered v4 compliant version of style-dictionary.
2 parents 93522aa + 29a6b3c commit 8619f7d

File tree

4 files changed

+1217
-1387
lines changed

4 files changed

+1217
-1387
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18.x'
19+
node-version: '20.10.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJs
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18.x'
19+
node-version: '20.10.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Run Type Check

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sd-tailwindcss-transformer",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"main": "dist/index.js",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"husky": "8.0.3",
5050
"prettier": "2.8.8",
5151
"rimraf": "3.0.2",
52-
"semantic-release": "21.1.2",
52+
"semantic-release": "^24.1.1",
5353
"style-dictionary": "^4.1.1",
5454
"tailwindcss": "3.4.4",
5555
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)