diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aff6aeb9..eb9ff38cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/lerna.json b/lerna.json index 6de5172959..96a387b4ee 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.15", + "version": "1.1.16", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index 1ce51995d1..eaf2b87c9c 100644 --- a/packages/gatsby-plugin-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-cms/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index 8304afd172..9b1da6bf75 100644 --- a/packages/gatsby-plugin-cms/package.json +++ b/packages/gatsby-plugin-cms/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-cms", - "version": "1.1.15", + "version": "1.1.16", "description": "Gatsby plugin for building pages with VTEX CMS.", "repository": { "type": "git", @@ -34,7 +34,7 @@ "dependencies": { "@babel/preset-typescript": "^7.12.7", "@babel/register": "^7.12.1", - "@vtex/gatsby-source-vtex": "^1.1.15", + "@vtex/gatsby-source-vtex": "^1.1.16", "camelcase": "^6.2.0", "chokidar": "^3.5.0", "fetch-retry": "^4.1.1", diff --git a/packages/gatsby-plugin-graphql/CHANGELOG.md b/packages/gatsby-plugin-graphql/CHANGELOG.md index f426c55eef..954bf9f131 100644 --- a/packages/gatsby-plugin-graphql/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-plugin-graphql/package.json b/packages/gatsby-plugin-graphql/package.json index 88f4cabd3e..8078d8a437 100644 --- a/packages/gatsby-plugin-graphql/package.json +++ b/packages/gatsby-plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-graphql", - "version": "1.1.15", + "version": "1.1.16", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", diff --git a/packages/gatsby-plugin-nginx/CHANGELOG.md b/packages/gatsby-plugin-nginx/CHANGELOG.md index 76bd6d563f..55f4d6efdb 100644 --- a/packages/gatsby-plugin-nginx/CHANGELOG.md +++ b/packages/gatsby-plugin-nginx/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index 257092c949..ab3851a53d 100644 --- a/packages/gatsby-plugin-nginx/package.json +++ b/packages/gatsby-plugin-nginx/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-nginx", - "version": "1.1.15", + "version": "1.1.16", "description": "Gatsby plugin to generate a nginx configuration template.", "license": "MIT", "repository": { diff --git a/packages/gatsby-plugin-onesignal/CHANGELOG.md b/packages/gatsby-plugin-onesignal/CHANGELOG.md index bc3cd87032..0295e698ef 100644 --- a/packages/gatsby-plugin-onesignal/CHANGELOG.md +++ b/packages/gatsby-plugin-onesignal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 21b0e1e859..3075b260f5 100644 --- a/packages/gatsby-plugin-onesignal/package.json +++ b/packages/gatsby-plugin-onesignal/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-onesignal", - "version": "1.1.15", + "version": "1.1.16", "description": "Gatsby plugin for a simple OneSignal use case.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-thumbor/CHANGELOG.md b/packages/gatsby-plugin-thumbor/CHANGELOG.md index a52646b3cb..f5f27fb145 100644 --- a/packages/gatsby-plugin-thumbor/CHANGELOG.md +++ b/packages/gatsby-plugin-thumbor/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index 231ce51951..ca184089b6 100644 --- a/packages/gatsby-plugin-thumbor/package.json +++ b/packages/gatsby-plugin-thumbor/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-thumbor", - "version": "1.1.15", + "version": "1.1.16", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-store/CHANGELOG.md b/packages/gatsby-source-store/CHANGELOG.md index 33058a8a41..d5fc7baacd 100644 --- a/packages/gatsby-source-store/CHANGELOG.md +++ b/packages/gatsby-source-store/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-source-store/package.json b/packages/gatsby-source-store/package.json index 33188d8020..4c87733591 100644 --- a/packages/gatsby-source-store/package.json +++ b/packages/gatsby-source-store/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-source-store", - "version": "1.1.15", + "version": "1.1.16", "description": "Gatsby source plugin for building websites using a FastStore compatible server", "author": "Store Framework", "license": "MIT", diff --git a/packages/gatsby-source-vtex/CHANGELOG.md b/packages/gatsby-source-vtex/CHANGELOG.md index 4a09017de9..3f85f0f8e5 100644 --- a/packages/gatsby-source-vtex/CHANGELOG.md +++ b/packages/gatsby-source-vtex/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index d5178db45f..de3f5f3288 100644 --- a/packages/gatsby-source-vtex/package.json +++ b/packages/gatsby-source-vtex/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-source-vtex", - "version": "1.1.15", + "version": "1.1.16", "description": "Gatsby source plugin for building websites using VTEX as a data source.", "author": "Store Framework", "license": "MIT", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index ff603cc6bc..4d8cf851e3 100644 --- a/packages/lighthouse-config/CHANGELOG.md +++ b/packages/lighthouse-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index 45a773f690..855bae3a49 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "1.1.15", + "version": "1.1.16", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index ee2ab32b0c..b34d1d13e5 100644 --- a/packages/renovate-config/CHANGELOG.md +++ b/packages/renovate-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 0dba771843..314c9bc81c 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "1.1.15", + "version": "1.1.16", "description": "A plugin that holds the Renovate preset config for updating VTEX dependencies in our stores", "author": "VTEX", "license": "MIT", diff --git a/packages/store-api/CHANGELOG.md b/packages/store-api/CHANGELOG.md index fc8b91dfb6..bfe0732e0d 100644 --- a/packages/store-api/CHANGELOG.md +++ b/packages/store-api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/store-api/package.json b/packages/store-api/package.json index 0172d59373..b1659db337 100644 --- a/packages/store-api/package.json +++ b/packages/store-api/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-api", - "version": "1.1.15", + "version": "1.1.16", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/store-sdk/CHANGELOG.md b/packages/store-sdk/CHANGELOG.md index d84236d15f..7b0efe30a4 100644 --- a/packages/store-sdk/CHANGELOG.md +++ b/packages/store-sdk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/store-sdk/package.json b/packages/store-sdk/package.json index 63e3bd4854..90507c21a0 100644 --- a/packages/store-sdk/package.json +++ b/packages/store-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-sdk", - "version": "1.1.15", + "version": "1.1.16", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/store-ui/CHANGELOG.md b/packages/store-ui/CHANGELOG.md index b3268262d0..2c9973a424 100644 --- a/packages/store-ui/CHANGELOG.md +++ b/packages/store-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/packages/store-ui/package.json b/packages/store-ui/package.json index 3805fd07aa..85476d7ef9 100644 --- a/packages/store-ui/package.json +++ b/packages/store-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-ui", - "version": "1.1.15", + "version": "1.1.16", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -74,7 +74,7 @@ "@types/jest-axe": "^3.5.3", "@types/tabbable": "^3.1.1", "@types/testing-library__jest-dom": "^5.9.5", - "@vtex/theme-b2c-tailwind": "^1.1.15", + "@vtex/theme-b2c-tailwind": "^1.1.16", "@vtex/tsconfig": "^0.5.0", "jest-axe": "^5.0.1", "react": "^17.0.2", diff --git a/themes/theme-b2c-tailwind/CHANGELOG.md b/themes/theme-b2c-tailwind/CHANGELOG.md index f939832ec7..b041641be3 100644 --- a/themes/theme-b2c-tailwind/CHANGELOG.md +++ b/themes/theme-b2c-tailwind/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.16 (2021-10-04) + + +### Features + +* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) + + + + + ## 1.1.15 (2021-10-01) diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index 726467d020..41e3adf928 100644 --- a/themes/theme-b2c-tailwind/package.json +++ b/themes/theme-b2c-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/theme-b2c-tailwind", - "version": "1.1.15", + "version": "1.1.16", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",