Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.10.3
 - gatsby-link@3.0.1
 - gatsby-plugin-sass@4.0.2
 - gatsby-react-router-scroll@4.0.1
 - gatsby-source-contentful@5.0.1
 - gatsby@3.0.3
  • Loading branch information
vladar committed Mar 5, 2021
1 parent ab41976 commit 043a025
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.2...gatsby-admin@0.10.3) (2021-03-05)

**Note:** Version bump only for package gatsby-admin

## [0.10.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.1...gatsby-admin@0.10.2) (2021-03-04)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.10.2",
"version": "0.10.3",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.0.2",
"gatsby": "^3.0.3",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.0.0...gatsby-link@3.0.1) (2021-03-05)

**Note:** Version bump only for package gatsby-link

# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.0.0-v3rc.1...gatsby-link@3.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "3.0.0",
"version": "3.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.1...gatsby-plugin-sass@4.0.2) (2021-03-05)

### Reverts

- Revert "fix(gatsby-plugin-sass): Change `modules` option around (#29986)" (#30038) (#30050) ([1acdbb6](https://github.com/gatsbyjs/gatsby/commit/1acdbb6e83338ce74231af3bbb34eba01d51bd4c)), closes [#29986](https://github.com/gatsbyjs/gatsby/issues/29986) [#30038](https://github.com/gatsbyjs/gatsby/issues/30038) [#30050](https://github.com/gatsbyjs/gatsby/issues/30050)

## [4.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0...gatsby-plugin-sass@4.0.1) (2021-03-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle SCSS/Sass files",
"version": "4.0.1",
"version": "4.0.2",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-react-router-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0...gatsby-react-router-scroll@4.0.1) (2021-03-05)

**Note:** Version bump only for package gatsby-react-router-scroll

# [4.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-v3rc.1...gatsby-react-router-scroll@4.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-react-router-scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-react-router-scroll",
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
"version": "4.0.0",
"version": "4.0.1",
"author": "Jimmy Jia",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0...gatsby-source-contentful@5.0.1) (2021-03-05)

### Bug Fixes

- **gatsby-source-contentful:** Remove image beta warning ([#29980](https://github.com/gatsbyjs/gatsby/issues/29980)) ([#30048](https://github.com/gatsbyjs/gatsby/issues/30048)) ([ab41976](https://github.com/gatsbyjs/gatsby/commit/ab419769691cf4922993bf50074c7ff9534e7f59))

# [5.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-v3rc.2...gatsby-source-contentful@5.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "5.0.0",
"version": "5.0.1",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.2...gatsby@3.0.3) (2021-03-05)

### Bug Fixes

- **gatsby:** always pass `stage` option to `babel-preset-gatsby` ([#30047](https://github.com/gatsbyjs/gatsby/issues/30047)) ([#30051](https://github.com/gatsbyjs/gatsby/issues/30051)) ([ec57576](https://github.com/gatsbyjs/gatsby/commit/ec57576e9a30bd5086fccb36ac32e5314d27cb34))

## [3.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.1...gatsby@3.0.2) (2021-03-04)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.0.2",
"version": "3.0.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -82,11 +82,11 @@
"gatsby-core-utils": "^2.0.0",
"gatsby-graphiql-explorer": "^1.0.0",
"gatsby-legacy-polyfills": "^1.0.0",
"gatsby-link": "^3.0.0",
"gatsby-link": "^3.0.1",
"gatsby-plugin-page-creator": "^3.0.0",
"gatsby-plugin-typescript": "^3.0.0",
"gatsby-plugin-utils": "^1.0.0",
"gatsby-react-router-scroll": "^4.0.0",
"gatsby-react-router-scroll": "^4.0.1",
"gatsby-telemetry": "^2.0.0",
"glob": "^7.1.6",
"got": "8.3.2",
Expand Down

0 comments on commit 043a025

Please sign in to comment.