Skip to content

Commit 734329d

Browse files
authored
Merge pull request #28 from 01-binary/changeset-release/main
Version Packages
2 parents 2d8024c + e38915d commit 734329d

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.changeset/eager-windows-learn.md

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

packages/notion-to-jsx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# notion-to-jsx
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 166c677: v1

packages/notion-to-jsx/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-jsx",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Notion blocks to JSX renderer",
55
"private": true,
66
"repository": {
@@ -20,7 +20,10 @@
2020
"files": [
2121
"dist"
2222
],
23-
"sideEffects": ["**/*.css", "**/*.css.ts"],
23+
"sideEffects": [
24+
"**/*.css",
25+
"**/*.css.ts"
26+
],
2427
"keywords": [
2528
"notion",
2629
"jsx",

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.0
4+
5+
### Major Changes
6+
7+
- 166c677: v1
8+
39
## 0.4.21
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": "0.4.21",
3+
"version": "1.0.0",
44
"description": "Notion to JSX utils",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)