From 597cf457ac85c1404f9c4d61704b1c828a20a6d6 Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Fri, 15 Sep 2023 09:27:09 +0000 Subject: [PATCH] chore(release): 1.0.0 # @makaira/storefront-shop-adapter-shopware6-v1.0.0 (2023-09-15) ### Bug Fixes * add adapter storefrontUrl option, update logout request ([b4eaf15](https://github.com/MakairaIO/storefront-shop-adapter/commit/b4eaf1590a052e4190352bedf74b565955a39916)) * cart addItem with default type = product ([28f58b6](https://github.com/MakairaIO/storefront-shop-adapter/commit/28f58b64d6177d71640d0fe706ed4bebfa99bb29)) * fix load list of wishlist again after remove/added ([58e508e](https://github.com/MakairaIO/storefront-shop-adapter/commit/58e508e27c87387d642e1a377565ada1d6d7e355)) * use adapter url as default storefrontUrl instead ([e794c8b](https://github.com/MakairaIO/storefront-shop-adapter/commit/e794c8bbd55892cec7b8d3ff221469432944d712)) ### Features * add createWishlist adapter ([15a9dad](https://github.com/MakairaIO/storefront-shop-adapter/commit/15a9dadd1f83e2f36b4280803318ea8c8adba3ba)) * add handle context token in response ([76de770](https://github.com/MakairaIO/storefront-shop-adapter/commit/76de77058ef6eb1e59c10c4739c502ea20e11522)) * add shopware 6 adapter handle review ([24521eb](https://github.com/MakairaIO/storefront-shop-adapter/commit/24521ebab7e04a63f31107069afa3367c7cb7fae)) * add shopware6 adapter ([8d78226](https://github.com/MakairaIO/storefront-shop-adapter/commit/8d782263a60bc652d91601c91d40f062b8371264)) * add shopware6 adapter ([7c08bb8](https://github.com/MakairaIO/storefront-shop-adapter/commit/7c08bb89ab3781d664e88e648f599f6a5f0c076c)) * add sw6 wishlist adapter ([c4bb3b9](https://github.com/MakairaIO/storefront-shop-adapter/commit/c4bb3b92c50032ba03deed436b1c7fb1ddb73e77)) * correct export type ([666ff47](https://github.com/MakairaIO/storefront-shop-adapter/commit/666ff4754528359eea1716a4bc35d3366237855b)) * emit event sw6 wishlist adapter ([21e7e06](https://github.com/MakairaIO/storefront-shop-adapter/commit/21e7e06b374a8f62dd74d1f05ca6d8c68e2943ec)) * fix await json issue ([366b1b2](https://github.com/MakairaIO/storefront-shop-adapter/commit/366b1b2b182137ae6cbece3c40d66d19eba504ed)) * fix replace context token when login ([b374808](https://github.com/MakairaIO/storefront-shop-adapter/commit/b374808b9481cb99e9aa082bae3a0fb203f7a750)) * implement sw6 account register ([1fcadf0](https://github.com/MakairaIO/storefront-shop-adapter/commit/1fcadf0dca0280b65e42de08ea8b37733f8b057b)) * implement sw6 account requests ([e6a402c](https://github.com/MakairaIO/storefront-shop-adapter/commit/e6a402c70de59b7cfd8012ecb8e54dade5581a09)) * remove fetch action ([b3bb781](https://github.com/MakairaIO/storefront-shop-adapter/commit/b3bb781cd33f086efca0a356f1b7bc9bdf5c04ef)) * remove unused body ([7736953](https://github.com/MakairaIO/storefront-shop-adapter/commit/77369530b6d4f79231c81f8a605bed1da9e458b9)) * sw6 create review title default ([74c297f](https://github.com/MakairaIO/storefront-shop-adapter/commit/74c297f8dc3c8297d8a9777e209a3d41b1e09e53)) * update handle error ([44ff52d](https://github.com/MakairaIO/storefront-shop-adapter/commit/44ff52d5b7cce652b61af2b310276d0e44d7898c)) * update README ([83ad8ff](https://github.com/MakairaIO/storefront-shop-adapter/commit/83ad8ffac7d21dfd60f8871dd78951bd43bb8bfa)) * update sw6 adapter account types ([376e8d5](https://github.com/MakairaIO/storefront-shop-adapter/commit/376e8d5974d4b1c554fc5835daa7c91a67669d5d)) * update sw6 readme for wishlist ([7901929](https://github.com/MakairaIO/storefront-shop-adapter/commit/79019293c0fad49fcc9afdbd3df1cfd78e88b0b3)) * update sw6 wishlist adapter ([c9d3b96](https://github.com/MakairaIO/storefront-shop-adapter/commit/c9d3b9619ddec1f4e512affd97c56262945ba8f4)) * update sw6 wishlist handle error ([9ca51e4](https://github.com/MakairaIO/storefront-shop-adapter/commit/9ca51e4c54ca6201b0313f390c0672ff087ec281)) * update user forgotpw adapter ([6e09cd8](https://github.com/MakairaIO/storefront-shop-adapter/commit/6e09cd82af4f99ac6c879ab9172b3a02f23fd62a)) --- packages/storefront-shop-adapter-shopware6/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storefront-shop-adapter-shopware6/package.json b/packages/storefront-shop-adapter-shopware6/package.json index 8e81b29..b3967d7 100644 --- a/packages/storefront-shop-adapter-shopware6/package.json +++ b/packages/storefront-shop-adapter-shopware6/package.json @@ -1,6 +1,6 @@ { "name": "@makaira/storefront-shop-adapter-shopware6", - "version": "1.0.5", + "version": "1.0.0", "description": "Contains the makaira shopware6 shop adapter to connect your storefront", "main": "./dist/esm/index.js", "typings": "./dist/types/index.d.ts",