Skip to content

Commit

Permalink
Publish packages [ci skip]
Browse files Browse the repository at this point in the history
- v0.5.7
  • Loading branch information
tombruijn committed Jul 1, 2021
1 parent 8a86a6e commit 4617cc2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changesets/improve-circular-dependency-error-message.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changesets/improve-error-message.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changesets/print-exit-message-with-line-break.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changesets/require-npm-7-12-at-minimum.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mono

## 0.5.7

- [3f06eec](https://github.com/appsignal/mono//commit/3f06eec9f4d43ad0dd4d177010cafd435acac00e) patch - Improve circular dependency error message.
- [ac15342](https://github.com/appsignal/mono//commit/ac1534236933864ae412487c88eb674201d27593) patch - Print exit message with line break. This gives a more user friendly end stopping the publish process, rather than a message with a missing line break.
- [54540cb](https://github.com/appsignal/mono//commit/54540cbcf195327390c775c38b15a1486c0a116b) patch - Improve command failure error message. Explain in more detail what the message is about.
- [8a86a6e](https://github.com/appsignal/mono//commit/8a86a6edb4ea40515e3047d955fdbdc20d3a6591) patch - Require npm 7.12 at minimum, this should fix the issue with certain workspaces not being found on older npm versions.

## 0.5.6

- [dd2a62f](https://github.com/appsignal/mono//commit/dd2a62f347fa40aa705912aec198e83f50dec96f) patch - Remove commit info from some changeset entries made by mono. Changeset entries made by mono for dependency bumps do not have a commit, as they are part of the "publish" commit, which doesn't exist at time of changelog generation, so omit the information to reduce noise.
Expand Down
2 changes: 1 addition & 1 deletion lib/mono/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mono
VERSION = "0.5.6"
VERSION = "0.5.7"
end

0 comments on commit 4617cc2

Please sign in to comment.