Skip to content

Commit

Permalink
Merge pull request #49 from lowdefy/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
SamTolmay authored Aug 8, 2024
2 parents 422e4ed + 8b375b0 commit b128505
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-turkeys-care.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-seas-smash.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/community-plugin-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lowdefy/community-plugin-mongodb

## 2.3.0

### Minor Changes

- dd8f667: Add support for a removed field on the user object.

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-mongodb",
"version": "2.2.1",
"version": "2.3.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions plugins/community-plugin-xlsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lowdefy/community-plugin-xlsx

## 1.1.0

### Minor Changes

- f4e0096: - Added functionality for dot-notation in the value field.
- Added functionality for Array types.
- Added error if schema param is not defined.
- Updated dependency write-excel-file to v2.0.5.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/community-plugin-xlsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/community-plugin-xlsx",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit b128505

Please sign in to comment.