Skip to content

Update the library version to 3.0.0. Add rootDir setting to tsconfig.#29

Merged
kkignatov merged 1 commit intomainfrom
change-version-to-3
Apr 3, 2026
Merged

Update the library version to 3.0.0. Add rootDir setting to tsconfig.#29
kkignatov merged 1 commit intomainfrom
change-version-to-3

Conversation

@kkignatov
Copy link
Copy Markdown
Contributor

This PR updates the version of the library to 3.0.0 from 2.1.0. The reason is that, although the library is backward compatible, the consumers of it should not get updated automatically. Changing the major version forces (most of) the library users to update manually is needed. This prevent potential integration issues.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the package’s major version to prevent automatic consumer upgrades and adjusts TypeScript compilation settings to explicitly treat src/ as the project root for emitted output.

Changes:

  • Bump @elfsquad/authentication version from 2.1.0 to 3.0.0.
  • Add rootDir: "./src" to tsconfig.json (keeping outDir as ./dist).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the published package version to 3.0.0.
tsconfig.json Adds rootDir to ensure emitted structure is rooted at src/.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kkignatov kkignatov merged commit 0c0d52f into main Apr 3, 2026
9 checks passed
@kkignatov kkignatov deleted the change-version-to-3 branch April 3, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants