Skip to content

Commit

Permalink
beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
eluce2 committed Jun 26, 2024
1 parent b6eb3dc commit 8e4aabc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@proofgeist/fmdapi": "3.5.0"
},
"changesets": [
"kind-seahorses-marry",
"nice-chicken-applaud",
"yellow-stingrays-drum"
]
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @proofgeist/fmdapi

## 4.0.0-beta.0

### Major Changes

- b6eb3dc: Extendable Adapters

### Patch Changes

- b6eb3dc: Add `layout` property to client return. Use for reference or as a helper to custom method which do not automatically recieve the layout property
- b6eb3dc: Remove `baseUrl` from client return

## 3.5.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofgeist/fmdapi",
"version": "3.5.0",
"version": "4.0.0-beta.0",
"description": "FileMaker Data API client",
"main": "dist/index.js",
"repository": "[email protected]:proofgeist/fm-dapi.git",
Expand Down Expand Up @@ -71,6 +71,7 @@
"keywords": [
"filemaker",
"fms",
"fm",
"data api",
"dapi",
"fmrest",
Expand Down

0 comments on commit 8e4aabc

Please sign in to comment.