Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
wardpeet committed Dec 3, 2021
1 parent ca08c16 commit a9dd4d1
Show file tree
Hide file tree
Showing 28 changed files with 111 additions and 27 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog-core/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-core@2.1.0...gatsby-theme-blog-core@4.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

# [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)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-blog-core",
"description": "The core theme for gatsby-theme-blog",
"version": "3.0.0",
"version": "4.0.0",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog-darkmode/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog-darkmode@2.0.2...gatsby-theme-blog-darkmode@4.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [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)

**Note:** Version bump only for package gatsby-theme-blog-darkmode
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog-darkmode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-darkmode",
"version": "3.0.0",
"version": "4.0.0",
"description": "A Gatsby blog theme for a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-blog/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.1.0...gatsby-theme-blog@4.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

# [2.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-blog@2.0.6...gatsby-theme-blog@2.1.0) (2021-04-12)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "3.0.0",
"version": "4.0.0",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand All @@ -25,8 +25,8 @@
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-theme-ui": "0.7.0",
"gatsby-plugin-twitter": "^4.3.0",
"gatsby-theme-blog-core": "^3.0.0",
"gatsby-theme-ui-preset": "^2.0.0",
"gatsby-theme-blog-core": "^4.0.0",
"gatsby-theme-ui-preset": "^3.0.0",
"mdx-utils": "0.2.0",
"react-helmet": "^6.1.0",
"theme-ui": "0.7.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-i18n-lingui/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-lingui@1.0.4...gatsby-theme-i18n-lingui@3.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## 1.0.4 (2020-09-14)

**Note:** Version bump only for package gatsby-theme-i18n-lingui
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n-lingui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n-lingui",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"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.",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-i18n-react-i18next/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.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)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [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)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n-react-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n-react-i18next",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"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.",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-i18n-react-intl/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n-react-intl@1.0.4...gatsby-theme-i18n-react-intl@3.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## 1.0.4 (2020-09-14)

**Note:** Version bump only for package gatsby-theme-i18n-react-intl
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n-react-intl",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"description": "A Gatsby theme for providing localization support via react-intl. This theme sets up react-intl's context provider so that you can access your translations on every page. Works best together with gatsby-theme-i18n.",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-i18n/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n@1.0.5...gatsby-theme-i18n@3.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-i18n@1.0.4...gatsby-theme-i18n@1.0.5) (2021-01-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-i18n",
"version": "2.0.0",
"version": "3.0.0",
"main": "index.js",
"types": "index.d.ts",
"author": "LekoArts <lekoarts@gmail.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-notes/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-notes@2.0.6...gatsby-theme-notes@4.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [2.0.6](https://github.com/gatsbyjs/themes/compare/gatsby-theme-notes@2.0.5...gatsby-theme-notes@2.0.6) (2021-04-09)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "3.0.0",
"version": "4.0.0",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"gatsby-plugin-redirects": "^1.0.0",
"gatsby-plugin-theme-ui": "0.7.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-ui-preset": "^2.0.0",
"gatsby-theme-ui-preset": "^3.0.0",
"is-present": "^1.0.0",
"react-feather": "^2.0.9",
"theme-ui": "0.7.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-theme-ui-preset/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.0](https://github.com/gatsbyjs/themes/compare/gatsby-theme-ui-preset@1.0.5...gatsby-theme-ui-preset@3.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.5](https://github.com/gatsbyjs/themes/compare/gatsby-theme-ui-preset@1.0.4...gatsby-theme-ui-preset@1.0.5) (2021-04-09)

**Note:** Version bump only for package gatsby-theme-ui-preset
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-preset",
"version": "2.0.0",
"version": "3.0.0",
"description": "A preset for Theme UI styles used in Gatsby projects",
"main": "src/index.js",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions starters/example-i18n/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.

# [2.0.0](https://github.com/gatsbyjs/themes/compare/example-i18n@1.0.3...example-i18n@2.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-i18n@1.0.2...example-i18n@1.0.3) (2021-01-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions starters/example-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-i18n",
"version": "1.0.4",
"version": "2.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"private": true,
Expand All @@ -19,7 +19,7 @@
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
6 changes: 6 additions & 0 deletions starters/example-lingui/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.

# [2.0.0](https://github.com/gatsbyjs/themes/compare/example-lingui@1.0.3...example-lingui@2.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-lingui@1.0.2...example-lingui@1.0.3) (2021-01-06)

**Note:** Version bump only for package example-lingui
Expand Down
6 changes: 3 additions & 3 deletions starters/example-lingui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-lingui",
"version": "1.0.4",
"version": "2.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"private": true,
Expand All @@ -22,8 +22,8 @@
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n-lingui": "^2.0.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-lingui": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
6 changes: 6 additions & 0 deletions starters/example-react-i18next/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.

# [2.0.0](https://github.com/gatsbyjs/themes/compare/example-react-i18next@1.0.4...example-react-i18next@2.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.4](https://github.com/gatsbyjs/themes/compare/example-react-i18next@1.0.3...example-react-i18next@1.0.4) (2021-04-09)

**Note:** Version bump only for package example-react-i18next
Expand Down
6 changes: 3 additions & 3 deletions starters/example-react-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-i18next",
"version": "1.0.5",
"version": "2.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"private": true,
Expand All @@ -18,8 +18,8 @@
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n-react-i18next": "^2.0.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-react-i18next": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
Expand Down
6 changes: 6 additions & 0 deletions starters/example-react-intl/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.

# [2.0.0](https://github.com/gatsbyjs/themes/compare/example-react-intl@1.0.3...example-react-intl@2.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

## [1.0.3](https://github.com/gatsbyjs/themes/compare/example-react-intl@1.0.2...example-react-intl@1.0.3) (2021-01-06)

**Note:** Version bump only for package example-react-intl
Expand Down
6 changes: 3 additions & 3 deletions starters/example-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react-intl",
"version": "1.0.4",
"version": "2.0.0",
"main": "index.js",
"author": "LekoArts <lekoarts@gmail.com>",
"private": true,
Expand All @@ -17,8 +17,8 @@
"gatsby": "^4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-theme-i18n": "^2.0.0",
"gatsby-theme-i18n-react-intl": "^2.0.0",
"gatsby-theme-i18n": "^3.0.0",
"gatsby-theme-i18n-react-intl": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.23.0"
Expand Down
6 changes: 6 additions & 0 deletions starters/theme/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.

# [1.0.0](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.1.0...gatsby-starter-theme@1.0.0) (2021-12-03)

### Features

- upgrade to gatsby v4 ([#149](https://github.com/gatsbyjs/themes/issues/149)) ([ca08c16](https://github.com/gatsbyjs/themes/commit/ca08c168431b48ebc16fcdded16f4e02c852e41b))

# [0.1.0](https://github.com/gatsbyjs/themes/compare/gatsby-starter-theme@0.0.8...gatsby-starter-theme@0.1.0) (2021-04-12)

**Note:** Version bump only for package gatsby-starter-theme
Expand Down
8 changes: 4 additions & 4 deletions starters/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-starter-theme",
"private": true,
"version": "0.0.9",
"version": "1.0.0",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"gatsby": "^4.3.0",
"gatsby-theme-blog": "^3.0.0",
"gatsby-theme-blog-darkmode": "^3.0.0",
"gatsby-theme-notes": "^3.0.0",
"gatsby-theme-blog": "^4.0.0",
"gatsby-theme-blog-darkmode": "^4.0.0",
"gatsby-theme-notes": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit a9dd4d1

Please sign in to comment.