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 01c4ff1
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/audit_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
audit_tracker (0.1.0)
audit_tracker (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
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/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
audit_tracker (0.1.0)
audit_tracker (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion packages/audit_tracker/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
audit_tracker (0.1.0)
audit_tracker (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion packages/audit_tracker/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
audit_tracker (0.1.0)
audit_tracker (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
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
2 changes: 1 addition & 1 deletion packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
camel_trail (0.0.1)
camel_trail (0.0.2)
nitro_config
powerhome-attr_encrypted (= 1.2.0)
rails (>= 6.0.6.1, < 7.0)
Expand Down
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/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.0.6.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/camel_trail/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.1.7.4"

gemspec path: "../"
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
2 changes: 1 addition & 1 deletion packages/consent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
consent (2.0.0)
consent (2.0.1)
cancancan (= 3.2.1)

GEM
Expand Down
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/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.0.6.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/consent/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "6.1.7.4"

gemspec path: "../"
2 changes: 1 addition & 1 deletion packages/consent/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "nokogiri", "< 1.16"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "7.0.6"

gemspec path: "../"
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 01c4ff1

Please sign in to comment.