Skip to content

Commit 702f23e

Browse files
committed
feature symfony#3190 [Toolkit] Pin tales-from-a-dev/twig-tailwind-extra to ^1.0.0 (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [Toolkit] Pin `tales-from-a-dev/twig-tailwind-extra` to `^1.0.0` | Q | A | -------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Will also fixes (in a certain way), Symfony 8 CI jobs Commits ------- f4f2a4a [Toolkit] Pin `tales-from-a-dev/twig-tailwind-extra` to `^1.0.0`
2 parents 27646bd + f4f2a4a commit 702f23e

File tree

29 files changed

+33
-33
lines changed

29 files changed

+33
-33
lines changed

src/Toolkit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
5252
"phpunit/phpunit": "^9.6.22",
5353
"symfony/ux-icons": "^2.18",
54-
"tales-from-a-dev/twig-tailwind-extra": "^0.4.0"
54+
"tales-from-a-dev/twig-tailwind-extra": "^1.0.0"
5555
},
5656
"bin": [
5757
"bin/ux-toolkit-kit-create",

src/Toolkit/kits/shadcn/alert-dialog/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"recipe": ["button"],
12-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
12+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1313
}
1414
}

src/Toolkit/kits/shadcn/alert/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/avatar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/badge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/breadcrumb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/button/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/card/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/checkbox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/dialog/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"symfony/ux-icons",
1313
"twig/extra-bundle",
1414
"twig/html-extra:^3.12.0",
15-
"tales-from-a-dev/twig-tailwind-extra"
15+
"tales-from-a-dev/twig-tailwind-extra:^1.0.0"
1616
]
1717
}
1818
}

0 commit comments

Comments
 (0)