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

@changesets/cli

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/cli - npm Package Compare versions

Comparing version 2.10.3 to 2.11.0

14

CHANGELOG.md
# @changesets/cli
## 2.11.0
### Minor Changes
- [`e33e4ca`](https://github.com/atlassian/changesets/commit/e33e4ca7e71ba7747e21af5011057f11ddfab939) [#458](https://github.com/atlassian/changesets/pull/458) Thanks [@emmenko](https://github.com/emmenko)! - Allow glob expressions to be provided for the `linked` and `ignore` options
### Patch Changes
- [`a60c0e1`](https://github.com/atlassian/changesets/commit/a60c0e1557ccdc3a9e7f665dd679c223f64450fe) [#465](https://github.com/atlassian/changesets/pull/465) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the printed description of how `pre` command can be used.
- Updated dependencies [[`f4973a2`](https://github.com/atlassian/changesets/commit/f4973a25ec6a837f36d64c1fb4b108ace3bc1f9d), [`e33e4ca`](https://github.com/atlassian/changesets/commit/e33e4ca7e71ba7747e21af5011057f11ddfab939)]:
- @changesets/types@3.2.0
- @changesets/config@1.4.0
## 2.10.3

@@ -4,0 +18,0 @@

2

dist/cli.cjs.dev.js

@@ -1189,3 +1189,3 @@ 'use strict';

status [--since-master --verbose --output=JSON_FILE.json]
prerelease <tag>
pre <enter|exit> <tag>
`, {

@@ -1192,0 +1192,0 @@ flags: {

@@ -676,3 +676,3 @@ "use strict";

const {input: input, flags: flags} = meow("\n Usage\n $ changesets [command]\n Commands\n init\n add [--empty]\n version [--ignore]\n publish [--otp=code]\n status [--since-master --verbose --output=JSON_FILE.json]\n prerelease <tag>\n ", {
const {input: input, flags: flags} = meow("\n Usage\n $ changesets [command]\n Commands\n init\n add [--empty]\n version [--ignore]\n publish [--otp=code]\n status [--since-master --verbose --output=JSON_FILE.json]\n pre <enter|exit> <tag>\n ", {
flags: {

@@ -679,0 +679,0 @@ sinceMaster: {

@@ -1184,3 +1184,3 @@ import meow from 'meow';

status [--since-master --verbose --output=JSON_FILE.json]
prerelease <tag>
pre <enter|exit> <tag>
`, {

@@ -1187,0 +1187,0 @@ flags: {

{
"name": "@changesets/cli",
"version": "2.10.3",
"version": "2.11.0",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",

@@ -29,3 +29,3 @@ "bin": {

"@changesets/assemble-release-plan": "^4.0.0",
"@changesets/config": "^1.3.0",
"@changesets/config": "^1.4.0",
"@changesets/errors": "^0.1.4",

@@ -38,3 +38,3 @@ "@changesets/get-dependents-graph": "^1.1.3",

"@changesets/read": "^0.4.6",
"@changesets/types": "^3.1.1",
"@changesets/types": "^3.2.0",
"@changesets/write": "^0.1.3",

@@ -41,0 +41,0 @@ "@manypkg/get-packages": "^1.0.1",

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