Commit e775890
Implement insert and move dimension actions for Google Sheets component (#18973)
* Implement insert and move dimension actions for Google Sheets component
- Added new actions: Insert Dimension and Move Dimension, allowing users to manipulate dimensions within spreadsheets.
- Updated the Google Sheets component to version 0.10.0 to reflect these additions.
- Refactored imports for better organization and clarity.
* Update version numbers for multiple Google Sheets actions and sources
- Bumped version numbers for various actions, including:
- Add Column (0.1.13 to 0.1.14)
- Add Multiple Rows (0.2.16 to 0.2.17)
- Add Single Row (2.1.19 to 2.1.20)
- Clear Cell (0.1.17 to 0.1.18)
- Clear Rows (0.1.15 to 0.1.16)
- Copy Worksheet (0.1.13 to 0.1.14)
- Create Spreadsheet (0.1.15 to 0.1.16)
- Create Worksheet (0.1.13 to 0.1.14)
- Delete Rows (0.0.13 to 0.0.14)
- Delete Worksheet (0.1.13 to 0.1.14)
- Find Row (0.2.16 to 0.2.17)
- Get Cell (0.1.15 to 0.1.16)
- Get Current User (0.0.1 to 0.0.2)
- Get Spreadsheet by ID (0.1.14 to 0.1.15)
- Get Values in Range (0.1.15 to 0.1.16)
- Insert Anchored Note (0.1.13 to 0.1.14)
- Insert Comment (0.1.14 to 0.1.15)
- List Worksheets (0.1.13 to 0.1.14)
- Update Cell (0.1.15 to 0.1.16)
- Update Formatting (0.0.1 to 0.0.2)
- Update Multiple Rows (0.1.15 to 0.1.16)
- Update Row (0.1.17 to 0.1.18)
- Upsert Row (0.1.17 to 0.1.18)
- Updated version numbers for sources, including:
- New Comment (0.1.2 to 0.1.3)
- New Row Added (0.2.2 to 0.2.3)
- New Row Added (Polling) (0.1.2 to 0.1.3)
- New Updates (0.3.2 to 0.3.3)
- New Worksheet (0.2.2 to 0.2.3)
* Update components/google_sheets/actions/move-dimension/move-dimension.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent cacd514 commit e775890
File tree
32 files changed
+225
-34
lines changed- components/google_sheets
- actions
- add-column
- add-multiple-rows
- add-single-row
- clear-cell
- clear-rows
- copy-worksheet
- create-spreadsheet
- create-worksheet
- delete-rows
- delete-worksheet
- find-row
- get-cell
- get-current-user
- get-spreadsheet-by-id
- get-values-in-range
- insert-anchored-note
- insert-comment
- insert-dimension
- list-worksheets
- move-dimension
- update-cell
- update-formatting
- update-multiple-rows
- update-row
- upsert-row
- sources
- new-comment
- new-row-added-polling
- new-row-added
- new-updates
- new-worksheet
32 files changed
+225
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments