From 4db2f189a08b2b027effb4377a8bc7126f256827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 10 Jan 2019 15:06:49 +0100 Subject: [PATCH 1/2] Bump version to 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81dac6af61..7119ef03e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-site", - "version": "0.2.0", + "version": "0.3.0", "private": true, "author": "Mirumee", "homepage": "https://getsaleor.com/", From 5563bd91e98da709abe69fbd99ae61d5dd5225e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 10 Jan 2019 15:07:40 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a8356b85..7a6dfc6a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,3 @@ All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/mirumee/saleor-storefront/releases) page. ## [Unreleased] - -Hide filters and sorting when there are no search results, add trending products to empty search, categories #151 by @piotrgrundas -Add fetching menus from the API #127 by @piotrgrundas -Add add to cart indicator #138 by @piotrgrundas -Hide filters and sorting when there are no search results, add trending products to empty search, categories #165 by @piotrgrundas -Add fetching menus from the API #170 by @piotrgrundas -Add add to cart indicator #173 by @piotrgrundas -Fix product page tablet view #181 by @piotrgrundas -Add collection view, fix cursor pagination for categories, update storefront to use new thumbnail structure #178 by @piotrgrundas -Storefront UX improvements, remove signup to newsletter #182 by @piotrgrundas -Fix two line titles breaking featured carousel, product page improvements #184 by @piotrgrundas -Allow numbers in product, category & collection urls #185 by @piotrgrundas -Add OpenGraph and Meta tags, minor UI improvements #191 by @piotrgrundas -Add tslint check in the CI, ability to change cart quantity, fix error after removing item from the cart #194 by @piotrgrundas -Update nophoto image #198 by @piotrgrundas