Skip to content

Commit 02c74f3

Browse files
chore(release): 1.0.0
# 1.0.0 (2022-04-24) ### Features * check localstorage ([2ef1705](2ef1705)) * create method add product ([830213a](830213a)) * create method remove product ([088be61](088be61)) * create method update product amount ([db05ca7](db05ca7)) * increment methods and list items in cart ([c88ccf5](c88ccf5)) * request api and show items ([0d4731f](0d4731f)) * show quantity of products distinct in cart ([a228aab](a228aab))
1 parent fcc44ad commit 02c74f3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0 (2022-04-24)
2+
3+
4+
### Features
5+
6+
* check localstorage ([2ef1705](https://github.com/robsonnatanael/rocketshoes/commit/2ef1705fad02292bde2197ec0af63e928c7b7440))
7+
* create method add product ([830213a](https://github.com/robsonnatanael/rocketshoes/commit/830213aa2f91dd6f4a669dcc739806da5356d265))
8+
* create method remove product ([088be61](https://github.com/robsonnatanael/rocketshoes/commit/088be6195a505a72c2c83d4ac17ce022b0e62502))
9+
* create method update product amount ([db05ca7](https://github.com/robsonnatanael/rocketshoes/commit/db05ca7fd910b44086c3c861b17566abc8481c51))
10+
* increment methods and list items in cart ([c88ccf5](https://github.com/robsonnatanael/rocketshoes/commit/c88ccf573e4f4347bf53f32556c8aaf90ba344e1))
11+
* request api and show items ([0d4731f](https://github.com/robsonnatanael/rocketshoes/commit/0d4731fff12b50d9f4478676eadc7e8ffc32b7a2))
12+
* show quantity of products distinct in cart ([a228aab](https://github.com/robsonnatanael/rocketshoes/commit/a228aab371ab067138f4bf5bba5ddf9352e8c66c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "criando_um_hook_de_carrinho_de_compras",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.11.4",

0 commit comments

Comments
 (0)