Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Jan 29, 2023
1 parent 5d8999d commit c92b8d9
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.5.9",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Simple example of uniorg usage.",
Expand All @@ -14,7 +14,7 @@
"rehype-stringify": "9.0.3",
"unified": "10.1.2",
"unified-stream": "2.0.0",
"uniorg-parse": "^0.5.6",
"uniorg-rehype": "^0.5.9"
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/extract-keywords-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-keywords-example",
"version": "0.5.9",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Example of using uniorg-extract-keywords",
Expand All @@ -16,8 +16,8 @@
"rehype-stringify": "9.0.3",
"to-vfile": "7.2.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.6",
"uniorg-parse": "^0.5.6",
"uniorg-rehype": "^0.5.9"
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/next-blog-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-starter",
"version": "0.5.9",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -15,9 +15,9 @@
"react-dom": "17.0.2",
"rehype-stringify": "9.0.3",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.6",
"uniorg-parse": "^0.5.6",
"uniorg-rehype": "^0.5.9"
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
Expand Down
12 changes: 6 additions & 6 deletions examples/org-braindump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org-braindump",
"version": "0.5.9",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"next": "^12.0.5",
"orgast-util-visit-ids": "^0.5.6",
"orgast-util-visit-ids": "^1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-react": "7.0.4",
Expand All @@ -18,10 +18,10 @@
"to-vfile": "^7.2.3",
"trough": "2.1.0",
"unified": "10.1.2",
"uniorg-extract-keywords": "^0.5.6",
"uniorg-parse": "^0.5.6",
"uniorg-rehype": "^0.5.9",
"uniorg-slug": "^0.5.9",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0",
"uniorg-slug": "^1.0.0",
"vfile-find-down": "6.0.0",
"vfile-reporter": "7.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*",
"examples/*"
],
"version": "0.5.10-alpha.2",
"version": "1.0.0",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions packages/astro-org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-org",
"version": "0.5.10-alpha.2",
"version": "1.0.0",
"description": "Astro plugin to import org-mode files.",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"acorn": "^8.8.2",
"orgast-util-visit-ids": "^0.5.6",
"rollup-plugin-orgx": "^0.5.10-alpha.0",
"uniorg-extract-keywords": "^0.5.6",
"uniorg-slug": "^0.5.9"
"orgast-util-visit-ids": "^1.0.0",
"rollup-plugin-orgx": "^1.0.0",
"uniorg-extract-keywords": "^1.0.0",
"uniorg-slug": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
Expand Down
6 changes: 3 additions & 3 deletions packages/orgast-util-to-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgast-util-to-string",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "uniorg (orgast) utility to get the plain text content of a node",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6"
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/orgast-util-visit-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgast-util-visit-ids",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "orgast (uniorg) utility to visit all nodes with ids",
"keywords": [
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/unist": "2.0.6",
"jest": "27.5.1",
"typescript": "4.6.3",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6"
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
},
"dependencies": {
"unist-util-visit-parents": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/orgx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniorgjs/orgx",
"version": "0.5.10-alpha.0",
"version": "1.0.0",
"description": "Org-mode to JS compiler",
"type": "module",
"types": "types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-orgx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-orgx",
"version": "0.5.10-alpha.0",
"version": "1.0.0",
"description": "Rollup plugin to transform org-mode files to JS.",
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@uniorgjs/orgx": "^0.5.10-alpha.0",
"@uniorgjs/orgx": "^1.0.0",
"rollup-pluginutils": "^2.8.2",
"vfile": "^5.3.6"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-attach/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-attach",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "Uniorg plugin to process org-attach attachment links",
"keywords": [
Expand Down Expand Up @@ -43,8 +43,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"vfile": "5.3.2",
"yaml": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-extract-keywords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-extract-keywords",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "Store org keywords and their values in vfile data property",
"keywords": [
Expand Down Expand Up @@ -41,8 +41,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"vfile": "^5.3.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/uniorg-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-parse",
"version": "0.5.6",
"version": "1.0.0",
"type": "module",
"description": "uniorg plugin to parse org-mode",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3",
"unified": "^10.1.2",
"uniorg": "^0.5.3",
"uniorg": "^1.0.0",
"yaml": "^2.0.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-rehype",
"version": "0.5.9",
"version": "1.0.0",
"type": "module",
"description": "uniorg plugin to transform to rehype",
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"ts-jest": "^27.1.4",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6"
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0"
},
"dependencies": {
"hastscript": "7.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/uniorg-slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-slug",
"version": "0.5.9",
"version": "1.0.0",
"type": "module",
"description": "uniorg plugin to add `id` attributes to headlines",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"github-slugger": "^1.3.0",
"orgast-util-to-string": "^0.5.6",
"orgast-util-to-string": "^1.0.0",
"unist-util-visit": "4.1.0"
},
"devDependencies": {
Expand All @@ -49,9 +49,9 @@
"rehype-stringify": "9.0.3",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6",
"uniorg-rehype": "^0.5.9",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"uniorg-rehype": "^1.0.0",
"unist-util-find": "^1.0.2",
"vfile": "5.3.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/uniorg-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg-stringify",
"version": "0.5.6",
"version": "1.0.0",
"description": "uniorg plugin to serialize org-mode",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -44,8 +44,8 @@
"jest": "27.5.1",
"typescript": "4.6.3",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-parse": "^0.5.6",
"uniorg": "^1.0.0",
"uniorg-parse": "^1.0.0",
"vfile": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/uniorg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniorg",
"version": "0.5.3",
"version": "1.0.0",
"type": "module",
"description": "uniorg type definitions",
"keywords": [
Expand Down

0 comments on commit c92b8d9

Please sign in to comment.