Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 54a2283

Browse files
Change version to 1.10-rc1, adjust changelog
1 parent c81465f commit 54a2283

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Typescript support - @ResuBaka (#210, #242)
1111
- Multi Stock Inventory (Magento MSI) support - @aleron75, @dimasch (#226)
12-
- Added import of magento 2 cms pages and blocks to the full import - @toh82 (#235)
13-
- Added information about magento 2 cms pages and blocks import to the readme - @toh82 (#235)
14-
- introduce orderNumber to order creation endpoint - @Flyingmana (#251)
15-
- Added optional Redis Auth functionality. @rain2o (#267)
12+
- Import of magento 2 cms pages and blocks to the full import - @toh82 (#235)
13+
- Information about magento 2 cms pages and blocks import to the readme - @toh82 (#235)
14+
- Introduce orderNumber to order creation endpoint - @Flyingmana (#251)
15+
- Optional Redis Auth functionality. @rain2o (#267)
1616
- Extensions have ability to modify Elasticsearch results. @grimasod (#269)
1717
- Refactored Travis build config @Tjitse-E (#273)
1818
- Multistore support for `magento1`-platform using `magento1-vsbridge` @cewald (#276)
1919

2020
### Fixed
2121
- Missing `res` and `req` parameters are now passed to ProductProcessor - @jahvi (#218)
22-
- fixed moving of graphql files to the dist folder @ResuBaka (#242)
23-
- fixed moving of schema files to the dist folder @ResuBaka (#244)
24-
- fixed missing assetPath config for magento1 @ResuBaka (#245)
25-
- fixed new payload for magento1 stock check endpoint (#261)
26-
- Fix `yarn dev:inspect` command and extract nodemon config to nodemon.json @Tjitse-E, @cewald (#272, #279)
27-
- Fix `yarn dev:inspect` command and extract nodemon config to nodemon.json @Tjitse-E (#272)
22+
- Moving of graphql files to the dist folder @ResuBaka (#242)
23+
- Moving of schema files to the dist folder @ResuBaka (#244)
24+
- Missing assetPath config for magento1 @ResuBaka (#245)
25+
- New payload for magento1 stock check endpoint (#261)
26+
- `yarn dev:inspect` command and extract nodemon config to nodemon.json @Tjitse-E, @cewald (#272, #279)
2827
- Include Magento Currency Code in mage2vs import and productsdelta if available @rain2o (#281)
2928

3029
## [1.9.4] - 2019.06.03

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-storefront-api",
3-
"version": "1.9.5",
3+
"version": "1.10.0-rc1",
44
"private": true,
55
"description": "vue-storefront API and data services",
66
"main": "dist",

0 commit comments

Comments
 (0)