From ab939c009e038ba3d9b8174e766565758e07219b Mon Sep 17 00:00:00 2001 From: Dmytro Soldatov Date: Mon, 2 Dec 2024 10:52:15 +0200 Subject: [PATCH] 1.2.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 4e5d560b..836a336c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixi/ui", - "version": "1.1.5", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixi/ui", - "version": "1.1.5", + "version": "1.2.0", "license": "MIT", "dependencies": { "tweedle.js": "^2.1.0", diff --git a/package.json b/package.json index e014e631..b40ef5a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixi/ui", - "version": "1.1.5", + "version": "1.2.0", "description": "It is a library that contains commonly used UI components, that are extensible to allow them to be used in any project", "homepage": "https://github.com/pixijs/ui", "bugs": "https://github.com/pixijs/ui/issues",