Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor version bumps #222

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "../"
6 changes: 3 additions & 3 deletions packages/camel_trail/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:
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 Expand Up @@ -111,14 +111,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nitro_config (0.2.0)
Expand Down
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: "../"
6 changes: 3 additions & 3 deletions packages/camel_trail/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:
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 Expand Up @@ -115,14 +115,14 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nitro_config (0.2.0)
Expand Down
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_0.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
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_6_1.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
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/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:
consent (2.0.0)
consent (2.0.1)
cancancan (= 3.2.1)

GEM
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