Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# @makaira/storefront-shop-adapter-shopware6-v1.0.0 (2023-09-15)

### Bug Fixes

* add adapter storefrontUrl option, update logout request ([b4eaf15](b4eaf15))
* cart addItem with default type = product ([28f58b6](28f58b6))
* fix load list of wishlist again after remove/added ([58e508e](58e508e))
* use adapter url as default storefrontUrl instead ([e794c8b](e794c8b))

### Features

* add createWishlist adapter ([15a9dad](15a9dad))
* add handle context token in response ([76de770](76de770))
* add shopware 6 adapter handle review ([24521eb](24521eb))
* add shopware6 adapter ([8d78226](8d78226))
* add shopware6 adapter ([7c08bb8](7c08bb8))
* add sw6 wishlist adapter ([c4bb3b9](c4bb3b9))
* correct export type ([666ff47](666ff47))
* emit event sw6 wishlist adapter ([21e7e06](21e7e06))
* fix await json issue ([366b1b2](366b1b2))
* fix replace context token when login ([b374808](b374808))
* implement sw6 account register ([1fcadf0](1fcadf0))
* implement sw6 account requests ([e6a402c](e6a402c))
* remove fetch action ([b3bb781](b3bb781))
* remove unused body ([7736953](7736953))
* sw6 create review title default ([74c297f](74c297f))
* update handle error ([44ff52d](44ff52d))
* update README ([83ad8ff](83ad8ff))
* update sw6 adapter account types ([376e8d5](376e8d5))
* update sw6 readme for wishlist ([7901929](7901929))
* update sw6 wishlist adapter ([c9d3b96](c9d3b96))
* update sw6 wishlist handle error ([9ca51e4](9ca51e4))
* update user forgotpw adapter ([6e09cd8](6e09cd8))
  • Loading branch information
makaira-github committed Sep 15, 2023
1 parent 61c2c41 commit 597cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storefront-shop-adapter-shopware6/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 597cf45

Please sign in to comment.