-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa28fa3
commit 74cc6ac
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Changelog | ||
|
||
## [Unreleased](https://github.com/org/repo/compare/0.6.1...master) | ||
|
||
## [0.6.1](https://github.com/org/repo/compare/0.6.0...0.6.1) - 2022-01-11 | ||
|
||
### Fixed | ||
|
||
- Use the new productpage scope filter (fa28fa3) | ||
|
||
## [0.6.0](https://github.com/org/repo/compare/0.5.1...0.6.0) - 2022-01-08 | ||
|
||
### Added | ||
|
||
- Implemented the show out of stock option (67b1e5e) | ||
|
||
## [0.5.1](https://github.com/org/repo/compare/0.5.0...0.5.1) - 2021-12-14 | ||
|
||
### Fixed | ||
|
||
- Optimised the query (6db9fe6) | ||
|
||
## [0.5.0](https://github.com/org/repo/compare/0.4.1...0.5.0) - 2021-12-14 | ||
|
||
### Added | ||
|
||
- Crosssell ids on the quote (#8) | ||
|
||
## [0.4.1](https://github.com/org/repo/compare/0.4.0...0.4.1) - 2021-12-14 | ||
|
||
### Fixed | ||
|
||
- Revert: Implemented the show out of stock option (46e6fe5) | ||
- Filter related products by position (#7) | ||
|
||
## [0.4.0](https://github.com/org/repo/compare/0.3.1...0.4.0) - 2021-12-09 | ||
|
||
### Added | ||
|
||
- Implemented the show out of stock option (95935f1) | ||
|
||
## [0.3.1](https://github.com/org/repo/compare/0.3.0...0.3.1) - 2021-11-23 | ||
|
||
### Fixed | ||
|
||
- Fixed calculations (#6) | ||
|
||
## [0.3.0](https://github.com/org/repo/compare/0.2.3...0.3.0) - 2021-10-20 | ||
|
||
### Added | ||
|
||
- Adding/added states (e712f48) | ||
|
||
## [0.2.3](https://github.com/org/repo/compare/0.2.2...0.2.3) - 2021-10-08 | ||
|
||
### Fixed | ||
|
||
- Kebab-case event (#5) | ||
|
||
## [0.2.2](https://github.com/org/repo/compare/0.2.1...0.2.2) - 2021-10-06 | ||
|
||
### Added | ||
|
||
- Auto select the configurable options based on the main product (f161384) | ||
|
||
## [0.2.1](https://github.com/org/repo/compare/0.2.0...0.2.1) - 2021-09-28 | ||
|
||
### Added | ||
|
||
- Added the attribute code to the query (#4) | ||
|
||
## [0.2.0](https://github.com/org/repo/compare/0.1.1...0.2.0) - 2021-09-22 | ||
|
||
### Changed | ||
|
||
- Get the main product from GraphQL (97ed90a) | ||
|
||
## [0.1.1](https://github.com/org/repo/compare/0.1.0...0.1.1) - 2021-09-07 | ||
|
||
### Fixed | ||
|
||
- Fixed namespace for publishing (#3) | ||
|
||
## [0.1.0](https://github.com/org/repo/compare/781858387dc483333b5bb59b1df332a8f7b61097...0.1.0) - 2021-06-30 | ||
|
||
Initial release | ||
|
||
|