From 2935ae1887e5a60affc7979fc6f7cd7783ff25b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 20:33:23 +0200 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A6=8B):=20Update=20Package=20Versi?= =?UTF-8?q?on=20(#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suddenlygiovanni/resume@11.0.3 ### Patch Changes - 3d8551d: Configuration Update: The baseUrl and paths settings in the TypeScript configuration file (tsconfig.json) have been deactivated (commented out) to default TypeScript's module resolution strategy back to its default, and to avoid any conflicts with other module resolution settings in the project. Import Refactoring: Absolute imports in the src directory have been replaced with relative imports in an effort to prevent import issues and enhance code modularity. Additionally, this refactoring aims to improve the overall consistency of the project. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --- .changeset/famous-balloons-warn.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/famous-balloons-warn.md diff --git a/.changeset/famous-balloons-warn.md b/.changeset/famous-balloons-warn.md deleted file mode 100644 index 834a1f12..00000000 --- a/.changeset/famous-balloons-warn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@suddenlygiovanni/resume": patch ---- - -Configuration Update: -The baseUrl and paths settings in the TypeScript configuration file (tsconfig.json) have been -deactivated (commented out) to default TypeScript's module resolution strategy back to its default, -and to avoid any conflicts with other module resolution settings in the project. - -Import Refactoring: -Absolute imports in the src directory have been replaced with relative imports in an effort to -prevent import issues and enhance code modularity. -Additionally, this refactoring aims to improve the overall consistency of the project. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3144b187..a37d527e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @suddenly-giovanni/resume +## 11.0.3 + +### Patch Changes + +- 3d8551d: Configuration Update: + The baseUrl and paths settings in the TypeScript configuration file (tsconfig.json) have been + deactivated (commented out) to default TypeScript's module resolution strategy back to its default, + and to avoid any conflicts with other module resolution settings in the project. + + Import Refactoring: + Absolute imports in the src directory have been replaced with relative imports in an effort to + prevent import issues and enhance code modularity. + Additionally, this refactoring aims to improve the overall consistency of the project. + ## 11.0.2 ### Patch Changes diff --git a/package.json b/package.json index ef4f00d4..b636adc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@suddenlygiovanni/resume", - "version": "11.0.2", + "version": "11.0.3", "type": "module", "exports": { "./resume.yml": "./resume.yml",