Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - conventional-changelog-angular@1.3.2
 - conventional-changelog-cli@1.3.0
 - conventional-changelog-core@1.7.0
 - conventional-changelog-ember@0.2.4
 - conventional-changelog@1.1.2
 - conventional-recommended-bump@1.0.0
 - git-raw-commits@1.2.0
 - git-semver-tags@1.2.0
 - gulp-conventional-changelog@1.1.2
 - standard-changelog@1.0.0
  • Loading branch information
Benjamin Coe committed Mar 11, 2017
1 parent 1fc5612 commit 5521733
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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": "1.3.1",
"version": "1.3.2",
"description": "conventional-changelog angular preset",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"better-than-before": "^1.0.0",
"chai": "^3.4.1",
"conventional-changelog-core": "^1.6.0",
"conventional-changelog-core": "^1.7.0",
"git-dummy-commit": "^1.1.1",
"istanbul": "^0.4.1",
"jscs": "^3.0.7",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.2.1",
"version": "1.3.0",
"description": "Generate a changelog from git metadata",
"homepage": "https://github.com/conventional-changelog/conventional-changelog-cli",
"repository": "conventional-changelog/conventional-changelog-cli",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"add-stream": "^1.0.0",
"conventional-changelog": "^1.1.1",
"conventional-changelog": "^1.1.2",
"lodash": "^4.1.0",
"meow": "^3.7.0",
"tempfile": "^1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions 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": "1.6.0",
"version": "1.7.0",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
"conventional-commits-parser": "^1.0.0",
"dateformat": "^1.0.12",
"get-pkg-repo": "^1.0.0",
"git-raw-commits": "^1.1.0",
"git-raw-commits": "^1.2.0",
"git-remote-origin-url": "^2.0.0",
"git-semver-tags": "^1.1.0",
"git-semver-tags": "^1.2.0",
"lodash": "^4.0.0",
"normalize-package-data": "^2.3.5",
"q": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.2.3",
"version": "0.2.4",
"description": "conventional-changelog ember preset",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/stevemao/conventional-changelog-ember#readme",
"devDependencies": {
"chai": "^3.5.0",
"conventional-changelog-core": "^1.6.0",
"conventional-changelog-core": "^1.7.0",
"git-dummy-commit": "^1.2.0",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog",
"version": "1.1.1",
"version": "1.1.2",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand All @@ -25,11 +25,11 @@
}
],
"dependencies": {
"conventional-changelog-angular": "^1.3.1",
"conventional-changelog-angular": "^1.3.2",
"conventional-changelog-atom": "^0.1.0",
"conventional-changelog-codemirror": "^0.1.0",
"conventional-changelog-core": "^1.6.0",
"conventional-changelog-ember": "^0.2.3",
"conventional-changelog-core": "^1.7.0",
"conventional-changelog-ember": "^0.2.4",
"conventional-changelog-eslint": "^0.1.0",
"conventional-changelog-express": "^0.1.0",
"conventional-changelog-jquery": "^0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.3.0",
"version": "1.0.0",
"description": "Get a recommended version bump based on conventional commits",
"homepage": "https://github.com/conventional-changelog/conventional-recommended-bump",
"author": {
Expand All @@ -20,8 +20,8 @@
"concat-stream": "^1.4.10",
"conventional-commits-filter": "^1.0.0",
"conventional-commits-parser": "^1.0.1",
"git-semver-tags": "^1.0.0",
"git-raw-commits": "^1.0.0",
"git-semver-tags": "^1.2.0",
"git-raw-commits": "^1.2.0",
"meow": "^3.3.0",
"object-assign": "^4.0.1"
},
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": "1.1.2",
"version": "1.2.0",
"description": "Get raw git commits out of your repository using git-log(1)",
"homepage": "https://github.com/conventional-changelog/git-latest-tag",
"author": {
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": "1.1.2",
"version": "1.2.0",
"description": "Get all git semver tags of your repository in reverse chronological order",
"homepage": "https://github.com/stevemao/git-semver-tags",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.1",
"version": "1.1.2",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"repository": "conventional-changelog/gulp-conventional-changelog",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"add-stream": "^1.0.0",
"concat-stream": "^1.5.0",
"conventional-changelog": "^1.1.1",
"conventional-changelog": "^1.1.2",
"gulp-util": "^3.0.6",
"object-assign": "^4.0.1",
"through2": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-changelog",
"version": "0.0.2",
"version": "1.0.0",
"description": "Generate a changelog from git metadata with Angular commit convention",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"add-stream": "^1.0.0",
"chalk": "^1.1.3",
"conventional-changelog-angular": "^1.3.1",
"conventional-changelog-core": "^1.6.0",
"conventional-changelog-angular": "^1.3.2",
"conventional-changelog-core": "^1.7.0",
"figures": "^1.5.0",
"fs-access": "^1.0.0",
"lodash": "^4.1.0",
Expand Down

0 comments on commit 5521733

Please sign in to comment.