Skip to content

Commit

Permalink
Update changelog and readme with updated changelog (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman authored Apr 20, 2023
1 parent f61227e commit a89bb9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
14 changes: 13 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
3.0.3 / 2023-04-20
===================
# Bug fix
- Fix Layout Selector styles in WordPress 6.2. [#2518](https://github.com/godaddy-wordpress/coblocks/pull/2518)
- Fix Gallery Carousel in the site editor. [#2519](https://github.com/godaddy-wordpress/coblocks/pull/2519)
- Fix Carousel block in WordPress 6.2. [#2525](https://github.com/godaddy-wordpress/coblocks/pull/2525)
- Fix migrating blocks with special characters. [#2526](https://github.com/godaddy-wordpress/coblocks/pull/2526)

# Misc
- Remove temporary linting rules. [#2520](https://github.com/godaddy-wordpress/coblocks/pull/2520)
- Add logic so that we use core/buttons instead of core/button. [#2527](https://github.com/godaddy-wordpress/coblocks/pull/2527)

3.0.2 / 2023-03-29
===================
# Bug fix
# Bug fix
- Resolve issue with migration loader and animation check logic.

3.0.2 / 2023-03-29
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ Developers can also apply minor style touch-ups to their themes if necessary. If

== Changelog ==

= 3.0.3 / 2023-04-20 =

* Fix Layout Selector styles in WordPress 6.2. [#2518](https://github.com/godaddy-wordpress/coblocks/pull/2518)
* Fix Gallery Carousel in the site editor. [#2519](https://github.com/godaddy-wordpress/coblocks/pull/2519)
* Remove temporary linting rules. [#2520](https://github.com/godaddy-wordpress/coblocks/pull/2520)
* Fix Carousel block in WordPress 6.2. [#2525](https://github.com/godaddy-wordpress/coblocks/pull/2525)
* Fix migrating blocks with special characters. [#2526](https://github.com/godaddy-wordpress/coblocks/pull/2526)
* Add logic so that we use core/buttons instead of core/button. [#2527](https://github.com/godaddy-wordpress/coblocks/pull/2527)

= 3.0.2 / 2023-03-29 =

* Fix issue around missing loader dependencies. [#2515](https://github.com/godaddy-wordpress/coblocks/pull/2515)
Expand Down

0 comments on commit a89bb9f

Please sign in to comment.