Skip to content

Commit a6a5cb8

Browse files
chore: update versions (#241)
* chore: update versions * change versions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Xiaoxing Hu <[email protected]>
1 parent 18bf00d commit a6a5cb8

File tree

16 files changed

+341
-259
lines changed

16 files changed

+341
-259
lines changed

.changeset/twenty-windows-sip.md

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

examples/next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.1.6
4+
5+
### Patch Changes
6+
7+
- @orgajs/loader@4.3.1
8+
- @orgajs/react@4.1.1
9+
- @orgajs/next@6.0.0
10+
311
## 4.1.5
412

513
### Patch Changes

examples/next/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "@orgajs/example-next",
3-
"version": "4.1.5",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start"
9-
},
10-
"dependencies": {
11-
"@orgajs/loader": "workspace:^",
12-
"@orgajs/next": "workspace:^",
13-
"@orgajs/react": "workspace:^",
14-
"eslint-config-next": "^13.4.19",
15-
"next": "^13.4.19",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0"
18-
},
19-
"devDependencies": {
20-
"@types/react": "^18.2.21",
21-
"@types/react-dom": "^18.2.7"
22-
}
2+
"name": "@orgajs/example-next",
3+
"version": "4.1.6",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start"
9+
},
10+
"dependencies": {
11+
"@orgajs/loader": "workspace:^",
12+
"@orgajs/next": "workspace:^",
13+
"@orgajs/react": "workspace:^",
14+
"eslint-config-next": "^13.4.19",
15+
"next": "^13.4.19",
16+
"react": "^18.2.0",
17+
"react-dom": "^18.2.0"
18+
},
19+
"devDependencies": {
20+
"@types/react": "^18.2.21",
21+
"@types/react-dom": "^18.2.7"
22+
}
2323
}

packages/astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orgajs/astro
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- @orgajs/rollup@1.2.1
8+
39
## 1.2.0
410

511
### Minor Changes

packages/astro/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"name": "@orgajs/astro",
3-
"description": "Add support for org-mode pages in your Astro site",
4-
"version": "1.2.0",
5-
"type": "module",
6-
"main": "index.js",
7-
"types": "dist/index.d.ts",
8-
"files": [
9-
"lib/",
10-
"dist/",
11-
"index.js"
12-
],
13-
"exports": {
14-
".": "./index.js"
15-
},
16-
"scripts": {
17-
"clean": "tsc --build --clean",
18-
"build": "tsc --build"
19-
},
20-
"keywords": [
21-
"astro-integration"
22-
],
23-
"author": "Xiaoxing Hu <[email protected]>",
24-
"license": "MIT",
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com:orgapp/orgajs.git",
28-
"directory": "packages/astro"
29-
},
30-
"dependencies": {
31-
"@orgajs/metadata": "workspace:*",
32-
"@orgajs/rollup": "workspace:^",
33-
"estree-util-visit": "^2.0.0",
34-
"source-map": "^0.7.4"
35-
},
36-
"devDependencies": {
37-
"@orgajs/orgx": "workspace:^",
38-
"@types/estree": "^1.0.6",
39-
"@types/estree-jsx": "^1.0.5",
40-
"astro": "^2.10.15",
41-
"unified": "^11.0.5",
42-
"vite": "^6.0.11"
43-
}
2+
"name": "@orgajs/astro",
3+
"description": "Add support for org-mode pages in your Astro site",
4+
"version": "1.2.1",
5+
"type": "module",
6+
"main": "index.js",
7+
"types": "dist/index.d.ts",
8+
"files": [
9+
"lib/",
10+
"dist/",
11+
"index.js"
12+
],
13+
"exports": {
14+
".": "./index.js"
15+
},
16+
"scripts": {
17+
"clean": "tsc --build --clean",
18+
"build": "tsc --build"
19+
},
20+
"keywords": [
21+
"astro-integration"
22+
],
23+
"author": "Xiaoxing Hu <[email protected]>",
24+
"license": "MIT",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com:orgapp/orgajs.git",
28+
"directory": "packages/astro"
29+
},
30+
"dependencies": {
31+
"@orgajs/metadata": "workspace:*",
32+
"@orgajs/rollup": "workspace:^",
33+
"estree-util-visit": "^2.0.0",
34+
"source-map": "^0.7.4"
35+
},
36+
"devDependencies": {
37+
"@orgajs/orgx": "workspace:^",
38+
"@types/estree": "^1.0.6",
39+
"@types/estree-jsx": "^1.0.5",
40+
"astro": "^2.10.15",
41+
"unified": "^11.0.5",
42+
"vite": "^6.0.11"
43+
}
4444
}

packages/esbuild/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @orgajs/esbuild
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 351f690: introduce @orgajs/node-loader, @orgajs/esbuild, @orgajs/build
8+
9+
- @orgajs/node-loader : the nodejs loader for org-mode files
10+
- @orgajs/esbuild : esbuild plugin
11+
- @orgajs/build : static site generator, a.k.a orga-build
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [351f690]
16+
- @orgajs/orgx@2.4.0

packages/gatsby-plugin-orga/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [351f690]
8+
- @orgajs/orgx@2.4.0
9+
- @orgajs/loader@4.3.1
10+
- @orgajs/react@4.1.1
11+
312
## 4.2.0
413

514
### Minor Changes
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"name": "gatsby-plugin-orga",
3-
"version": "4.2.0",
4-
"description": "Orga integration for Gatsby",
5-
"main": "index.js",
6-
"license": "MIT",
7-
"homepage": "https://github.com/orgapp/orgajs/tree/main/packages/gatsby-plugin-orga#readme",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com:orgapp/orgajs.git",
11-
"directory": "packages/gatsby-plugin-orga"
12-
},
13-
"files": [
14-
"/dist",
15-
"/components",
16-
"/loaders",
17-
"*.js",
18-
"*.jsx"
19-
],
20-
"scripts": {},
21-
"peerDependencies": {
22-
"gatsby": "^5.0.0-next",
23-
"gatsby-source-filesystem": "^5.0.0-next",
24-
"react": "^18.0.0",
25-
"react-dom": "^18.0.0"
26-
},
27-
"dependencies": {
28-
"@orgajs/loader": "workspace:^",
29-
"@orgajs/metadata": "workspace:*",
30-
"@orgajs/orgx": "workspace:*",
31-
"@orgajs/react": "workspace:^",
32-
"@orgajs/rehype-latex": "workspace:*",
33-
"dataloader": "^2.2.2",
34-
"estree-walker": "3.0.3",
35-
"gatsby-core-utils": "^2.15.0",
36-
"loader-utils": "^2.0.4"
37-
},
38-
"devDependencies": {
39-
"@types/estree": "^1.0.6",
40-
"@types/estree-jsx": "^1.0.5",
41-
"@types/node": "^20.5.7",
42-
"@types/react": "^18.2.21",
43-
"@types/react-dom": "^18.2.7",
44-
"@types/unist": "3.0.3",
45-
"gatsby": "^5.12.3",
46-
"typescript": "^5.7.3",
47-
"unified": "11.0.5"
48-
}
2+
"name": "gatsby-plugin-orga",
3+
"version": "4.2.1",
4+
"description": "Orga integration for Gatsby",
5+
"main": "index.js",
6+
"license": "MIT",
7+
"homepage": "https://github.com/orgapp/orgajs/tree/main/packages/gatsby-plugin-orga#readme",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com:orgapp/orgajs.git",
11+
"directory": "packages/gatsby-plugin-orga"
12+
},
13+
"files": [
14+
"/dist",
15+
"/components",
16+
"/loaders",
17+
"*.js",
18+
"*.jsx"
19+
],
20+
"scripts": {},
21+
"peerDependencies": {
22+
"gatsby": "^5.0.0-next",
23+
"gatsby-source-filesystem": "^5.0.0-next",
24+
"react": "^18.0.0",
25+
"react-dom": "^18.0.0"
26+
},
27+
"dependencies": {
28+
"@orgajs/loader": "workspace:^",
29+
"@orgajs/metadata": "workspace:*",
30+
"@orgajs/orgx": "workspace:*",
31+
"@orgajs/react": "workspace:^",
32+
"@orgajs/rehype-latex": "workspace:*",
33+
"dataloader": "^2.2.2",
34+
"estree-walker": "3.0.3",
35+
"gatsby-core-utils": "^2.15.0",
36+
"loader-utils": "^2.0.4"
37+
},
38+
"devDependencies": {
39+
"@types/estree": "^1.0.6",
40+
"@types/estree-jsx": "^1.0.5",
41+
"@types/node": "^20.5.7",
42+
"@types/react": "^18.2.21",
43+
"@types/react-dom": "^18.2.7",
44+
"@types/unist": "3.0.3",
45+
"gatsby": "^5.12.3",
46+
"typescript": "^5.7.3",
47+
"unified": "11.0.5"
48+
}
4949
}

packages/loader/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [351f690]
8+
- @orgajs/orgx@2.4.0
9+
310
## 4.3.0
411

512
### Minor Changes

packages/loader/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "@orgajs/loader",
3-
"version": "4.3.0",
4-
"description": "Load org-mode content through orga.",
5-
"type": "module",
6-
"main": "./index.cjs",
7-
"types": "index.d.ts",
8-
"files": [
9-
"lib/",
10-
"index.cjs",
11-
"index.d.ts"
12-
],
13-
"author": "Xiaoxing Hu <[email protected]>",
14-
"license": "MIT",
15-
"homepage": "https://github.com/orgapp/orgajs/tree/main/packages/loader#readme",
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/orgapp/orgajs.git",
19-
"directory": "packages/loader"
20-
},
21-
"scripts": {
22-
"test": "node --test tests/*.test.js"
23-
},
24-
"dependencies": {
25-
"@orgajs/orgx": "workspace:^",
26-
"vfile-reporter": "^8.1.1"
27-
},
28-
"devDependencies": {
29-
"@orgajs/react": "workspace:^",
30-
"@types/node": "^20.5.7",
31-
"babel-loader": "^9.1.3",
32-
"html-loader": "^4.2.0",
33-
"memfs": "^3.5.3",
34-
"react": "^18.2.0",
35-
"react-dom": "^18.2.0",
36-
"webpack": "^5.88.2"
37-
}
2+
"name": "@orgajs/loader",
3+
"version": "4.3.1",
4+
"description": "Load org-mode content through orga.",
5+
"type": "module",
6+
"main": "./index.cjs",
7+
"types": "index.d.ts",
8+
"files": [
9+
"lib/",
10+
"index.cjs",
11+
"index.d.ts"
12+
],
13+
"author": "Xiaoxing Hu <[email protected]>",
14+
"license": "MIT",
15+
"homepage": "https://github.com/orgapp/orgajs/tree/main/packages/loader#readme",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/orgapp/orgajs.git",
19+
"directory": "packages/loader"
20+
},
21+
"scripts": {
22+
"test": "node --test tests/*.test.js"
23+
},
24+
"dependencies": {
25+
"@orgajs/orgx": "workspace:^",
26+
"vfile-reporter": "^8.1.1"
27+
},
28+
"devDependencies": {
29+
"@orgajs/react": "workspace:^",
30+
"@types/node": "^20.5.7",
31+
"babel-loader": "^9.1.3",
32+
"html-loader": "^4.2.0",
33+
"memfs": "^3.5.3",
34+
"react": "^18.2.0",
35+
"react-dom": "^18.2.0",
36+
"webpack": "^5.88.2"
37+
}
3838
}

0 commit comments

Comments
 (0)