Skip to content

Commit

Permalink
Release: 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Sep 17, 2021
1 parent 59034b7 commit 05b7de0
Show file tree
Hide file tree
Showing 28 changed files with 244 additions and 17 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.10",
"version": "1.1.11",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -8,5 +8,8 @@
}
},
"changelogPreset": "angular",
"packages": ["packages/*", "themes/*"]
"packages": [
"packages/*",
"themes/*"
]
}
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-plugin-cms",
"version": "1.1.10",
"version": "1.1.11",
"description": "Gatsby plugin for building pages with VTEX CMS.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.1",
"@vtex/gatsby-source-vtex": "^1.1.10",
"@vtex/gatsby-source-vtex": "^1.1.11",
"camelcase": "^6.2.0",
"chokidar": "^3.5.0",
"fetch-retry": "^4.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-plugin-graphql",
"version": "1.1.10",
"version": "1.1.11",
"repository": {
"type": "git",
"url": "https://github.com/vtex/faststore",
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-nginx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-plugin-nginx",
"version": "1.1.10",
"version": "1.1.11",
"description": "Gatsby plugin to generate a nginx configuration template.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-onesignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-onesignal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-plugin-onesignal",
"version": "1.1.10",
"version": "1.1.11",
"description": "Gatsby plugin for a simple OneSignal use case.",
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-plugin-thumbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-thumbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-plugin-thumbor",
"version": "1.1.10",
"version": "1.1.11",
"author": "Tiago Gimenes",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-source-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-source-store",
"version": "1.1.10",
"version": "1.1.11",
"description": "Gatsby source plugin for building websites using a FastStore compatible server",
"author": "Store Framework",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-source-vtex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-vtex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/gatsby-source-vtex",
"version": "1.1.10",
"version": "1.1.11",
"description": "Gatsby source plugin for building websites using VTEX as a data source.",
"author": "Store Framework",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/lighthouse-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/lighthouse-config",
"version": "1.1.10",
"version": "1.1.11",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/renovate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/renovate-config",
"version": "1.1.10",
"version": "1.1.11",
"description": "A plugin that holds the Renovate preset config for updating VTEX dependencies in our stores",
"author": "VTEX",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/store-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/store-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/store-api",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/store-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.1.11 (2021-09-17)


### Features

* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)


### BREAKING CHANGES

* **store-ui:** Remove deprecated folders (#927)





## 1.1.10 (2021-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/store-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/store-sdk",
"version": "1.1.10",
"version": "1.1.11",
"description": "Hooks for creating your next component library",
"license": "MIT",
"repository": {
Expand Down
Loading

0 comments on commit 05b7de0

Please sign in to comment.