Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indooorsman committed Mar 15, 2022
1 parent 2fbcf76 commit 50ab77b
Show file tree
Hide file tree
Showing 43 changed files with 398 additions and 341 deletions.
395 changes: 205 additions & 190 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ink-npm-3.2.0-2f1df5b094-35f1b733b9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ws-npm-7.5.7-6cc440864a-5c1f669a16.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/plugin-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@yarnpkg/libui": "^2.2.1",
"@yarnpkg/parsers": "^2.5.0",
"clipanion": "^3.2.0-rc.4",
"ink": "^3.0.8",
"ink": "^2.3.0",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react": "^16.8.4",
"semver": "^7.1.2",
"tslib": "^1.13.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/yarn-plugin-version-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@yarnpkg/libui": "^2.2.1",
"@yarnpkg/plugin-git": "^2.6.0",
"clipanion": "^3.2.0-rc.4",
"ink": "^3.2.0",
"react": "^17.0.2",
"ink": "^2.3.0",
"react": "^16.8.4",
"semver": "^7.3.5",
"typanion": "^3.7.1",
"yarn-plugin-version-fork": "workspace:^"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Configuration, Project } from '@yarnpkg/core';
import { Command, Option } from 'clipanion';
import { matchesRegExp } from 'typanion';
import { readFile, writeFile } from 'fs/promises';
import path from 'path';
import semver from 'semver';
import { COMMAND_NS } from './constants';
import VersionCommand from 'yarn-plugin-version-fork/sources/commands/version';
Expand Down Expand Up @@ -30,7 +28,7 @@ export class VersionPlusCommand extends VersionCommand {
async execute() {
if (this.strategy !== 'prerelease' && this.preid) {
this.context.stdout.write(
`--preid will be ignored as it only works with prerelease strategy`
`\n--preid will be ignored as it only works with prerelease strategy\n`
);
}

Expand Down Expand Up @@ -65,7 +63,6 @@ export class VersionPlusCommand extends VersionCommand {
delete workspace.manifest.raw.stableVersion;
}
await workspace.persistManifest();
console.log('next version should be >', nextVersion);

return await super.execute();
} else {
Expand Down
Loading

0 comments on commit 50ab77b

Please sign in to comment.