Skip to content

Commit 0817a58

Browse files
authored
publish new versions
1 parent 816c87b commit 0817a58

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)