Skip to content

Commit

Permalink
[no ci] Release: 2.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Nov 28, 2023
1 parent a2b0a2b commit dbb59ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "2.2.33",
"version": "2.2.35",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^2.2.33",
"@faststore/sdk": "^2.2.33",
"@faststore/api": "^2.2.35",
"@faststore/sdk": "^2.2.35",
"@faststore/ui": "^2.2.33",
"next": "13.0.7",
"nextra": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.34",
"version": "2.2.35",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/api",
"version": "2.2.33",
"version": "2.2.35",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "2.2.34",
"version": "2.2.35",
"license": "MIT",
"browserslist": "supports es6-module and not dead",
"exports": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"@envelop/graphql-jit": "^1.1.1",
"@envelop/parser-cache": "^2.2.0",
"@envelop/validation-cache": "^2.2.0",
"@faststore/api": "^2.2.33",
"@faststore/api": "^2.2.35",
"@faststore/components": "^2.2.33",
"@faststore/graphql-utils": "^2.2.33",
"@faststore/sdk": "^2.2.33",
"@faststore/sdk": "^2.2.35",
"@faststore/ui": "^2.2.33",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/typescript": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/sdk",
"version": "2.2.33",
"version": "2.2.35",
"description": "Hooks for creating your next component library",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit dbb59ea

Please sign in to comment.