Skip to content

Commit

Permalink
chore(🦋): Update Package Version (#37)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 2, 2024
1 parent 3d8551d commit 2935ae1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/famous-balloons-warn.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suddenlygiovanni/resume",
"version": "11.0.2",
"version": "11.0.3",
"type": "module",
"exports": {
"./resume.yml": "./resume.yml",
Expand Down

0 comments on commit 2935ae1

Please sign in to comment.