Skip to content

Commit

Permalink
common: Update giscus to 1.0.5 and bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed May 21, 2022
1 parent d25f6f5 commit 853d920
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
22 changes: 11 additions & 11 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.0.4",
"version": "2.0.5",
"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.0.3"
"giscus": "^1.0.5"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
Expand Down
22 changes: 11 additions & 11 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.0.4",
"version": "2.0.5",
"types": "./index.d.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,6 +37,6 @@
},
"type": "module",
"dependencies": {
"giscus": "^1.0.3"
"giscus": "^1.0.5"
}
}
22 changes: 11 additions & 11 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.0.4",
"version": "2.0.5",
"main": "dist/giscus.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.0.3"
"giscus": "^1.0.5"
},
"peerDependencies": {
"vue": ">=3.2.0"
Expand Down

1 comment on commit 853d920

@vercel
Copy link

@vercel vercel bot commented on 853d920 May 21, 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.vercel.app
giscus-component-giscus.vercel.app
giscus-component-git-main-giscus.vercel.app

Please sign in to comment.