From 23c5f323482411c1336d3ae03da7fd20d8352cb0 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Sat, 9 Dec 2023 11:23:04 +0100 Subject: [PATCH 1/2] chore: bump version --- projects/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/components/package.json b/projects/components/package.json index 902907f..7a25054 100644 --- a/projects/components/package.json +++ b/projects/components/package.json @@ -1,6 +1,6 @@ { "name": "@bolzplatzarena/components", - "version": "0.11.1", + "version": "0.12.0", "author": "Thomas Renger", "repository": { "type": "git", From 1a80d67126634e04cbf6dbd56e50bd3e2c384489 Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Sat, 9 Dec 2023 11:23:20 +0100 Subject: [PATCH 2/2] chore: fix the url in the package json --- projects/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/components/package.json b/projects/components/package.json index 7a25054..00c14dd 100644 --- a/projects/components/package.json +++ b/projects/components/package.json @@ -4,7 +4,7 @@ "author": "Thomas Renger", "repository": { "type": "git", - "url": "https://github.com/bolzplatzarena/Components" + "url": "https://bolzplatzarena.github.io/Components/browser" }, "bugs": { "url": "https://github.com/bolzplatzarena/Components/issues"