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