From b0a62f121ed59d50c7096ea8bde0dd4aa555a24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ka=CC=88gy?= Date: Thu, 4 Jul 2024 13:52:17 +0200 Subject: [PATCH] 1.19.1 --- 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 364d26cc..26db8624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@10up/block-components", - "version": "1.19.0", + "version": "1.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@10up/block-components", - "version": "1.19.0", + "version": "1.19.1", "license": "GPL-2.0-or-later", "workspaces": [ "./", diff --git a/package.json b/package.json index d437368a..9bc79ce8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.19.0", + "version": "1.19.1", "description": "10up Components built for the WordPress Block Editor.", "main": "./dist/index.js", "source": "index.ts",