Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - conventional-github-releaser@3.1.4
 - conventional-gitlab-releaser@4.0.2
 - conventional-tidelift-releaser@1.0.1
  • Loading branch information
hutson committed Jun 25, 2020
1 parent 29f4982 commit 0bca31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-github-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "3.1.3",
"version": "3.1.4",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-gitlab-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "4.0.1",
"version": "4.0.2",
"dependencies": {
"conventional-changelog": "^2.0.0",
"dateformat": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-tidelift-releaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"test": "eslint --fix src/ && nyc --all --cache --include=src/ --exclude=src/cli.js --exclude=src/**/*.spec.js --exclude=src/**/*.mocks.js --reporter=lcov --reporter=text mocha --check-leaks --full-trace --globals __core-js_shared__,__coverage__,YamlEscaper --inline-diffs --no-exit --recursive --reporter=progress --retries 1 src/**/*.spec.js"
},
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"conventional-changelog": "^2.0.0",
"conventional-changelog-conventionalcommits": "^3.0.2",
Expand Down

0 comments on commit 0bca31c

Please sign in to comment.