Skip to content

Commit

Permalink
Configure changelog (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenbuis authored Apr 8, 2022
1 parent afddcbf commit db82d11
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "Update Changelog"

on:
release:
types: [released]

jobs:
update:
uses: laravel/.github/.github/workflows/update-changelog.yml@main
109 changes: 109 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Changelog

## [Unreleased](https://github.com/org/repo/compare/0.4.1...master)

## [0.4.1](https://github.com/org/repo/compare/0.4.0...0.4.1) - 2022-03-17

### Fixed

- Cleanup (b3fe606)

## [0.4.0](https://github.com/org/repo/compare/0.3.6...0.4.0) - 2022-03-17

### Changed

- Use GraphQL variables everywhere and multiple ratings support (fc1fd90)

## [0.3.6](https://github.com/org/repo/compare/0.3.5...0.3.6) - 2022-02-28

### Fixed

- Only load review listing components if reviews are available (#8)

## [0.3.5](https://github.com/org/repo/compare/0.3.4...0.3.5) - 2022-02-23

### Fixed

- Show HTML5 validation message on stars (55946a2)
- Demo patch update (ed8a1f1)

## [0.3.4](https://github.com/org/repo/compare/0.3.3...0.3.4) - 2022-02-02

### Fixed

- Get count and score earlier from PHP instead of GraphQL (#7)

## [0.3.3](https://github.com/org/repo/compare/0.3.2...0.3.3) - 2022-01-31

### Fixed

- Recaptcha component location (c49e9f9)

## [0.3.2](https://github.com/org/repo/compare/0.3.1...0.3.2) - 2022-01-11

### Fixed

- Demo patch update (8459e70)
- Use the recaptcha component (4661895)

## [0.3.1](https://github.com/org/repo/compare/0.3.0...0.3.1) - 2021-11-10

### Fixed

- No reviews fix (24aac07)

## [0.3.0](https://github.com/org/repo/compare/0.2.0...0.3.0) - 2021-11-10

### Added

- Rich snippets (ad24339)

### Fixed

- Demo patch update (829917b , 51692bc)

## [0.2.0](https://github.com/org/repo/compare/0.1.5...0.2.0) - 2021-10-23

### Added

- Recaptcha support (8b6bcd2)

## [0.1.5](https://github.com/org/repo/compare/0.1.4...0.1.5) - 2021-09-21

### Fixed

- camelCase props (#5)

## [0.1.4](https://github.com/org/repo/compare/0.1.3...0.1.4) - 2021-09-10

### Fixed

- Text color for better contrast (110fb48)

## [0.1.3](https://github.com/org/repo/compare/0.1.2...0.1.3) - 2021-08-17

### Fixed

- Demo patch update (6edfb52)

## [0.1.2](https://github.com/org/repo/compare/0.1.1...0.1.2) - 2021-08-14

### Fixed

- Demo patch update (10ecd8f)

## [0.1.1](https://github.com/org/repo/compare/0.1.0...0.1.1) - 2021-08-04

### Changed

- Changed the `rapidez/core` version constraint (b99a50a)

### Fixed

- Demo patch paths (8b9c5ee, 012b59a)

## [0.1.0](https://github.com/org/repo/compare/4a64648df3e010eb4caa7fdcde11f194b2337e8e...0.1.0) - 2021-06-30

Initial release


0 comments on commit db82d11

Please sign in to comment.