Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: re-generate changelogs #32886

Merged
merged 24 commits into from Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions .circleci/config.yml
Expand Up @@ -469,6 +469,16 @@ jobs:
- run: git config --global user.email "core-team@gatsbyjs.com"
- run: sh ./scripts/publish-starters.sh "starters/*"

update_changelogs:
executor: node
steps:
- checkout
- run: apt-get update && apt-get install jq python -y
- <<: *restore_cache
- run: git config --global user.name "GatsbyJS Bot"
- run: git config --global user.email "core-team@gatsbyjs.com"
- run: node scripts/gatsby-changelog-generator/update-and-open-pr.js

update_i18n_source:
executor: node
steps:
Expand Down Expand Up @@ -692,3 +702,8 @@ workflows:
branches:
only:
- master
# - update_changelogs:
# filters:
# branches:
# only:
# - /release\/.+/
1 change: 1 addition & 0 deletions lerna.json
Expand Up @@ -7,6 +7,7 @@
"allowBranch": "release/*",
"bump": "patch",
"conventionalCommits": true,
"changelog": false,
"message": "chore(release): Publish"
},
"bootstrap": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -155,7 +155,7 @@
"test:watch": "jest --watch",
"typecheck": "node ./scripts/check-ts",
"update-dictionary": "node ./scripts/update-dictionary.js",
"version": "prettier --write \"**/CHANGELOG.md\"",
"version": "node ./scripts/gatsby-changelog-generator/lerna-version-lifecycle.js && prettier --write \"**/CHANGELOG.md\"",
"watch": "lerna run watch --no-sort --stream --concurrency 999"
},
"workspaces": [
Expand Down
157 changes: 79 additions & 78 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

Large diffs are not rendered by default.

134 changes: 80 additions & 54 deletions packages/babel-preset-gatsby-package/CHANGELOG.md
@@ -1,137 +1,163 @@
# Change Log
# Changelog: `babel-preset-gatsby-package`

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.3...babel-preset-gatsby-package@1.13.0-next.0) (2021-08-12)
## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.12.0/packages/babel-preset-gatsby-package) (2021-08-18)

**Note:** Version bump only for package babel-preset-gatsby-package
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12)

# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.2...babel-preset-gatsby-package@1.12.0-next.3) (2021-08-09)
#### Features

### Bug Fixes
- add conditional compilation plugin [#32687](https://github.com/gatsbyjs/gatsby/issues/32687) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41))

- **babel-preset-gatsby:** no compile ([#32713](https://github.com/gatsbyjs/gatsby/issues/32713)) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77))
#### Bug Fixes

# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.1...babel-preset-gatsby-package@1.12.0-next.2) (2021-08-05)
- no compile [#32713](https://github.com/gatsbyjs/gatsby/issues/32713) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77))

### Features
#### Chores

- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf))

- **babel-preset-gatsby-package:** add conditional compilation plugin ([#32687](https://github.com/gatsbyjs/gatsby/issues/32687)) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41))
## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.11.0/packages/babel-preset-gatsby-package) (2021-08-04)

# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.0...babel-preset-gatsby-package@1.12.0-next.1) (2021-08-05)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.11.0-next.0...babel-preset-gatsby-package@1.12.0-next.0) (2021-07-29)
## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.10.0/packages/babel-preset-gatsby-package) (2021-07-20)

**Note:** Version bump only for package babel-preset-gatsby-package
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10)

# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.10.0-next.1...babel-preset-gatsby-package@1.11.0-next.0) (2021-07-15)
#### Chores

**Note:** Version bump only for package babel-preset-gatsby-package
- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a))

# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.10.0-next.0...babel-preset-gatsby-package@1.10.0-next.1) (2021-07-08)
## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.9.0/packages/babel-preset-gatsby-package) (2021-07-07)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.9.0-next.0...babel-preset-gatsby-package@1.10.0-next.0) (2021-07-01)
## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.8.0/packages/babel-preset-gatsby-package) (2021-06-23)

**Note:** Version bump only for package babel-preset-gatsby-package
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8)

# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.1...babel-preset-gatsby-package@1.9.0-next.0) (2021-06-18)
#### Chores

**Note:** Version bump only for package babel-preset-gatsby-package
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060))

# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.0...babel-preset-gatsby-package@1.8.0-next.1) (2021-06-10)
### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.1/packages/babel-preset-gatsby-package) (2021-06-10)

**Note:** Version bump only for package babel-preset-gatsby-package
#### Chores

# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.2...babel-preset-gatsby-package@1.8.0-next.0) (2021-06-03)
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686))

**Note:** Version bump only for package babel-preset-gatsby-package
## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.0/packages/babel-preset-gatsby-package) (2021-06-09)

# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.1...babel-preset-gatsby-package@1.7.0-next.2) (2021-06-02)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7)

**Note:** Version bump only for package babel-preset-gatsby-package
#### Bug Fixes

# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.0...babel-preset-gatsby-package@1.7.0-next.1) (2021-05-31)
- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e))

### Bug Fixes
#### Chores

- **gatsby-plugin-gatsby-cloud:** only load indicator code when enabled ([#31506](https://github.com/gatsbyjs/gatsby/issues/31506)) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e))
- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9))

# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.6.0-next.0...babel-preset-gatsby-package@1.7.0-next.0) (2021-05-21)
## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.6.0/packages/babel-preset-gatsby-package) (2021-05-25)

**Note:** Version bump only for package babel-preset-gatsby-package
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6)

# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.5.0-next.0...babel-preset-gatsby-package@1.6.0-next.0) (2021-05-06)
#### Bug Fixes

**Note:** Version bump only for package babel-preset-gatsby-package
- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) [#31575](https://github.com/gatsbyjs/gatsby/issues/31575) ([ae5f270](https://github.com/gatsbyjs/gatsby/commit/ae5f270bb1c472fd75b307f42711cc1339db1909))

## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.5.0/packages/babel-preset-gatsby-package) (2021-05-12)

# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.4.0-next.0...babel-preset-gatsby-package@1.5.0-next.0) (2021-04-23)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.3.0-next.1...babel-preset-gatsby-package@1.4.0-next.0) (2021-04-09)
## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.4.0/packages/babel-preset-gatsby-package) (2021-04-28)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.3.0-next.0...babel-preset-gatsby-package@1.3.0-next.1) (2021-04-07)
## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.3.0/packages/babel-preset-gatsby-package) (2021-04-14)

### Bug Fixes
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3)

- **deps:** update minor and patch for babel-preset-gatsby-package ([#29852](https://github.com/gatsbyjs/gatsby/issues/29852)) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6))
#### Bug Fixes

# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.2.0-next.0...babel-preset-gatsby-package@1.3.0-next.0) (2021-03-25)
- update minor and patch for babel-preset-gatsby-package [#29852](https://github.com/gatsbyjs/gatsby/issues/29852) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6))

**Note:** Version bump only for package babel-preset-gatsby-package
## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.2.0/packages/babel-preset-gatsby-package) (2021-03-30)

# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.1.0-next.1...babel-preset-gatsby-package@1.2.0-next.0) (2021-03-11)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.1.0-next.0...babel-preset-gatsby-package@1.1.0-next.1) (2021-02-26)
## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.1.0/packages/babel-preset-gatsby-package) (2021-03-16)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.0.0-next.0...babel-preset-gatsby-package@1.1.0-next.0) (2021-02-26)
## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.0.0/packages/babel-preset-gatsby-package) (2021-03-02)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0)

**Note:** Version bump only for package babel-preset-gatsby-package

# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.13.0-next.0...babel-preset-gatsby-package@1.0.0-next.0) (2021-02-05)
## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.12.0/packages/babel-preset-gatsby-package) (2021-02-02)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32)

**Note:** Version bump only for package babel-preset-gatsby-package

# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.12.0-next.0...babel-preset-gatsby-package@0.13.0-next.0) (2021-01-28)
## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.11.0/packages/babel-preset-gatsby-package) (2021-01-20)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31)

**Note:** Version bump only for package babel-preset-gatsby-package

# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.11.0-next.0...babel-preset-gatsby-package@0.12.0-next.0) (2021-01-18)
## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.10.0/packages/babel-preset-gatsby-package) (2021-01-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30)

**Note:** Version bump only for package babel-preset-gatsby-package

# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.10.0-next.0...babel-preset-gatsby-package@0.11.0-next.0) (2020-12-29)
## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.9.0/packages/babel-preset-gatsby-package) (2020-12-15)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29)

**Note:** Version bump only for package babel-preset-gatsby-package

# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.9.0-next.0...babel-preset-gatsby-package@0.10.0-next.0) (2020-12-10)
## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.8.0/packages/babel-preset-gatsby-package) (2020-12-02)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28)

**Note:** Version bump only for package babel-preset-gatsby-package

# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.8.0-next.0...babel-preset-gatsby-package@0.9.0-next.0) (2020-11-26)
## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.7.0/packages/babel-preset-gatsby-package) (2020-11-20)

**Note:** Version bump only for package babel-preset-gatsby-package
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27)

# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.7.0-next.0...babel-preset-gatsby-package@0.8.0-next.0) (2020-11-18)
#### Chores

**Note:** Version bump only for package babel-preset-gatsby-package
- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3))

# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.6.0-next.0...babel-preset-gatsby-package@0.6.0-next.1) (2020-11-10)
## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.6.0/packages/babel-preset-gatsby-package) (2020-11-12)

### Bug Fixes
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26)

#### Bug Fixes

- update minor and patch for babel-preset-gatsby-package [#27905](https://github.com/gatsbyjs/gatsby/issues/27905) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6))

- **deps:** update minor and patch for babel-preset-gatsby-package ([#27905](https://github.com/gatsbyjs/gatsby/issues/27905)) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6))
<a name="before-release-process"></a>

## [0.5.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.5.2...babel-preset-gatsby-package@0.5.3) (2020-09-15)

Expand Down