Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coveo/semantic-monorepo-tools

Package Overview
Dependencies
Maintainers
16
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/semantic-monorepo-tools - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## 2.3.3 (2023-11-17)
### Bug Fixes
* export gitReset ([478792f](https://github.com/coveo/semantic-monorepo-tools/commits/478792fb97237418fc4ebbb2795e7c06e6deffd0))
## 2.3.2 (2023-11-14)

@@ -2,0 +11,0 @@

1

dist/index.d.ts

@@ -22,2 +22,3 @@ export { default as getCommits } from "./git/getCommits.js";

export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";
export { default as npmBumpVersion } from "./npm/doNpmBumpVersion.js";

@@ -24,0 +25,0 @@ export { default as npmPublish } from "./npm/doNpmPublish.js";

@@ -22,2 +22,3 @@ export { default as getCommits } from "./git/getCommits.js";

export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";
export { default as npmBumpVersion } from "./npm/doNpmBumpVersion.js";

@@ -24,0 +25,0 @@ export { default as npmPublish } from "./npm/doNpmPublish.js";

2

package.json
{
"name": "@coveo/semantic-monorepo-tools",
"version": "2.3.2",
"version": "2.3.3",
"description": "A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/coveo/semantic-monorepo-tools#readme",

@@ -23,2 +23,3 @@ export { default as getCommits } from "./git/getCommits.js";

export { default as gitPublishBranch } from "./git/doGitPublishBranch.js";
export { default as gitReset } from "./git/doGitReset.js";

@@ -25,0 +26,0 @@ export { default as npmBumpVersion } from "./npm/doNpmBumpVersion.js";

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc