Skip to content

Commit

Permalink
Merge pull request #3756 from alphagov/version-36.0.3
Browse files Browse the repository at this point in the history
Version 36.0.3
  • Loading branch information
KludgeKML authored Dec 7, 2023
2 parents 51be85b + 169e652 commit 26ee886
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 36.0.3

* Standardise search term formatting across GA4 trackers ([PR #3746](https://github.com/alphagov/govuk_publishing_components/pull/3746))
* Add ZIP file support to attachment component ([PR #3751](https://github.com/alphagov/govuk_publishing_components/pull/3751))
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (36.0.2)
govuk_publishing_components (36.0.3)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1)
googleapis-common-protos-types (1.10.0)
googleapis-common-protos-types (1.11.0)
google-protobuf (~> 3.18)
govuk_app_config (9.7.0)
logstasher (~> 2.1)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-imap (0.4.4)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -571,10 +571,10 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.13.0)
sentry-rails (5.15.0)
railties (>= 5.0)
sentry-ruby (~> 5.13.0)
sentry-ruby (5.13.0)
sentry-ruby (~> 5.15.0)
sentry-ruby (5.15.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
smart_properties (1.17.0)
sprockets (4.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = "36.0.2".freeze
VERSION = "36.0.3".freeze
end

0 comments on commit 26ee886

Please sign in to comment.