Skip to content

Commit

Permalink
Update new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 17, 2024
1 parent 0feeb24 commit 8f8adff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .changeset/funny-socks-carry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"@open-pioneer/react-utils": major
---

**Breaking:** Removed the `ToolButton` component; it has moved to `@open-pioneer/map-tools`.
**Breaking:** Removed the `ToolButton` component; it has moved to `@open-pioneer/map-ui-components`.

If you were previously using the `ToolButton` in your app, you need to update your import statements when updating to this version:

```diff
- import { ToolButton } from "@open-pioneer/react-utils";
+ import { ToolButton } from "@open-pioneer/map-tools";
+ import { ToolButton } from "@open-pioneer/map-ui-components";
```

You need to update your `package.json` as well to refer to the `map-tools` package.
You need to update your `package.json` as well to refer to the `map-ui-components` package.

0 comments on commit 8f8adff

Please sign in to comment.