1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

chore: update package versions to 1.2.0

This commit is contained in:
codecalm
2025-04-16 14:38:26 +02:00
parent 226f9bd202
commit 8abd2a8d20
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tabler/docs", "name": "@tabler/docs",
"version": "1.0.1", "version": "1.2.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@@ -1,5 +1,6 @@
{ {
"name": "@tabler/preview", "name": "@tabler/preview",
"version": "1.2.0",
"scripts": { "scripts": {
"build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run html", "build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run html",
"dev": "pnpm run clean && pnpm run watch", "dev": "pnpm run clean && pnpm run watch",