Skip to content

Commit

Permalink
Release v3.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Jun 12, 2024
1 parent 19254b3 commit 8dbc807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0-rc.1] - Unreleased
## [3.1.0-rc.1] - 2024-06-12

### Added
- `variantSelections` query for fetching multidimensional variants [PR-11](https://github.com/OXID-eSales/graphql-storefront-module/pull/11)
Expand Down Expand Up @@ -199,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `oxid-esales/graphql-account`
- `oxid-esales/graphql-checkout`

[3.1.0-rc.1]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v3.0.0...v3.1.0-rc.1
[3.0.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v2.1.0...v3.0.0
[2.2.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v2.1.0...b-6.5.x
[2.1.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v2.0.1...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^v2.7",
"oxid-esales/graphql-base": "dev-b-7.1.x"
"oxid-esales/graphql-base": "^v9.0.0-rc.1"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.1",
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'title' => 'GraphQL Storefront',
'description' => 'OXID GraphQL Storefront',
'thumbnail' => 'logo.png',
'version' => '3.0.0',
'version' => '3.1.0-rc.1',
'author' => 'OXID eSales',
'url' => 'https://github.com/OXID-eSales/graphql-storefront-module',
'email' => '[email protected]',
Expand Down

0 comments on commit 8dbc807

Please sign in to comment.