Skip to content
/ qp-n8n Public
forked from n8n-io/n8n

Commit

Permalink
docs: Remove version notice from overhauled nodes (no-changelog) (n8n…
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored and sunilrr committed Apr 24, 2023
1 parent f4358b0 commit 3b0a7a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'notice',
type: 'notice',
default: '',
},
// TODO: Add choice for text as text or html (maybe also from name)
{
displayName: 'From Email',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'version1',
type: 'notice',
default: '',
},
{
displayName: 'Authentication',
name: 'authentication',
Expand Down
6 changes: 0 additions & 6 deletions packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'versionNotice',
type: 'notice',
default: '',
},
{
displayName: 'Operation',
name: 'operation',
Expand Down
6 changes: 0 additions & 6 deletions packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ const versionDescription: INodeTypeDescription = {
},
],
properties: [
{
displayName: 'Version 1',
name: 'versionNotice',
type: 'notice',
default: '',
},
{
displayName: 'Operation',
name: 'operation',
Expand Down

0 comments on commit 3b0a7a5

Please sign in to comment.