Skip to content

Commit 1d4dad2

Browse files
authored
Merge pull request #3656 from tangly1024/release/4.9.2
Release/4.9.2
2 parents 46a1328 + 653e7fd commit 1d4dad2

File tree

3 files changed

+208
-217
lines changed

3 files changed

+208
-217
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-next",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"homepage": "https://github.com/tangly1024/NotionNext.git",
55
"license": "MIT",
66
"engines": {
@@ -62,13 +62,13 @@
6262
"lodash.throttle": "^4.1.1",
6363
"memory-cache": "^0.2.0",
6464
"next": "^14.2.30",
65-
"notion-client": "7.3.0",
66-
"notion-utils": "7.4.3",
65+
"notion-client": "7.7.1",
66+
"notion-utils": "7.7.1",
6767
"react": "^18.3.1",
6868
"react-dom": "^18.3.1",
6969
"react-facebook": "^8.1.4",
7070
"react-hotkeys-hook": "^4.6.2",
71-
"react-notion-x": "7.4.2",
71+
"react-notion-x": "7.7.1",
7272
"react-share": "^5.2.2",
7373
"react-tweet-embed": "~2.0.0"
7474
},

styles/notion.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,11 +2067,11 @@ code.language-mermaid {
20672067
.notion-simple-table-row {
20682068
}
20692069

2070-
/* 表格头 */
2071-
.notion-simple-table tr:first-child td {
2070+
/* 表格头 新版notion不用 */
2071+
/* .notion-simple-table tr:first-child td {
20722072
background-color: #f5f6f8;
20732073
@apply text-center font-bold dark:bg-gray-800 !important;
2074-
}
2074+
} */
20752075

20762076
.notion-simple-table td {
20772077
border: 1px solid var(#eee) !important;

0 commit comments

Comments
 (0)