From c1c8e33c8308700cc0eff7c44e6804f1fc32727b Mon Sep 17 00:00:00 2001 From: DerZade Date: Mon, 22 Apr 2024 22:26:58 +0200 Subject: [PATCH] chore: :bookmark: bump to version 1.1.1 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24668d5..bc38142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logical-everywhere", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "logical-everywhere", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.55.0", diff --git a/package.json b/package.json index 7ea65bb..108a41b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logical-everywhere", - "version": "1.1.0", + "version": "1.1.1", "description": "Collection of utilities to work around features that are not fully compatible with logical properties and values (such as translateX, translateY or getBoundingClientRect).", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -52,4 +52,4 @@ "vite": "^4.2.1", "vitest": "^0.33.0" } -} \ No newline at end of file +}