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

Version Packages #482

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-bottles-think.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/bright-buckets-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-donuts-bake.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/flat-colts-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-rings-wave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lovely-wombats-relax.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tame-ladybugs-run.md

This file was deleted.

9 changes: 9 additions & 0 deletions integration-tests/plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# test-fastify-gatsby

## 1.0.19

### Patch Changes

- [#467](https://github.com/gatsby-uc/plugins/pull/467) [`e7f1d20`](https://github.com/gatsby-uc/plugins/commit/e7f1d20bb7c91e6b5890c1c7655fcc77afbd39f8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests

- Updated dependencies [[`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5), [`3ff08a8`](https://github.com/gatsby-uc/plugins/commit/3ff08a8bcd712a9728a009e42e48a092251a1b01), [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307), [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f), [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82)]:
- gatsby-plugin-fastify@0.13.4

## 1.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/plugin-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-plugin-fastify",
"version": "1.0.18",
"version": "1.0.19",
"private": true,
"description": "Gatsby starter and test site for gatsby-plugin-fastify",
"author": "Alex Moon",
Expand Down
9 changes: 9 additions & 0 deletions integration-tests/source-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# source-s3

## 1.0.18

### Patch Changes

- [#467](https://github.com/gatsby-uc/plugins/pull/467) [`e7f1d20`](https://github.com/gatsby-uc/plugins/commit/e7f1d20bb7c91e6b5890c1c7655fcc77afbd39f8) Thanks [@renovate](https://github.com/apps/renovate)! - chore(integration-tests): update integration tests

- Updated dependencies [[`25b0c04`](https://github.com/gatsby-uc/plugins/commit/25b0c04473de2e31894725c97fd70767742e8905), [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5), [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307), [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82)]:
- gatsby-source-s3@4.1.4

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "source-s3",
"description": "A simple starter to get started with gatsby-source-s3",
"version": "1.0.17",
"version": "1.0.18",
"license": "MIT",
"author": "Robin Métral <robin@metral.ch>",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-ackee-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gatsby-plugin-ackee-tracker

## 4.1.4

### Patch Changes

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-ackee-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-ackee-tracker",
"version": "4.1.3",
"version": "4.1.4",
"description": "Gatsby plugin to add Ackee Tracker to a site.",
"keywords": [
"ackee",
Expand Down
18 changes: 15 additions & 3 deletions packages/gatsby-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# gatsby-plugin-fastify

## 0.13.4

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#471](https://github.com/gatsby-uc/plugins/pull/471) [`3ff08a8`](https://github.com/gatsby-uc/plugins/commit/3ff08a8bcd712a9728a009e42e48a092251a1b01) Thanks [@renovate](https://github.com/apps/renovate)! - chore(packages): update dependency @types/jest to ^29.5.13

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 0.13.3

### Patch Changes
Expand Down Expand Up @@ -114,9 +128,7 @@
}
: undefined,
},
disableRequestLogging: ["trace", "debug"].includes(logLevel)
? false
: true,
disableRequestLogging: ["trace", "debug"].includes(logLevel) ? false : true,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-fastify",
"description": "Gatsby plugin for integration serving gatsby on Node.js using Fastify.",
"version": "0.13.3",
"version": "0.13.4",
"homepage": "https://github.com/gatsby-uc/plugins/blob/main/packages/gatsby-plugin-fastify/README.md",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-github-ribbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gatsby-plugin-github-ribbon

## 2.2.4

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-github-ribbon",
"version": "2.2.3",
"version": "2.2.4",
"description": "Add the \"Fork me on Github\" ribbon to your Gatsby Site.",
"author": "Alex Moon",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-plugin-pinterest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gatsby-plugin-pinterest

## 5.1.4

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 5.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-pinterest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-pinterest",
"version": "5.1.3",
"version": "5.1.4",
"description": "Gatsby plugin to add Pinterest's add-on script.",
"keywords": [
"gatsby",
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-relative-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gatsby-plugin-relative-ci

## 2.1.4

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-relative-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-relative-ci",
"version": "2.1.3",
"version": "2.1.4",
"description": "Integrate your Gatsby site with Relative CI",
"keywords": [
"gatsby",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-airtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.3

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

## 2.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-airtable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-airtable",
"description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
"version": "2.4.2",
"version": "2.4.3",
"repository": {
"type": "git",
"url": "https://github.com/gatsby-uc/plugins.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-packagist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gatsby-source-packagist

## 3.2.4

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 3.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-packagist",
"version": "3.2.3",
"version": "3.2.4",
"description": "Search the Packagist (PHP package repository) with gatsby GraphQL data schema.",
"keywords": [
"gatsby",
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gatsby-source-s3

## 4.1.4

### Patch Changes

- [#485](https://github.com/gatsby-uc/plugins/pull/485) [`25b0c04`](https://github.com/gatsby-uc/plugins/commit/25b0c04473de2e31894725c97fd70767742e8905) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions to ^3.669.0

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-s3",
"description": "A Gatsby plugin to source objects and images from AWS S3",
"version": "4.1.3",
"version": "4.1.4",
"contributors": [
"Robin Métral <robin@metral.ch>",
"Alex Moon <alex.jared.moon@gmail.com>",
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-strapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gatsby-source-strapi

## 4.0.1

### Patch Changes

- [#469](https://github.com/gatsby-uc/plugins/pull/469) [`4759545`](https://github.com/gatsby-uc/plugins/commit/475954526a982c149696255f7ddfb3dba60e17b5) Thanks [@renovate](https://github.com/apps/renovate)! - fix(packages): update non-major dependency versions

- [#484](https://github.com/gatsby-uc/plugins/pull/484) [`2579b64`](https://github.com/gatsby-uc/plugins/commit/2579b64b1bbf62df71fd3717486c600161f8b307) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling to v7.25.8

- [#468](https://github.com/gatsby-uc/plugins/pull/468) [`67b7397`](https://github.com/gatsby-uc/plugins/commit/67b73976f7606fed7653e26150d4a7bab092935f) Thanks [@renovate](https://github.com/apps/renovate)! - Refactor code for updated linting rules

- [#466](https://github.com/gatsby-uc/plugins/pull/466) [`3731300`](https://github.com/gatsby-uc/plugins/commit/3731300946af4aeed7caf052cea62886941f8c82) Thanks [@renovate](https://github.com/apps/renovate)! - chore(babel): update build tooling

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-strapi",
"version": "4.0.0",
"version": "4.0.1",
"description": "Gatsby source plugin for building websites using Strapi as a data source",
"keywords": [
"gatsby",
Expand Down