fix(Google Sheets Node): Missing version fo RMC (no-changelog) (#7886)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret 2023-11-30 17:24:43 +02:00 committed by GitHub
parent fe3417a615
commit ade3acf800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ export const description: SheetProperties = [
show: {
resource: ['sheet'],
operation: ['append'],
'@version': [4, 4.1],
'@version': [4, 4.1, 4.2],
},
hide: {
...untilSheetSelected,

View file

@ -172,7 +172,7 @@ export const description: SheetProperties = [
show: {
resource: ['sheet'],
operation: ['appendOrUpdate'],
'@version': [4, 4.1],
'@version': [4, 4.1, 4.2],
},
hide: {
...untilSheetSelected,

View file

@ -172,7 +172,7 @@ export const description: SheetProperties = [
show: {
resource: ['sheet'],
operation: ['update'],
'@version': [4, 4.1],
'@version': [4, 4.1, 4.2],
},
hide: {
...untilSheetSelected,