Skip to content

Commit a9dd4d1

Browse files
committed
chore(release): Publish
- gatsby-theme-blog-core@4.0.0 - gatsby-theme-blog-darkmode@4.0.0 - gatsby-theme-blog@4.0.0 - gatsby-theme-i18n-lingui@3.0.0 - gatsby-theme-i18n-react-i18next@3.0.0 - gatsby-theme-i18n-react-intl@3.0.0 - gatsby-theme-i18n@3.0.0 - gatsby-theme-notes@4.0.0 - gatsby-theme-ui-preset@3.0.0 - example-i18n@2.0.0 - example-lingui@2.0.0 - example-react-i18next@2.0.0 - example-react-intl@2.0.0 - gatsby-starter-theme@1.0.0
1 parent ca08c16 commit a9dd4d1

28 files changed

Lines changed: 111 additions & 27 deletions

File tree

packages/gatsby-theme-blog-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.1.0...gatsby-theme-blog-core@4.0.0) (2021-12-03)
7+
8+
### Features
9+
10+
- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))
11+
612
# [2.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.0.5...gatsby-theme-blog-core@2.1.0) (2021-04-12)
713

814
### Features

packages/gatsby-theme-blog-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-blog-core",
33
"description": "The core theme for gatsby-theme-blog",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"main": "index.js",
66
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
77
"license": "MIT",

packages/gatsby-theme-blog-darkmode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-darkmode@2.0.2...gatsby-theme-blog-darkmode@4.0.0) (2021-12-03)
7+
8+
### Features
9+
10+
- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))
11+
612
## [2.0.2](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-darkmode@2.0.0...gatsby-theme-blog-darkmode@2.0.2) (2020-09-14)
713

814
**Note:** Version bump only for package gatsby-theme-blog-darkmode

packages/gatsby-theme-blog-darkmode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog-darkmode",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A Gatsby blog theme for a dark/light mode",
55
"main": "index.js",
66
"keywords": [

packages/gatsby-theme-blog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.1.0...gatsby-theme-blog@4.0.0) (2021-12-03)
7+
8+
### Features
9+
10+
- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))
11+
612
# [2.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.6...gatsby-theme-blog@2.1.0) (2021-04-12)
713

814
### Features

packages/gatsby-theme-blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-blog",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
55
"main": "index.js",
66
"keywords": [
@@ -25,8 +25,8 @@
2525
"gatsby-plugin-react-helmet": "^5.3.0",
2626
"gatsby-plugin-theme-ui": "0.7.0",
2727
"gatsby-plugin-twitter": "^4.3.0",
28-
"gatsby-theme-blog-core": "^3.0.0",
29-
"gatsby-theme-ui-preset": "^2.0.0",
28+
"gatsby-theme-blog-core": "^4.0.0",
29+
"gatsby-theme-ui-preset": "^3.0.0",
3030
"mdx-utils": "0.2.0",
3131
"react-helmet": "^6.1.0",
3232
"theme-ui": "0.7.0"

packages/gatsby-theme-i18n-lingui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-lingui@1.0.4...gatsby-theme-i18n-lingui@3.0.0) (2021-12-03)
7+
8+
### Features
9+
10+
- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))
11+
612
## 1.0.4 (2020-09-14)
713

814
**Note:** Version bump only for package gatsby-theme-i18n-lingui

packages/gatsby-theme-i18n-lingui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-i18n-lingui",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"author": "LekoArts <lekoarts@gmail.com>",
66
"description": "A Gatsby theme for providing localization support via Lingui. This theme sets up Lingui's context provider so that you can access your translations on every page. Works best together with gatsby-theme-i18n.",

packages/gatsby-theme-i18n-react-i18next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-react-i18next@1.0.5...gatsby-theme-i18n-react-i18next@3.0.0) (2021-12-03)
7+
8+
### Features
9+
10+
- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))
11+
612
## [1.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-react-i18next@1.0.4...gatsby-theme-i18n-react-i18next@1.0.5) (2021-04-09)
713

814
### Bug Fixes

packages/gatsby-theme-i18n-react-i18next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-i18n-react-i18next",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"author": "LekoArts <lekoarts@gmail.com>",
66
"description": "A Gatsby theme for providing localization support via react-i18next. This theme sets up react-i18next's context provider so that you can access your translations on every page. Works best together with gatsby-theme-i18n.",

0 commit comments

Comments
 (0)