Releases: indooorsman/yarn-plugins
yarn-plugin-version-tools@1.1.1
add a --from
option, e.g.:
yarn vt patch --from=1.2.0
#=> 1.2.1
install this version:
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/yarn-plugin-version-tools%401.1.1/plugin-version-tools.js
Full Changelog: https://github.com/indooorsman/yarn-plugins/compare/yarn-plugin-version-tools@1.0.6...yarn-plugin-version-tools@1.1.1
yarn-plugin-version-tools@1.0.6
- fix maxListenersExceededWarning
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/yarn-plugin-version-tools%401.0.6/plugin-version-tools.js
Full Changelog: 42682965218bc22fbc82a9e50be5cd6df272020c
yarn-plugin-manifest@1.0.0
yarn-plugin-manifest
Show manifest of workspace
Install
$ yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/yarn-plugin-manifest%401.0.0/plugin-manifest.js
Usage
$ yarn manifest --help
# or
$ yarn m --help
Options
-f,--fields #0 only show specific fields, separate by comma
--json show as json
--oneline show in oneline
Examples
show all fields in package.json
$ yarn manifest
# name: yarn-plugins
# version: 1.0.0
# ...other fields
show specific fields
$ yarn manifest --fields=name,version
# name: yarn-plugins
# version: 1.0.0
show as json
$ yarn manifest --fields=name --json
# {
# "name": "yarn-plugins"
# }
show in oneline
$ yarn manifest --fields=name,version --oneline
# name: yarn-plugins, version: 1.0.0
yarn-plugin-version-tools@1.0.5
yarn-plugin-version-tools
this plugin is conflict with @yarnpkg/plugin-version, as it's designed to be drop-in replacement of @yarnpkg/plugin-version
and they have same configuration keys which will cause errors if both of them are installed
before install this plugin please remove @yarnpkg/plugin-version
first:
yarn plugin remove @yarnpkg/plugin-version
install:
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/v1.0.5/plugin-version-tools.js
uninstall:
yarn plugin remove yarn-plugin-version-tools
yarn vt <stragegy>
almost same with yarn version
from @yarnpkg/plugin-version, but add a --preid
option for bump prerelease
version, e.g.:
yarn vt prerelease --preid beta
#=> 1.2.2 ==> 1.2.3-beta.1
yarn vt changed --base <branch name or commit hash>
show changed packages
yarn vt changed --base main
#=> yarn-plugin-version-tools,yarn-plugin-version-fork
yarn vt apply
same with yarn version apply
from @yarnpkg/plugin-version
yarn vt check
same with yarn version check
from @yarnpkg/plugin-version
v1.0.4
yarn-plugin-version-tools
this plugin is conflict with @yarnpkg/plugin-version, as it's designed to be drop-in replacement of @yarnpkg/plugin-version
and they have same configuration keys which will cause errors if both of them are installed
before install this plugin please remove @yarnpkg/plugin-version
first:
yarn plugin remove `@yarnpkg/plugin-version`
install:
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/v1.0.4/plugin-version-tools.js
uninstall:
yarn plugin remove yarn-plugin-version-tools
yarn vt <stragegy>
almost same with yarn version
from @yarnpkg/plugin-version, but add a --preid
option for bump prerelease
version, e.g.:
yarn vt prerelease --preid beta
#=> 1.2.2 ==> 1.2.3-beta.1
yarn vt changed --base <branch name or commit hash>
show changed packages
yarn vt changed --base main
#=> yarn-plugin-version-tools,yarn-plugin-version-fork
yarn vt apply
same with yarn version apply
from @yarnpkg/plugin-version
yarn vt check
same with yarn version check
from @yarnpkg/plugin-version
v1.0.3
yarn-plugin-version-tools
install:
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/v1.0.3/plugin-version-tools.js
yarn vt <stragegy>
almost same with yarn version
from @yarnpkg/plugin-version, but add a --preid
option for bump prerelease
version, e.g.:
yarn vt prerelease --preid beta
#=> 1.2.2 ==> 1.2.3-beta.1
yarn vt changed --base <branch name or commit hash>
show changed packages
yarn vt changed --base main
#=> yarn-plugin-version-tools,yarn-plugin-version-fork
yarn vt apply
same with yarn version apply
from @yarnpkg/plugin-version
yarn vt check
same with yarn version check
from @yarnpkg/plugin-version
v1.0.1
yarn-plugin-version-tools
install:
yarn plugin import https://github.com/indooorsman/yarn-plugins/releases/download/v1.0.1/plugin-version-tools.js
yarn vt <stragegy>
almost same with @yarnpkg/plugin-version, but add a --preid
option for bump prerelease
version, e.g.:
yarn vt prerelease --preid beta
#=> 1.2.2 ==> 1.2.3-beta.1
yarn vt changed --base <branch name or commit hash>
show changed packages
yarn vt changed --base main
#=> yarn-plugin-version-tools,yarn-plugin-version-fork
v1.0.0
first version