Skip to content

Commit fdddd01

Browse files
committed
Release 0.21.4
1 parent 725ee05 commit fdddd01

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
.
1111

12+
## 0.21.4 - 2021-09-10
13+
14+
### Fixed
15+
16+
- Allow symbols for use in pagination/prototype front matter [#386](https://github.com/bridgetownrb/bridgetown/pull/386) ([jaredcwhite](https://github.com/jaredcwhite))
17+
- Ensure the data collection is read first [#373](https://github.com/bridgetownrb/bridgetown/pull/373) ([jaredcwhite](https://github.com/jaredcwhite))
18+
- Strip out newlines in generated package.json and index.js [#369](https://github.com/bridgetownrb/bridgetown/pull/369) ([eclectic-coding](https://github.com/eclectic-coding))
19+
20+
### Changed
21+
22+
- Resolve postcss-focus-within to v4 [#366](https://github.com/bridgetownrb/bridgetown/pull/366) ([ayushn21](https://github.com/ayushn21))
23+
- Performance refactor of the Webpack helper [#382](https://github.com/bridgetownrb/bridgetown/pull/382) ([jaredcwhite](https://github.com/jaredcwhite))
24+
- Several documentation improvments thanks to JuanVqz and debashis-biswal
25+
1226
## 0.21.3 - 2021-08-06
1327

1428
### Fixed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,15 @@ Bridgetown is built by:
141141
|<a href="https://github.com/bkmgit">@bkmgit</a>|<a href="https://github.com/pascalwengerter">@pascalwengerter</a>|<a href="https://github.com/marketerly">@marketerly</a>|<a href="https://github.com/juanvqz">@juanvqz</a>|<a href="https://github.com/katafrakt">@katafrakt</a>|
142142
||Lisbon, Portugal|Tripoli, Libya|Oaxaca, México|Wrocław, PL|
143143

144-
|<img src="https://avatars.githubusercontent.com/erikyuzwa?s=256" alt="erikyuzwa" width="128" />|<img src="https://avatars.githubusercontent.com/eclectic-coding?s=256" alt="eclectic-coding" width="128" />|<img src="https://avatars.githubusercontent.com/collindonnell?s=256" alt="collindonnell" width="128" />|<img src="https://avatars.githubusercontent.com/juhat?s=256" alt="juhat" width="128" />|<img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=identicon&s=128&" alt="" width="128" />|
144+
|<img src="https://avatars.githubusercontent.com/erikyuzwa?s=256" alt="erikyuzwa" width="128" />|<img src="https://avatars.githubusercontent.com/eclectic-coding?s=256" alt="eclectic-coding" width="128" />|<img src="https://avatars.githubusercontent.com/collindonnell?s=256" alt="collindonnell" width="128" />|<img src="https://avatars.githubusercontent.com/juhat?s=256" alt="juhat" width="128" />|<img src="https://avatars.githubusercontent.com/debashis-biswal?s=256" alt="" width="128" />|
145145
|:---:|:---:|:---:|:---:|:---:|
146-
|<a href="https://github.com/erikyuzwa">@erikyuzwa</a>|<a href="https://github.com/eclectic-coding">@eclectic-coding</a>|<a href="https://github.com/collindonnell">@collindonnell</a>|<a href="https://github.com/juhat">@juhat</a>|You Next?|
147-
|Calgary, AB|North Carolina, US|Portland, OR|Budapest, Hungary|Anywhere|
146+
|<a href="https://github.com/erikyuzwa">@erikyuzwa</a>|<a href="https://github.com/eclectic-coding">@eclectic-coding</a>|<a href="https://github.com/collindonnell">@collindonnell</a>|<a href="https://github.com/juhat">@juhat</a>|<a href="https://github.com/debashis-biswal">@debashis-biswal</a>|
147+
|Calgary, AB|North Carolina, US|Portland, OR|Budapest, Hungary||
148+
149+
|<img src="https://www.gravatar.com/avatar/00000000000000000000000000000000?d=identicon&s=128&" alt="" width="128" />|
150+
|:---:|
151+
|You Next?|
152+
|Anywhere|
148153

149154
Interested in joining the Bridgetown Core Team? Send a DM to Jared in [Discord](https://discord.gg/4E6hktQGz4) and let's chat!
150155

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module Bridgetown
4-
VERSION = "0.21.3"
4+
VERSION = "0.21.4"
55
CODE_NAME = "Broughton Beach"
66
end

0 commit comments

Comments
 (0)