Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - changelog-parse@0.0.0-beta1.1
 - gatsby-plugin-landr@0.0.0-beta2.1
 - gatsby-source-github@0.0.0-beta1.1
 - gatsby-transformer-changelog@0.0.0-beta1.1
 - gatsby-transformer-readme@0.0.0-beta1.1
 - landr@1.0.2-beta2.1
 - md-parser-utils@0.0.0-beta1.1
 - readme-parser@0.0.0-beta1.1
  • Loading branch information
craig-mulligan committed Jul 13, 2017
1 parent 1ece2a0 commit 801a096
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/changelog-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "changelog-parse",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"author": "Craig Mulligan @craig-mulligan",
"description": "CHANGELOG.md parser",
"main": "dist/index.js",
"dependencies": {
"md-parser-utils": "^0.0.0-alpha.c2e09d90-alpha.bc633cb7-alpha.bc633cb7"
"md-parser-utils": "^0.0.0-beta1.1"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-landr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-landr",
"version": "0.0.0-beta2.0",
"version": "0.0.0-beta2.1",
"description": "collection of landr react-components",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-github",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"description": "Gatsby source plugin for github repo API",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-changelog",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"description": "Gatsby transformer plugin for changelog files",
"scripts": {
"build": "babel lib --out-dir dist",
Expand All @@ -14,6 +14,6 @@
"author": "Craig Mulligan",
"license": "MIT",
"dependencies": {
"changelog-parse": "^0.0.0-beta1.0"
"changelog-parse": "^0.0.0-beta1.1"
}
}
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-readme",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"description": "Gatsby transformer plugin for readme files",
"scripts": {
"build": "babel lib --out-dir dist --ignore __tests__",
Expand All @@ -15,6 +15,6 @@
"license": "MIT",
"dependencies": {
"graphql": "*",
"readme-parser": "^0.0.0-beta1.0"
"readme-parser": "^0.0.0-beta1.1"
}
}
10 changes: 5 additions & 5 deletions packages/landr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "landr",
"version": "1.0.2-beta2.0",
"version": "1.0.2-beta2.1",
"description": "Source code = website",
"homepage": "https://github.com/resin-io/landr",
"repository": {
Expand All @@ -22,12 +22,12 @@
"fs-symlink": "1.2.1",
"gatsby": "^1.1.0",
"gatsby-link": "^1.0.9",
"gatsby-plugin-landr": "^0.0.0-beta2.0",
"gatsby-plugin-landr": "^0.0.0-beta2.1",
"gatsby-plugin-postcss-sass": "^1.0.1",
"gatsby-source-filesystem": "^1.0.1",
"gatsby-source-github": "^0.0.0-alpha.c2e09d90",
"gatsby-transformer-changelog": "^0.0.0-alpha.c2e09d90",
"gatsby-transformer-readme": "^0.0.0-alpha.c2e09d90",
"gatsby-source-github": "^0.0.0-beta1.1",
"gatsby-transformer-changelog": "^0.0.0-beta1.1",
"gatsby-transformer-readme": "^0.0.0-beta1.1",
"gh-pages": "1.0.0",
"gitinfo": "2.1.14",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/md-parser-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-parser-utils",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"author": "Craig Mulligan @craig-mulligan",
"description": "parser utilities for markdown files",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/readme-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "readme-parser",
"version": "0.0.0-beta1.0",
"version": "0.0.0-beta1.1",
"author": "Craig Mulligan @craig-mulligan",
"description": "README.md parser",
"main": "dist/index.js",
"dependencies": {
"md-parser-utils": "^0.0.0-beta1.0"
"md-parser-utils": "^0.0.0-beta1.1"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 801a096

Please sign in to comment.