Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 8, 2024
1 parent 913e3ea commit 81cf584
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/audit_tracker/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.1] - 2023-01-08

- Bugfixes, minor version bumps

## [0.1.0] - 2022-07-28

- Initial release
2 changes: 1 addition & 1 deletion packages/audit_tracker/lib/audit_tracker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AuditTracker
VERSION = "0.1.0"
VERSION = "0.1.1"
end
5 changes: 4 additions & 1 deletion packages/camel_trail/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased]

## [0.0.2] - 2023-01-08

- Bugfixes, minor version bumps

## [0.0.1] - 2023-03-20

- Extracts NitroHistory main functionality into CamelTrail

2 changes: 1 addition & 1 deletion packages/camel_trail/lib/camel_trail/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module CamelTrail
# The current version of the gem.
VERSION = "0.0.1"
VERSION = "0.0.2"
end
4 changes: 4 additions & 0 deletions packages/consent/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [2.0.1] - 2023-01-08

- Bugfixes, minor version bumps

## [2.0.0] - 2022-09-02

- Support multiple versions of rails (>= 5.2.8.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/consent/lib/consent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Consent
VERSION = "2.0.0"
VERSION = "2.0.1"
end

0 comments on commit 81cf584

Please sign in to comment.