Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-1-config-css-modules@1.0.11
 - gatsby-plugin-coffeescript@1.4.13
 - gatsby-plugin-create-client-paths@1.0.8
 - gatsby-plugin-google-tagmanager@1.0.16
 - gatsby-plugin-less@1.1.8
 - gatsby-plugin-postcss-sass@1.0.19
 - gatsby-plugin-react-css-modules@1.0.15
 - gatsby-plugin-remove-trailing-slashes@1.0.9
 - gatsby-plugin-sass@1.0.24
 - gatsby-plugin-styled-components@2.0.10
 - gatsby-plugin-styled-jsx@2.0.6
 - gatsby-plugin-stylus@1.1.17
 - gatsby-plugin-typescript@1.4.19
 - gatsby-remark-embed-snippet@1.0.16
 - gatsby-remark-prismjs@1.2.21
 - gatsby-source-faker@1.0.7
 - gatsby-transformer-react-docgen@1.0.17
 - gatsby@1.9.241
  • Loading branch information
KyleAMathews committed Mar 24, 2018
1 parent 9d1c1eb commit 958b76d
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-1-config-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-1-config-css-modules",
"description": "CSS Modules configuration for Gatsby v1 plugins",
"version": "1.0.10",
"version": "1.0.11",
"author": "Ming Aldrich-Gan <mingaldrichgan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-coffeescript",
"description": "Adds CoffeeScript support for Gatsby layouts and pages.",
"version": "1.4.12",
"version": "1.4.13",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-create-client-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-create-client-paths",
"description": "Gatsby-plugin for creating paths that exist only on the client",
"version": "1.0.7",
"version": "1.0.8",
"author": "scott.eckenthal@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "1.0.15",
"version": "1.0.16",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-less",
"description": "Adds the ability to load and parse less-files to include in project your",
"version": "1.1.7",
"version": "1.1.8",
"author": "Ming Aldrich-Gan <mingaldrichgan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-1-config-css-modules": "^1.0.11",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"webpack": "^1.13.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-postcss-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-postcss-sass",
"description": "Gatsby plugin to handle scss/sass files with integrated support for also processing with Postcss plugins",
"version": "1.0.18",
"version": "1.0.19",
"author": "Scotty Eckenthal <scotty@meetfabric.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-1-config-css-modules": "^1.0.11",
"node-sass": "^4.5.2",
"sass-loader": "^4.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-react-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-react-css-modules",
"description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution",
"version": "1.0.14",
"version": "1.0.15",
"author": "Ming Aldrich-Gan <mingaldrichgan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-plugin-react-css-modules": "^3.2.1",
"babel-runtime": "^6.26.0",
"gatsby-1-config-css-modules": "^1.0.10"
"gatsby-1-config-css-modules": "^1.0.11"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-remove-trailing-slashes",
"description": "This plugin removes trailing slashes from your project's paths. For example, `yoursite.com/about/` becomes `yoursite.com/about`",
"version": "1.0.8",
"version": "1.0.9",
"author": "scott.eckenthal@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "1.0.23",
"version": "1.0.24",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-1-config-css-modules": "^1.0.11",
"gatsby-1-config-extract-plugin": "^1.0.2",
"node-sass": "^4.5.2",
"sass-loader": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styled-components",
"description": "Gatsby plugin to add support for styled components",
"version": "2.0.9",
"version": "2.0.10",
"author": "Guten Ye <ywzhaifei@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styled-jsx",
"description": "Adds SSR support for styled-jsx",
"version": "2.0.5",
"version": "2.0.6",
"author": "Tim Suchanek <tim.suchanek@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-stylus",
"description": "Gatsby support for Stylus",
"version": "1.1.16",
"version": "1.1.17",
"author": "Ian Sinnott <ian@iansinnott.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-1-config-css-modules": "^1.0.11",
"stylus": "^0.54.5",
"stylus-loader": "webpack1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support for Gatsby layouts and pages.",
"version": "1.4.18",
"version": "1.4.19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
"version": "1.0.15",
"version": "1.0.16",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"gatsby-remark-prismjs": "^1.2.20",
"gatsby-remark-prismjs": "^1.2.21",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "1.2.20",
"version": "1.2.21",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-faker",
"description": "A gatsby plugin to get fake data for testing",
"version": "1.0.6",
"version": "1.0.7",
"author": "Pavithra Kodmad<pavithra.kodmad@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-react-docgen",
"description": "Expose React component metadata and prop information as GraphQL types",
"version": "1.0.16",
"version": "1.0.17",
"author": "Jason Quense <monastic.panic@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.9.240",
"version": "1.9.241",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -48,7 +48,7 @@
"friendly-errors-webpack-plugin": "^1.6.1",
"front-matter": "^2.1.0",
"fs-extra": "^4.0.1",
"gatsby-1-config-css-modules": "^1.0.10",
"gatsby-1-config-css-modules": "^1.0.11",
"gatsby-1-config-extract-plugin": "^1.0.2",
"gatsby-cli": "^1.1.48",
"gatsby-link": "^1.6.39",
Expand Down

0 comments on commit 958b76d

Please sign in to comment.