From 42781b0d0b45cddae47373ae16f96547c7a088f7 Mon Sep 17 00:00:00 2001 From: Raffaele Filiberti Date: Mon, 20 Jan 2025 17:36:48 +0100 Subject: [PATCH] Release 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f510b9b..fcd1a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "husky": "^9.1.7", diff --git a/package.json b/package.json index 3e52740..e9ba4bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@activetheory/fit-text", - "version": "0.0.0", + "version": "1.0.0", "description": "Fit text to a container, a precise width or height, or fit to a single line and trim the overflow", "main": "./src/index.js", "publishConfig": {