Skip to content

Commit

Permalink
Merge pull request #143 from runlightyear/gsheets-beta-candidate
Browse files Browse the repository at this point in the history
Google Sheets beta candidate
  • Loading branch information
ebouck authored Sep 19, 2023
2 parents 50ce2b8 + 5d9d574 commit d535a4f
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 10 deletions.
7 changes: 7 additions & 0 deletions packages/@runlightyear/gsheets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @runlightyear/gsheets

## 0.5.0

### Minor Changes

- Added examples
- Added onNewRows listener

## 0.4.4

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/@runlightyear/gsheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runlightyear/gsheets",
"version": "0.4.4",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -13,7 +13,8 @@
"docs:extract": "api-extractor run --local --verbose"
},
"dependencies": {
"@runlightyear/lightyear": "workspace:*"
"@runlightyear/lightyear": "workspace:*",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.2",
Expand Down
Loading

0 comments on commit d535a4f

Please sign in to comment.