Skip to content

Commit 60de98d

Browse files
chore: update versions (#272)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd8358d commit 60de98d

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.changeset/slick-goats-find.md

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

packages/orga-build/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- cd8358d: replace react-router with wouter
8+
39
## 0.2.0
410

511
### Minor Changes

packages/orga-build/package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,33 @@
11
{
22
"name": "orga-build",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A simple tool that builds org-mode files into a website",
55
"type": "module",
66
"bin": {
77
"orga-build": "./cli.js"
88
},
99
"scripts": {},
10-
"files": ["lib/", "cli.js", "index.js", "index.d.ts", "index.d.ts.map"],
10+
"files": [
11+
"lib/",
12+
"cli.js",
13+
"index.js",
14+
"index.d.ts",
15+
"index.d.ts.map"
16+
],
1117
"exports": {
1218
".": {
1319
"types": "./index.d.ts",
1420
"import": "./index.js"
1521
},
1622
"./csr.jsx": "./lib/csr.jsx"
1723
},
18-
"keywords": ["orgajs", "org-mode", "build", "website", "react"],
24+
"keywords": [
25+
"orgajs",
26+
"org-mode",
27+
"build",
28+
"website",
29+
"react"
30+
],
1931
"author": "Xiaoxing Hu <[email protected]>",
2032
"license": "MIT",
2133
"dependencies": {

0 commit comments

Comments
 (0)