Skip to content

Commit

Permalink
common: Update giscus to 1.4.0 and bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Dec 17, 2023
1 parent 92def4d commit b61bcac
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 112 deletions.
52 changes: 26 additions & 26 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.3.0",
"version": "2.4.0",
"main": "dist/index.js",
"module": "dist/wrapper.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"format:fix": "prettier src --write"
},
"dependencies": {
"giscus": "^1.3.0"
"giscus": "^1.4.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
Expand Down
52 changes: 26 additions & 26 deletions solid/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 solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giscus/solid",
"version": "2.3.0",
"version": "2.4.0",
"main": "dist/index.js",
"module": "dist/wrapper.mjs",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"format:fix": "prettier src --write"
},
"dependencies": {
"giscus": "^1.3.0"
"giscus": "^1.4.0"
},
"peerDependencies": {
"solid-js": "^1.3 || ^1.4 || ^1.5 || ^1.6"
Expand Down
52 changes: 26 additions & 26 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.3.0",
"version": "2.4.0",
"repository": {
"type": "git",
"url": "https://github.com/giscus/giscus-component.git",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"type": "module",
"dependencies": {
"giscus": "^1.3.0"
"giscus": "^1.4.0"
},
"peerDependencies": {
"svelte": "^3 || ^4"
Expand Down
Loading

1 comment on commit b61bcac

@vercel
Copy link

@vercel vercel bot commented on b61bcac Dec 17, 2023

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.vercel.app
giscus-component-git-main-giscus.vercel.app

Please sign in to comment.