Skip to content

Commit

Permalink
😍
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 10, 2024
1 parent 3c203f3 commit 9996335
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 8 deletions.
9 changes: 9 additions & 0 deletions examples/cra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# notion-x-example-cra

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-cra",
"version": "7.1.2",
"version": "7.1.3",
"private": true,
"scripts": {
"dev": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
12 changes: 12 additions & 0 deletions examples/full/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# notion-x-example-full

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-full",
"version": "7.1.2",
"version": "7.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions examples/minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# notion-x-example-minimal

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-minimal",
"version": "7.1.2",
"version": "7.1.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/notion-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# notion-client

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-client",
"version": "7.1.2",
"version": "7.1.3",
"type": "module",
"description": "Robust TypeScript client for the unofficial Notion API.",
"repository": "NotionX/react-notion-x",
Expand Down
9 changes: 9 additions & 0 deletions packages/notion-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# notion-compat

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-compat",
"version": "7.1.2",
"version": "7.1.3",
"type": "module",
"description": "Compatibility layer between the official Notion API and unofficial private API.",
"repository": "NotionX/react-notion-x",
Expand Down
6 changes: 6 additions & 0 deletions packages/notion-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# notion-types

## 7.1.3

### Patch Changes

- twitter utils

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-types",
"version": "7.1.2",
"version": "7.1.3",
"type": "module",
"description": "TypeScript types for core Notion data structures.",
"repository": "NotionX/react-notion-x",
Expand Down
8 changes: 8 additions & 0 deletions packages/notion-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# notion-utils

## 7.1.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-utils",
"version": "7.1.2",
"version": "7.1.3",
"type": "module",
"description": "Useful utilities for working with Notion data. Isomorphic.",
"repository": "NotionX/react-notion-x",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-notion-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# react-notion-x

## 7.2.3

### Patch Changes

- twitter utils
- Updated dependencies
- [email protected]
- [email protected]

## 7.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notion-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-notion-x",
"version": "7.2.2",
"version": "7.2.3",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "NotionX/react-notion-x",
Expand Down

0 comments on commit 9996335

Please sign in to comment.