Skip to content

Commit

Permalink
v2.0.0-next.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoxing Hu committed Aug 13, 2020
1 parent bfdf18d commit 8227e5b
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions examples/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"orga-unified": "^2.0.0-next.2",
"orga-unified": "^2.0.0-next.3",
"rehype-stringify": "^8.0.0",
"reorg-rehype": "^2.0.0-next.2",
"reorg-rehype": "^2.0.0-next.3",
"unified": "^9.1.0",
"unified-stream": "^1.0.6"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsby-blorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "gatsby-blorg",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"author": "Xiaoxing Hu <[email protected]>",
"dependencies": {
"gatsby": "^2.15.36",
"gatsby-theme-blorg": "^2.0.0-next.2",
"gatsby-theme-blorg": "^2.0.0-next.3",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"www"
],
"npmClient": "yarn",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blorg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blorg",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "gatsby org-mode theme for blog",
"main": "index.js",
"author": "Xiaoxing Hu <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"gatsby-plugin-themes": "^0.3.9",
"gatsby-plugin-typography": "^2.3.14",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-theme-orga": "^2.0.0-next.2",
"gatsby-theme-orga": "^2.0.0-next.3",
"gatsby-transformer-sharp": "^2.3.0",
"gatsby-transformer-toml": "^2.2.15",
"polished": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-orga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-orga",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "gatsby theme for orga.js",
"author": "Xiaoxing Hu <[email protected]>",
"homepage": "https://github.com/orgapp/orgajs#readme",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-orga": "^2.0.0-next.2"
"gatsby-transformer-orga": "^2.0.0-next.3"
},
"peerDependencies": {
"gatsby": "^2.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-transformer-orga/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "gatsby-transformer-orga",
"description": "Gatsby transformer plugin for org-mode with orga",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"author": "Xiaoxing Hu <[email protected]>",
"dependencies": {
"bluebird": "^3.7.0",
"hast-util-to-html": "^7.1.1",
"is-relative-url": "^3.0.0",
"mime": "^2.4.4",
"moment": "^2.24.0",
"oast-to-hast": "^2.0.0-next.2",
"orga": "^2.0.0-next.2",
"oast-to-hast": "^2.0.0-next.3",
"orga": "^2.0.0-next.3",
"rehype-stringify": "^8.0.0",
"unified": "^9.1.0",
"unist-builder": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/oast-to-hast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oast-to-hast",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "Transform OAST to HAST",
"files": [
"lib"
Expand All @@ -11,7 +11,7 @@
"repository": "https://github.com/orgapp/orgajs/tree/master/packages/oast-to-hast",
"dependencies": {
"mime": "^2.4.4",
"orga": "^2.0.0-next.2",
"orga": "^2.0.0-next.3",
"prismjs": "^1.17.1",
"unist-builder": "^2.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/orga-unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orga-unified",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "orga processor for unifiedjs",
"files": [
"lib"
Expand All @@ -17,7 +17,7 @@
"clean": "rm -rf ./lib"
},
"dependencies": {
"reorg-parse": "^2.0.0-next.2",
"reorg-parse": "^2.0.0-next.3",
"unified": "^9.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/orga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orga",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "org-mode parser",
"files": [
"lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/reorg-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reorg-parse",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "orga parser for unifiedjs",
"files": [
"lib"
Expand All @@ -17,7 +17,7 @@
"clean": "rm -rf ./lib"
},
"dependencies": {
"orga": "^2.0.0-next.2"
"orga": "^2.0.0-next.3"
},
"devDependencies": {
"unified": "^9.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/reorg-rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reorg-rehype",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "rehype support for orga",
"files": [
"lib"
Expand All @@ -17,6 +17,6 @@
"clean": "rm -rf ./lib"
},
"dependencies": {
"oast-to-hast": "^2.0.0-next.2"
"oast-to-hast": "^2.0.0-next.3"
}
}
10 changes: 5 additions & 5 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "orgajs-website",
"description": "Orga",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"author": "Xiaoxing Hu <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
Expand All @@ -15,13 +15,13 @@
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typography": "^2.3.10",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-theme-orga": "^2.0.0-next.2",
"gatsby-theme-orga": "^2.0.0-next.3",
"gatsby-transformer-sharp": "^2.2.19",
"gatsby-transformer-toml": "^2.2.11",
"gh-pages": "^3.1.0",
"hast-util-to-html": "^7.1.1",
"oast-to-hast": "^2.0.0-next.2",
"orga": "^2.0.0-next.2",
"oast-to-hast": "^2.0.0-next.3",
"orga": "^2.0.0-next.3",
"prettier": "^2.0.5",
"query-string": "^6.13.1",
"react": "^16.10.2",
Expand All @@ -30,7 +30,7 @@
"react-helmet": "^6.1.0",
"react-json-tree": "^0.12.0",
"react-typography": "^0.16.19",
"reorg-parse": "^2.0.0-next.2",
"reorg-parse": "^2.0.0-next.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.2.0",
"styled-components": "^5.1.1",
Expand Down

0 comments on commit 8227e5b

Please sign in to comment.