Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoxing Hu committed Oct 30, 2020
1 parent dc7d260 commit 16a2a3f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 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.1.3",
"version": "2.1.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"orga-unified": "^2.1.1",
"rehype-stringify": "^8.0.0",
"reorg-rehype": "^2.1.3",
"reorg-rehype": "^2.1.4",
"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.1.3",
"version": "2.1.4",
"author": "Xiaoxing Hu <[email protected]>",
"dependencies": {
"gatsby": "^2.15.36",
"gatsby-theme-blorg": "^2.1.3",
"gatsby-theme-blorg": "^2.1.4",
"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.1.3",
"version": "2.1.4",
"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.1.3",
"version": "2.1.4",
"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.1.3",
"gatsby-theme-orga": "^2.1.4",
"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.1.3",
"version": "2.1.4",
"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.1.3"
"gatsby-transformer-orga": "^2.1.4"
},
"peerDependencies": {
"gatsby": "^2.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-orga/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-orga",
"description": "Gatsby transformer plugin for org-mode with orga",
"version": "2.1.3",
"version": "2.1.4",
"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.1.3",
"oast-to-hast": "^2.1.4",
"orga": "^2.1.1",
"rehype-stringify": "^8.0.0",
"unified": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.3",
"version": "2.1.4",
"description": "Transform OAST to HAST",
"files": [
"lib"
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.1.3",
"version": "2.1.4",
"description": "rehype support for orga",
"files": [
"lib"
Expand All @@ -17,6 +17,6 @@
"clean": "rm -rf ./lib"
},
"dependencies": {
"oast-to-hast": "^2.1.3"
"oast-to-hast": "^2.1.4"
}
}
6 changes: 3 additions & 3 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.1.3",
"version": "2.1.4",
"author": "Xiaoxing Hu <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
Expand All @@ -15,12 +15,12 @@
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typography": "^2.3.10",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-theme-orga": "^2.1.3",
"gatsby-theme-orga": "^2.1.4",
"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.1.3",
"oast-to-hast": "^2.1.4",
"orga": "^2.1.1",
"prettier": "^2.0.5",
"query-string": "^6.13.1",
Expand Down

0 comments on commit 16a2a3f

Please sign in to comment.