feat 🔨: add script for versioning updates

This commit is contained in:
Ante Budimir 2025-03-07 11:10:27 +02:00
parent dea0a328cf
commit f2ad87c882
3 changed files with 36 additions and 5 deletions

View file

@ -5,7 +5,7 @@ import customOrderRule from './css-rules/custom-order/rule-definition.js';
export const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.2.0',
version: '1.3.0',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,