From 52290ccbbb6fa40b90b7cf867704c5c0140a4ed0 Mon Sep 17 00:00:00 2001 From: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:29:17 +0100 Subject: [PATCH] chore(package): update version and remove workspaces Updated the package version to 13.3.1 and removed workspaces from package.json. These changes streamline configuration relevant to the module and ensure alignment with the latest versioning demands. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com> --- .changeset/shiny-seas-check.md | 2 ++ package.json | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .changeset/shiny-seas-check.md diff --git a/.changeset/shiny-seas-check.md b/.changeset/shiny-seas-check.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/shiny-seas-check.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/package.json b/package.json index b6b796e..4a4c081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@suddenlygiovanni/resume", "type": "module", + "version": "13.3.1", "private": true, "scripts": { "changeset:add": "pnpm exec changeset add", @@ -22,9 +23,6 @@ "vitest": "3.0.0-beta.3" }, "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321", - "workspaces": [ - "packages/*" - ], "engines": { "node": ">=23", "pnpm": ">=9.15"