Skip to content

Commit

Permalink
Merge branch main into feature/packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed May 13, 2024
2 parents 47ec15f + c85b442 commit d58dc09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/clients/meldemichel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Chore: Import newly exposed style paths of `@polar/core` as well as all plugin packages.

## 1.1.0

- Change: The search now no longer focuses on the first result after a successful search.

## 1.0.0

Initial release. 🎉
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/meldemichel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/client-meldemichel",
"version": "1.0.0",
"version": "1.1.0",
"description": "Client Meldemichel",
"license": "EUPL-1.2",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion packages/clients/meldemichel/src/mapConfigurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const addressSearch: AddressSearchConfiguration = {
],
minLength: 3,
waitMs: 300,
focusAfterSearch: true,
}

const commonPins: Partial<PinsConfiguration> = {
Expand Down

0 comments on commit d58dc09

Please sign in to comment.