Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeforamerica/honeycrisp-gem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.2
Choose a base ref
...
head repository: codeforamerica/honeycrisp-gem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.3
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 17, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a099ab8 View commit details
Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 Gemfile.lock
  3. +1 −1 lib/cfa/styleguide/version.rb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.13.3](https://github.com/codeforamerica/honeycrisp-gem/tree/v0.13.3) (2024-05-17)

[Full Changelog](https://github.com/codeforamerica/honeycrisp-gem/compare/v0.13.2...v0.13.3)

**Merged pull requests:**

- Bump rexml from 3.2.6 to 3.2.8 [\#330](https://github.com/codeforamerica/honeycrisp-gem/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v0.13.2](https://github.com/codeforamerica/honeycrisp-gem/tree/v0.13.2) (2024-05-16)

[Full Changelog](https://github.com/codeforamerica/honeycrisp-gem/compare/v0.13.1...v0.13.2)
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cfa-styleguide (0.13.2)
cfa-styleguide (0.13.3)
autoprefixer-rails
bourbon
jquery-rails
2 changes: 1 addition & 1 deletion lib/cfa/styleguide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cfa
module Styleguide
VERSION = "0.13.2".freeze
VERSION = "0.13.3".freeze
end
end