Skip to content

Commit

Permalink
chore: fix version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 8, 2020
1 parent 2ed4960 commit 9f6c56c
Show file tree
Hide file tree
Showing 21 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/conventional-changelog-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-angular",
"version": "5.0.6",
"version": "5.0.8",
"description": "conventional-changelog angular preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-atom/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-atom",
"version": "2.0.3",
"version": "2.0.5",
"description": "conventional-changelog atom preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-cli",
"version": "2.0.29",
"version": "2.0.31",
"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
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-codemirror",
"version": "2.0.3",
"version": "2.0.5",
"description": "conventional-changelog CodeMirror preset",
"main": "index.js",
"scripts": {
Expand Down
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-conventionalcommits",
"version": "4.2.3",
"version": "4.2.5",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-core",
"version": "4.1.2",
"version": "4.1.4",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-ember/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-ember",
"version": "2.0.4",
"version": "2.0.6",
"description": "conventional-changelog ember preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-eslint",
"version": "3.0.4",
"version": "3.0.6",
"description": "conventional-changelog eslint preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-express/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-express",
"version": "2.0.1",
"version": "2.0.3",
"description": "conventional-changelog express preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-jquery/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-jquery",
"version": "3.0.6",
"version": "3.0.8",
"description": "conventional-changelog jquery preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-jshint/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-jshint",
"version": "2.0.3",
"version": "2.0.5",
"description": "conventional-changelog jshint preset",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-preset-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-preset-loader",
"version": "2.3.0",
"version": "2.3.2",
"description": "Configuration preset loader for `conventional-changelog`.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-writer",
"version": "4.0.11",
"version": "4.0.13",
"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
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog",
"version": "3.1.16",
"version": "3.1.18",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-commits-filter/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-commits-filter",
"version": "2.0.2",
"version": "2.0.4",
"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
@@ -1,6 +1,6 @@
{
"name": "conventional-commits-parser",
"version": "3.0.8",
"version": "3.0.10",
"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
@@ -1,6 +1,6 @@
{
"name": "conventional-recommended-bump",
"version": "6.0.5",
"version": "6.0.7",
"description": "Get a recommended version bump based on conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
1 change: 0 additions & 1 deletion packages/git-raw-commits/package.json
@@ -1,6 +1,5 @@
{
"name": "git-raw-commits",
"version": "2.0.3",
"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
@@ -1,6 +1,6 @@
{
"name": "git-semver-tags",
"version": "3.0.1",
"version": "3.0.3",
"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
@@ -1,6 +1,6 @@
{
"name": "gulp-conventional-changelog",
"version": "2.0.27",
"version": "2.0.29",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
@@ -1,6 +1,6 @@
{
"name": "standard-changelog",
"version": "2.0.19",
"version": "2.0.21",
"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 9f6c56c

Please sign in to comment.