Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - conventional-changelog-cli@2.0.23
 - conventional-changelog-conventionalcommits@4.1.0
 - conventional-changelog-core@4.0.0
 - conventional-changelog-preset-loader@2.2.0
 - conventional-changelog-writer@4.0.7
 - conventional-changelog@3.1.10
 - conventional-recommended-bump@6.0.0
 - git-semver-tags@3.0.0
 - gulp-conventional-changelog@2.0.21
 - standard-changelog@2.0.13
  • Loading branch information
bcoe committed Jul 29, 2019
1 parent f07d7ca commit dadbbf8
Show file tree
Hide file tree
Showing 20 changed files with 122 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/conventional-changelog-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.22...conventional-changelog-cli@2.0.23) (2019-07-29)


### Bug Fixes

* **deps, cli:** bumps (minor + patch) lodash in conventional-changelog-cli ([#501](https://github.com/conventional-changelog/conventional-changelog/issues/501)) ([50212e6](https://github.com/conventional-changelog/conventional-changelog/commit/50212e6)), closes [#486](https://github.com/conventional-changelog/conventional-changelog/issues/486)





## [2.0.22](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.21...conventional-changelog-cli@2.0.22) (2019-05-18)


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.22",
"version": "2.0.23",
"description": "Generate a changelog from git metadata",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
16 changes: 16 additions & 0 deletions packages/conventional-changelog-conventionalcommits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.0.0...conventional-changelog-conventionalcommits@4.1.0) (2019-07-29)


### Bug Fixes

* **preset, conventionalcommits:** Ensure proper substitutions for the conventionalcommit preset by using commit context for values where possible. ([#463](https://github.com/conventional-changelog/conventional-changelog/issues/463)) ([0b7ed0b](https://github.com/conventional-changelog/conventional-changelog/commit/0b7ed0b))


### Features

* **preset, conventionalcommits:** add handling of issue prefixes ([#498](https://github.com/conventional-changelog/conventional-changelog/issues/498)) ([85c17bb](https://github.com/conventional-changelog/conventional-changelog/commit/85c17bb))





# [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@3.0.2...conventional-changelog-conventionalcommits@4.0.0) (2019-05-18)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-conventionalcommits",
"version": "4.0.0",
"version": "4.1.0",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/conventional-changelog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@3.2.3...conventional-changelog-core@4.0.0) (2019-07-29)


* refactor!: modify gitSemverTags to take options first (#390) ([dc8aeda](https://github.com/conventional-changelog/conventional-changelog/commit/dc8aeda)), closes [#390](https://github.com/conventional-changelog/conventional-changelog/issues/390)


### BREAKING CHANGES

* gitSemverTags now takes options followed by callback.





## [3.2.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@3.2.2...conventional-changelog-core@3.2.3) (2019-05-18)

**Note:** Version bump only for package conventional-changelog-core
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": "3.2.3",
"version": "4.0.0",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/conventional-changelog-preset-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader@2.1.1...conventional-changelog-preset-loader@2.2.0) (2019-07-29)


### Features

* **preset-loader:** allow use of full package names ([#481](https://github.com/conventional-changelog/conventional-changelog/issues/481)) ([03cb95c](https://github.com/conventional-changelog/conventional-changelog/commit/03cb95c))





## [2.1.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-preset-loader@2.1.0...conventional-changelog-preset-loader@2.1.1) (2019-04-11)

**Note:** Version bump only for package conventional-changelog-preset-loader
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.1.1",
"version": "2.2.0",
"description": "Configuration preset loader for `conventional-changelog`.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/conventional-changelog-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.6...conventional-changelog-writer@4.0.7) (2019-07-29)

**Note:** Version bump only for package conventional-changelog-writer





## [4.0.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.5...conventional-changelog-writer@4.0.6) (2019-05-18)


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.6",
"version": "4.0.7",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.9...conventional-changelog@3.1.10) (2019-07-29)

**Note:** Version bump only for package conventional-changelog





## [3.1.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.8...conventional-changelog@3.1.9) (2019-05-18)

**Note:** Version bump only for package conventional-changelog
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.9",
"version": "3.1.10",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/conventional-recommended-bump/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@5.0.1...conventional-recommended-bump@6.0.0) (2019-07-29)


* refactor!: modify gitSemverTags to take options first (#390) ([dc8aeda](https://github.com/conventional-changelog/conventional-changelog/commit/dc8aeda)), closes [#390](https://github.com/conventional-changelog/conventional-changelog/issues/390)


### BREAKING CHANGES

* gitSemverTags now takes options followed by callback.





## [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@5.0.0...conventional-recommended-bump@5.0.1) (2019-05-18)


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": "5.0.1",
"version": "6.0.0",
"description": "Get a recommended version bump based on conventional commits",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
14 changes: 14 additions & 0 deletions packages/git-semver-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@2.0.3...git-semver-tags@3.0.0) (2019-07-29)


* refactor!: modify gitSemverTags to take options first (#390) ([dc8aeda](https://github.com/conventional-changelog/conventional-changelog/commit/dc8aeda)), closes [#390](https://github.com/conventional-changelog/conventional-changelog/issues/390)


### BREAKING CHANGES

* gitSemverTags now takes options followed by callback.





## [2.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags@2.0.2...git-semver-tags@2.0.3) (2019-05-18)


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": "2.0.3",
"version": "3.0.0",
"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
8 changes: 8 additions & 0 deletions packages/gulp-conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.21](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.20...gulp-conventional-changelog@2.0.21) (2019-07-29)

**Note:** Version bump only for package gulp-conventional-changelog





## [2.0.20](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.19...gulp-conventional-changelog@2.0.20) (2019-05-18)

**Note:** Version bump only for package gulp-conventional-changelog
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.20",
"version": "2.0.21",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/standard-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.13](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.12...standard-changelog@2.0.13) (2019-07-29)

**Note:** Version bump only for package standard-changelog





## [2.0.12](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.11...standard-changelog@2.0.12) (2019-05-18)


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.12",
"version": "2.0.13",
"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 dadbbf8

Please sign in to comment.