Skip to content

Commit

Permalink
Update @polar/plugin-pins to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 26, 2024
1 parent ec2779f commit 94e965c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/plugins/Pins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## unpublished
## 2.0.0

- Breaking: Upgrade peerDependency `ol` from `^7.1.0` to `^9.2.4`.
- Breaking: Remove support of configuring `movable` with a `boolean`. Please see the documentation for more information on how to configure this parameter.
Expand Down
7 changes: 2 additions & 5 deletions packages/plugins/Pins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@
"src/**/*",
"CHANGELOG.md"
],
"dependencies": {
"@polar/lib-idx": "*"
},
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"ol": "^9.2.4",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0",
"@polar/lib-custom-types": "^1.5.0",
"@polar/lib-idx": "^1.0.0",
"@polar/lib-passes-boundary-check": "^2.0.0",
"@polar/lib-test-mount-parameters": "^1.0.0"
"@polar/lib-test-mount-parameters": "^1.3.0"
}
}

0 comments on commit 94e965c

Please sign in to comment.