@changesets/changelog-git
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @changesets/changelog-git | ||
## 0.1.3 | ||
### Patch Changes | ||
- Updated dependencies [[`41e2e3d`](https://github.com/atlassian/changesets/commit/41e2e3dd1053ff2f35a1a07e60793c9099f26997), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`cc8c921`](https://github.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20), [`2363366`](https://github.com/atlassian/changesets/commit/2363366756d1b15bddf6d803911baccfca03cbdf)]: | ||
- @changesets/types@1.0.0 | ||
## 0.1.2 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@changesets/changelog-git", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A changelog entry generator for git that writes hashes", | ||
@@ -10,4 +10,4 @@ "main": "dist/changelog-git.cjs.js", | ||
"dependencies": { | ||
"@changesets/types": "^0.4.0" | ||
"@changesets/types": "^1.0.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ import { | ||
ChangelogFunctions, | ||
ModCompWithWorkspace | ||
ModCompWithPackage | ||
} from "@changesets/types"; | ||
@@ -30,3 +30,3 @@ | ||
changesets: NewChangesetWithCommit[], | ||
dependenciesUpdated: ModCompWithWorkspace[] | ||
dependenciesUpdated: ModCompWithPackage[] | ||
) => { | ||
@@ -33,0 +33,0 @@ if (dependenciesUpdated.length === 0) return ""; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6215
1
+ Added@changesets/types@1.0.1(transitive)
- Removed@changesets/types@0.4.0(transitive)
Updated@changesets/types@^1.0.0