Skip to content

Commit

Permalink
Changesets: Version Packages (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 10, 2021
1 parent b2822c0 commit 7f32fd2
Show file tree
Hide file tree
Showing 24 changed files with 268 additions and 56 deletions.
27 changes: 0 additions & 27 deletions .changeset/beige-bees-sleep.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/silent-fireants-boil.md

This file was deleted.

19 changes: 19 additions & 0 deletions themes/gatsby-theme-cara/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-cara/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-cara",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"license": "MIT",
Expand Down
23 changes: 23 additions & 0 deletions themes/gatsby-theme-emilia-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-emilia-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-emilia-core",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Core Theme for @lekoarts/gatsby-theme-emilia. This theme implements the Project node interface and exports templates (+ queries) which you can shadow.",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions themes/gatsby-theme-emilia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

* Updated dependencies [[`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33), [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36)]:
- @lekoarts/gatsby-theme-emilia-core@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-emilia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-emilia",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia-core": "^2.0.0",
"@lekoarts/gatsby-theme-emilia-core": "^2.0.1",
"@theme-ui/presets": "^0.9.1",
"gatsby-plugin-image": "^1.7.0",
"gatsby-plugin-react-helmet": "^4.7.0",
Expand Down
23 changes: 23 additions & 0 deletions themes/gatsby-theme-emma-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-emma-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-emma-core",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Core Theme for @lekoarts/gatsby-theme-emma. This theme implements the Project and Page node interfaces and exports templates (+ queries) which you can shadow.",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions themes/gatsby-theme-emma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

* Updated dependencies [[`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33), [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36)]:
- @lekoarts/gatsby-theme-emma-core@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-emma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-emma",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@lekoarts/gatsby-theme-emma-core": "^2.0.0",
"@lekoarts/gatsby-theme-emma-core": "^2.0.1",
"@mdx-js/mdx": "^1.6.22",
"@theme-ui/presets": "^0.9.1",
"gatsby-plugin-catch-links": "^3.7.0",
Expand Down
19 changes: 19 additions & 0 deletions themes/gatsby-theme-graphql-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-graphql-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-graphql-playground",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "GraphQL Playground to showcase the power of GraphQL. Write your queries and documentation with MDX and display queries in an interactive GraphiQL window. It can source from your localhost or a remote URL (e.g. Codesandbox).",
"license": "MIT",
Expand Down
23 changes: 23 additions & 0 deletions themes/gatsby-theme-jodie-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/gatsby-theme-jodie-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-jodie-core",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Core Theme for @lekoarts/gatsby-theme-jodie. This theme implements the Project interface and exports templates (+ queries) which you can shadow.",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions themes/gatsby-theme-jodie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 2.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

* Updated dependencies [[`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33), [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36)]:
- @lekoarts/gatsby-theme-jodie-core@2.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions themes/gatsby-theme-jodie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lekoarts/gatsby-theme-jodie",
"version": "2.0.0",
"version": "2.0.1",
"author": "LekoArts <[email protected]>",
"description": "Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects.",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@lekoarts/gatsby-theme-jodie-core": "^2.0.0",
"@lekoarts/gatsby-theme-jodie-core": "^2.0.1",
"@theme-ui/presets": "^0.9.1",
"@theme-ui/prism": "^0.9.1",
"gatsby-plugin-image": "^1.7.0",
Expand Down
23 changes: 23 additions & 0 deletions themes/gatsby-theme-minimal-blog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 3.0.1

### Patch Changes

- [#597](https://github.com/LekoArts/gatsby-themes/pull/597) [`e1aec09`](https://github.com/LekoArts/gatsby-themes/commit/e1aec0984a39e834ae81001bf41bb2813a30bf33) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update packages

Renovate Bot updates:

- `@react-spring/parallax` ^9.1.2 -> ^9.2.3
- `@react-spring/web` ^9.1.2 -> ^9.2.3
- `gatsby-plugin-catch-links` ^3.6.0 -> ^3.7.0
- `gatsby-plugin-image` ^1.6.0 -> ^1.7.0
- `gatsby-plugin-mdx` ^2.6.0 -> ^2.7.0
- `gatsby-plugin-react-helmet` ^4.6.0 -> ^4.7.0
- `gatsby-plugin-sharp` ^3.6.0 -> ^3.7.0
- `gatsby-remark-images` ^5.3.0 -> ^5.4.0
- `gatsby-source-filesystem` ^3.6.0 -> ^3.7.0
- `gatsby-transformer-sharp` ^3.6.0 -> ^3.7.0

* [#605](https://github.com/LekoArts/gatsby-themes/pull/605) [`b2822c0`](https://github.com/LekoArts/gatsby-themes/commit/b2822c0f6bef8f7d74d1846160659e8ddb0a6c36) Thanks [@LekoArts](https://github.com/LekoArts)! - fix: Don't use nullish coalescing

Support for Node versions older than 14+

## 3.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 7f32fd2

Please sign in to comment.