Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
(cherry picked from commit ef6c812)
  • Loading branch information
jaredcwhite committed Mar 28, 2024
1 parent 103ebf6 commit 4989ba7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.3.4] - 2024-03-28

- Fix: Lock Liquid to version < 5.5 (unresolved data leakage and generation errors otherwise)
- Fix: esbuild file endings from previous release

## [1.3.3] - 2024-03-16

- Use global regex for Stimulus Configuration [#865](https://github.com/bridgetownrb/bridgetown/pull/865) ([@MSILycanthropy](https://github.com/MSILycanthropy))
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: bridgetown-builder
specs:
bridgetown-builder (1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-builder (1.3.4)
bridgetown-core (= 1.3.4)

PATH
remote: bridgetown-core
specs:
bridgetown-core (1.3.3)
bridgetown-core (1.3.4)
activemodel (>= 6.0, < 8.0)
activesupport (>= 6.0, < 8.0)
addressable (~> 2.4)
Expand Down Expand Up @@ -35,16 +35,16 @@ PATH
PATH
remote: bridgetown-paginate
specs:
bridgetown-paginate (1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-paginate (1.3.4)
bridgetown-core (= 1.3.4)

PATH
remote: bridgetown
specs:
bridgetown (1.3.3)
bridgetown-builder (= 1.3.3)
bridgetown-core (= 1.3.3)
bridgetown-paginate (= 1.3.3)
bridgetown (1.3.4)
bridgetown-builder (= 1.3.4)
bridgetown-core (= 1.3.4)
bridgetown-paginate (= 1.3.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "1.3.3"
VERSION = "1.3.4"
CODE_NAME = "Kelly Butte"
end

0 comments on commit 4989ba7

Please sign in to comment.