Skip to content

Commit

Permalink
chore: continue to address the fact that release has not been run
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 8, 2020
1 parent de465f4 commit d1bfdb9
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-angular",
"version": "5.0.8",
"version": "5.0.9",
"description": "conventional-changelog angular preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-atom",
"version": "2.0.5",
"version": "2.0.6",
"description": "conventional-changelog atom preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-cli",
"version": "2.0.31",
"version": "2.0.32",
"description": "Generate a changelog from git metadata",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-codemirror",
"version": "2.0.5",
"version": "2.0.6",
"description": "conventional-changelog CodeMirror preset",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-conventionalcommits",
"version": "4.2.5",
"version": "4.2.6",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-core",
"version": "4.1.4",
"version": "4.1.5",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-ember",
"version": "2.0.6",
"version": "2.0.7",
"description": "conventional-changelog ember preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-eslint",
"version": "3.0.6",
"version": "3.0.7",
"description": "conventional-changelog eslint preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-express",
"version": "2.0.3",
"version": "2.0.4",
"description": "conventional-changelog express preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-jquery",
"version": "3.0.8",
"version": "3.0.9",
"description": "conventional-changelog jquery preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-jshint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-jshint",
"version": "2.0.5",
"version": "2.0.6",
"description": "conventional-changelog jshint preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-preset-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-preset-loader",
"version": "2.3.2",
"version": "2.3.3",
"description": "Configuration preset loader for `conventional-changelog`.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-writer",
"version": "4.0.13",
"version": "4.0.14",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog",
"version": "3.1.18",
"version": "3.1.19",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-commits-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-commits-filter",
"version": "2.0.4",
"version": "2.0.5",
"description": "Filter out reverted commits parsed by conventional-commits-parser",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-commits-parser",
"version": "3.0.10",
"version": "3.0.11",
"description": "Parse raw conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-recommended-bump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-recommended-bump",
"version": "6.0.7",
"version": "6.0.8",
"description": "Get a recommended version bump based on conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-raw-commits",
"version": "2.0.5",
"version": "2.0.6",
"description": "Get raw git commits out of your repository using git-log(1)",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-semver-tags",
"version": "3.0.3",
"version": "3.0.4",
"description": "Get all git semver tags of your repository in reverse chronological order",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-conventional-changelog",
"version": "2.0.29",
"version": "2.0.30",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-changelog",
"version": "2.0.21",
"version": "2.0.22",
"description": "Generate a changelog from git metadata with Angular commit convention",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit d1bfdb9

Please sign in to comment.