Skip to content

Commit

Permalink
common: Update giscus to 1.2.0 and bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jul 30, 2022
1 parent 637c170 commit 2f21b6c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giscus/react",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"format:fix": "prettier src --write"
},
"dependencies": {
"giscus": "^1.1.1"
"giscus": "^1.2.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
Expand Down
18 changes: 9 additions & 9 deletions svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giscus/svelte",
"version": "2.1.1",
"version": "2.2.0",
"types": "./index.d.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"type": "module",
"dependencies": {
"giscus": "^1.1.1"
"giscus": "^1.2.0"
}
}
18 changes: 9 additions & 9 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giscus/vue",
"version": "2.1.1",
"version": "2.2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"format:fix": "prettier src --write"
},
"dependencies": {
"giscus": "^1.1.1"
"giscus": "^1.2.0"
},
"peerDependencies": {
"vue": ">=3.2.0"
Expand Down

1 comment on commit 2f21b6c

@vercel
Copy link

@vercel vercel bot commented on 2f21b6c Jul 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giscus-component – ./

giscus-component-giscus.vercel.app
giscus-component-git-main-giscus.vercel.app
giscus-component.vercel.app

Please sign in to comment.