Skip to content

Commit 36d4d74

Browse files
authored
Merge #423
423: Publish New Versions r=jbolda a=github-actions[bot] # Version Updates Merging this PR will release new versions of the following packages based on your change files. # gatsby-source-airtable ## [2.3.0] - This makes the fileNode pull `name` from the airtable metadata instead of the remote file, because when an airtable user changes the file name, airtable does not rename the original url. This change makes file name changes in airtable usable in the fileNode instead of needing to download, rename, and re-upload the file. - [4c107f6](4c107f6) Adding change file on 2021-12-13 - [0d8c3f2](0d8c3f2) Copy/pasted from the example without changing the type, oops! on 2021-12-13 - [d7200c0](d7200c0) apply suggestions from code review on 2022-05-21 Co-authored-by: bors[bot] <bors[bot]@users.noreply.github.com>
2 parents 816c87b + 0817a58 commit 36d4d74

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

.changes/fix-airtable-filenames.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## \[2.3.0]
4+
5+
- This makes the fileNode pull `name` from the airtable metadata instead of the
6+
remote file, because when an airtable user changes the file name, airtable does
7+
not rename the original url. This change makes file name changes in airtable
8+
usable in the fileNode instead of needing to download, rename, and re-upload the
9+
file.
10+
- [4c107f6](https://github.com/jbolda/gatsby-source-airtable/commit/4c107f63af56b7e1a3f6d54d22b840c98a638c3d) Adding change file on 2021-12-13
11+
- [0d8c3f2](https://github.com/jbolda/gatsby-source-airtable/commit/0d8c3f2c52cb98064ccfc2852afb5d9135160c3a) Copy/pasted from the example without changing the type, oops! on 2021-12-13
12+
- [d7200c0](https://github.com/jbolda/gatsby-source-airtable/commit/d7200c0be3c5b5896fa9d479836b8d5d33ee6b03) apply suggestions from code review on 2022-05-21
13+
314
## \[2.2.1]
415

516
- Add logging statement

package-lock.json

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-airtable",
33
"description": "Gatsby Airtable Source with Linked Nodes, Multiple Tables and File Nodes.",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"repository": "git@github.com:jbolda/gatsby-source-airtable.git",
66
"author": "Jacob Bolda <me@jacobbolda.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)