Skip to content

Commit c4c0cc2

Browse files
authored
Merge pull request #67 from 01-binary/changeset-release/main
Version Packages
2 parents 966553e + 3d18b29 commit c4c0cc2

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/plain-pumas-cut.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/notion-to-jsx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# notion-to-jsx
22

3+
## 1.2.7
4+
5+
### Patch Changes
6+
7+
- 966553e: Remove fixed font size from code block styling, add getPageBlocks utility to fetch and parse Notion page blocks
8+
39
## 1.2.6
410

511
### Patch Changes

packages/notion-to-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-jsx",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Notion blocks to JSX renderer",
55
"private": false,
66
"repository": {

packages/notion-to-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# notion-to-utils
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 966553e: Remove fixed font size from code block styling, add getPageBlocks utility to fetch and parse Notion page blocks
8+
39
## 1.0.1
410

511
### Patch Changes

packages/notion-to-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Notion to JSX utils",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)