Skip to content

Commit

Permalink
meta: deployment commit for 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
seonglae committed Feb 1, 2024
1 parent d000a79 commit a2741bd
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "texonom/notion-node",
"author": "Alan Jo <[email protected]>",
"license": "MIT",
"version": "1.2.11",
"version": "1.2.12",
"engines": {
"node": ">=20.11.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Features

- add textonly markdown export with prettier format ([98679fe](https://github.com/texonom/notion-node/commit/98679fe8edaf850a0724ffcd6e538553851a8db0))
- **cli:** `@texonom/cli` added for export from gh-setter ([78decc4](https://github.com/texonom/notion-node/commit/78decc45c1cec9e159f6d93b81d2635e3666ac4b))
- **cli:** add export collection commend dynamic ([c7cf1d5](https://github.com/texonom/notion-node/commit/c7cf1d51aa0444508ed54b606074f73003b83e1b))
- **cli:** export collection as table & inline math ([e6201a5](https://github.com/texonom/notion-node/commit/e6201a52034272bb6bb7982e5c9c765264f508f8))
- **cli:** fetch and pagecount etc for export ([ac0a9b2](https://github.com/texonom/notion-node/commit/ac0a9b26378069ea76144d0388c26a813b55854e))
- **cli:** get block collection user space with validate ([bc9a09e](https://github.com/texonom/notion-node/commit/bc9a09e1a510f329df3c918f595fe32ebb8d16d1))
- eoi block fetching using auth token ([5142d41](https://github.com/texonom/notion-node/commit/5142d413e754dbaa0fe2ffc622ab29445a50a620))
- export markdown basic test suite without error ([0ea92bf](https://github.com/texonom/notion-node/commit/0ea92bf10512d56d550f68864da3cf5f4ae261b2))
- export raw recursive prefetch load for notion ([39a1210](https://github.com/texonom/notion-node/commit/39a1210407ff222c70c846cc088990b3bf7d9307))
- recursive markdown export with bookmark ([bad5c2e](https://github.com/texonom/notion-node/commit/bad5c2e467d7dd716129885417de6812e4f04adf))

### Bug Fixes

- **cli:** build error by change main build folder ([393b1c2](https://github.com/texonom/notion-node/commit/393b1c24712f98a3b3befd3a3e3d2ac2f16f4d63))

### 1.2.11 (2023-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@texonom/cli",
"displayName": "Notion CLI",
"version": "1.2.11",
"version": "1.2.12",
"type": "module",
"description": "Texonom CLI which has ability to export data from Notion.so",
"repository": "texonom/notion-node",
Expand Down
18 changes: 18 additions & 0 deletions packages/nclient/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Features

- **cli:** `@texonom/cli` added for export from gh-setter ([78decc4](https://github.com/texonom/notion-node/commit/78decc45c1cec9e159f6d93b81d2635e3666ac4b))
- **cli:** add export collection commend dynamic ([c7cf1d5](https://github.com/texonom/notion-node/commit/c7cf1d51aa0444508ed54b606074f73003b83e1b))
- **cli:** fetch and pagecount etc for export ([ac0a9b2](https://github.com/texonom/notion-node/commit/ac0a9b26378069ea76144d0388c26a813b55854e))
- export raw recursive prefetch load for notion ([39a1210](https://github.com/texonom/notion-node/commit/39a1210407ff222c70c846cc088990b3bf7d9307))
- **nclient:** syncRecord cross table like official notion ([85f3207](https://github.com/texonom/notion-node/commit/85f32077174a238b2666ba9c6afe40b73b38469d))
- space and collection type guard with ntypes ([c1a2df3](https://github.com/texonom/notion-node/commit/c1a2df3f89f8995e257f0489d7316f72e988f82a))

### Bug Fixes

- **cli:** build error by change main build folder ([393b1c2](https://github.com/texonom/notion-node/commit/393b1c24712f98a3b3befd3a3e3d2ac2f16f4d63))
- **nclient:** search api broken issue resolved ([c14d735](https://github.com/texonom/notion-node/commit/c14d735bac2243124f7b2e283b02f56e12d6a902))
- **ntypes:** from isNavigableOnly to navigableBlockContentOnly ([e8dec0e](https://github.com/texonom/notion-node/commit/e8dec0efd26b8dd59a445ef40dd087a4723e7832))
- signed video url for file.notion.so supporting ([d000a79](https://github.com/texonom/notion-node/commit/d000a79e6e13caf58aab3dea1519ce24ede4d561))

### 1.2.11 (2023-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texonom/nclient",
"version": "1.2.11",
"version": "1.2.12",
"type": "module",
"description": "Robust TypeScript client for the unofficial Notion API.",
"repository": "texonom/notion-node",
Expand Down
6 changes: 6 additions & 0 deletions packages/ncompat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Bug Fixes

- notion compat import name also changed ([5056370](https://github.com/texonom/notion-node/commit/505637077890d1b7e2c7a9caca8abe47b6ea2fdc))

### 1.2.11 (2023-10-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ncompat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texonom/ncompat",
"version": "1.2.11",
"version": "1.2.12",
"type": "module",
"description": "Compatibility layer between the official Notion API and unofficial private API.",
"repository": "texonom/notion-node",
Expand Down
16 changes: 16 additions & 0 deletions packages/nreact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Features

- eoi block fetching using auth token ([5142d41](https://github.com/texonom/notion-node/commit/5142d413e754dbaa0fe2ffc622ab29445a50a620))
- **nreact:** notion user mention reendering inline ([9b15864](https://github.com/texonom/notion-node/commit/9b15864119dee6e8b9f7f2d90ebcdeed9ae92b39))
- **nreact:** render person text for inline mention ([dcae4f7](https://github.com/texonom/notion-node/commit/dcae4f77d7a01aeafeea9469fbeb8422fdf9809a))
- **nreact:** unite formatDate & default property rendering ([7c7322e](https://github.com/texonom/notion-node/commit/7c7322e98409e8fd62e5cd4bfc45b6133adfee5f))

### Bug Fixes

- **nreact:** context provider children & formula type ([8e29eda](https://github.com/texonom/notion-node/commit/8e29eda61b34f59a3277ce4d62199e6afdb07cb7))
- **nreact:** render title without `Name` prefix with typing ([19f0617](https://github.com/texonom/notion-node/commit/19f06177b53c4467d70525c8035f7d490cfa70d8))
- **nreact:** rendering person property margin style ([c262dea](https://github.com/texonom/notion-node/commit/c262dea2deab04e9bde496bf691ab593025b2dc4))
- remove className for code component ([9c3ec2b](https://github.com/texonom/notion-node/commit/9c3ec2b4f54e22d92b118c957c2a055061858b33))

### 1.2.11 (2023-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nreact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texonom/nreact",
"version": "1.3.0-rc.3",
"version": "1.2.12",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "texonom/notion-node",
Expand Down
1 change: 0 additions & 1 deletion packages/nreact/src/icons/clear-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'


export const ClearIcon = props => {
const { className, ...rest } = props
return (
Expand Down
1 change: 0 additions & 1 deletion packages/nreact/src/icons/loading-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'


export const LoadingIcon = props => {
const { className, ...rest } = props
return (
Expand Down
1 change: 0 additions & 1 deletion packages/nreact/src/icons/search-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'


export const SearchIcon = props => {
const { className, ...rest } = props
return (
Expand Down
4 changes: 2 additions & 2 deletions packages/nreact/src/third-party/collection-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export function getCollectionGroups(collection: Collection, collectionView: Coll
const queryLabel = isUncategorizedValue
? 'uncategorized'
: isDateValue
? value.range?.start_date || value.range?.end_date
: value?.value || value
? value.range?.start_date || value.range?.end_date
: value?.value || value

const collectionGroup = collectionData[`results:${type}:${queryLabel}`]
let queryValue = !isUncategorizedValue && (isDateValue || value?.value || value)
Expand Down
14 changes: 14 additions & 0 deletions packages/ntypes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Features

- **cli:** `@texonom/cli` added for export from gh-setter ([78decc4](https://github.com/texonom/notion-node/commit/78decc45c1cec9e159f6d93b81d2635e3666ac4b))
- export raw recursive prefetch load for notion ([39a1210](https://github.com/texonom/notion-node/commit/39a1210407ff222c70c846cc088990b3bf7d9307))
- space and collection type guard with ntypes ([c1a2df3](https://github.com/texonom/notion-node/commit/c1a2df3f89f8995e257f0489d7316f72e988f82a))

### Bug Fixes

- **cli:** build error by change main build folder ([393b1c2](https://github.com/texonom/notion-node/commit/393b1c24712f98a3b3befd3a3e3d2ac2f16f4d63))
- **ntypes:** from isNavigableOnly to navigableBlockContentOnly ([e8dec0e](https://github.com/texonom/notion-node/commit/e8dec0efd26b8dd59a445ef40dd087a4723e7832))
- **ntypes:** update recent apis with MentionDecoration ([5102394](https://github.com/texonom/notion-node/commit/51023946780c679052ecdcd67597be6027ba75c4))

### 1.2.11 (2023-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ntypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texonom/ntypes",
"version": "1.2.11",
"version": "1.2.12",
"type": "module",
"description": "TypeScript types for core Notion data structures.",
"repository": "texonom/notion-node",
Expand Down
21 changes: 21 additions & 0 deletions packages/nutils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.2.12 (2024-02-01)

### Features

- **cli:** `@texonom/cli` added for export from gh-setter ([78decc4](https://github.com/texonom/notion-node/commit/78decc45c1cec9e159f6d93b81d2635e3666ac4b))
- **cli:** add export collection commend dynamic ([c7cf1d5](https://github.com/texonom/notion-node/commit/c7cf1d51aa0444508ed54b606074f73003b83e1b))
- **cli:** fetch and pagecount etc for export ([ac0a9b2](https://github.com/texonom/notion-node/commit/ac0a9b26378069ea76144d0388c26a813b55854e))
- **cli:** get block collection user space with validate ([bc9a09e](https://github.com/texonom/notion-node/commit/bc9a09e1a510f329df3c918f595fe32ebb8d16d1))
- eoi block fetching using auth token ([5142d41](https://github.com/texonom/notion-node/commit/5142d413e754dbaa0fe2ffc622ab29445a50a620))
- export raw recursive prefetch load for notion ([39a1210](https://github.com/texonom/notion-node/commit/39a1210407ff222c70c846cc088990b3bf7d9307))
- **nreact:** unite formatDate & default property rendering ([7c7322e](https://github.com/texonom/notion-node/commit/7c7322e98409e8fd62e5cd4bfc45b6133adfee5f))
- **nutils:** find ancestors function for page ([14a4232](https://github.com/texonom/notion-node/commit/14a42324137f99fb1e5b819dd43e9eab666d2708))
- **nutils:** getPageContentUserIds and optimization ([0ee3ac3](https://github.com/texonom/notion-node/commit/0ee3ac3431881ef1eb47741972535b4a44e9b9e5))
- space and collection type guard with ntypes ([c1a2df3](https://github.com/texonom/notion-node/commit/c1a2df3f89f8995e257f0489d7316f72e988f82a))

### Bug Fixes

- **cli:** build error by change main build folder ([393b1c2](https://github.com/texonom/notion-node/commit/393b1c24712f98a3b3befd3a3e3d2ac2f16f4d63))
- **nutils:** getPageContentBlockIds multi ref error ([debd573](https://github.com/texonom/notion-node/commit/debd5734e0049beb4ff84a2198f82d6d1485c592))
- signed video url for file.notion.so supporting ([d000a79](https://github.com/texonom/notion-node/commit/d000a79e6e13caf58aab3dea1519ce24ede4d561))

### 1.2.11 (2023-10-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texonom/nutils",
"version": "1.2.11",
"version": "1.2.12",
"type": "module",
"description": "Useful utilities for working with Notion data. Isomorphic.",
"repository": "texonom/notion-node",
Expand Down

0 comments on commit a2741bd

Please sign in to comment.