Skip to content

Commit

Permalink
Publish pluginsdk 0.0.23 (#8722)
Browse files Browse the repository at this point in the history
* chore(pluginsdk): publish 0.0.22
feat(pluginsdk): Add 'yarn lint' script to package.json ([30fd60d](30fd60d))
feat(promiselike): Add then() and finally() methods to PromiseLike interface ([5886373](5886373))
feat(pluginsdk-peerdeps): Create a separate package for managing peer dependencies for plugins [#8637](#8637) ([c0897f1](c0897f1))
fix(pluginsdk): Remove package.json 'module' lint rule from check-plugin [#8635](#8635) ([98a16ea](98a16ea))
feat(pluginsdk): Add cli flags to scaffold.js to allow non-interactive scaffolding [#8636](#8636) ([5c84d68](5c84d68))

* fix(pluginsdk): Fix peer deps lint rule

* chore(pluginsdk): release 0.0.23
  • Loading branch information
christopherthielen committed Nov 10, 2020
1 parent 0946a90 commit 3fef3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/pluginsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/pluginsdk",
"description": "Provides blessed opinions (rollup, code format, lint) and packages (react, etc) to plugin developers",
"version": "0.0.21",
"version": "0.0.23",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function checkPackageJson(report) {
},
);

// const latestPeerDepsVersion = getLatestPackageVersion(PEER_DEPS);
const latestPeerDepsVersion = getLatestPackageVersion(PLUGIN_SDK);
const latestPeerDepsVersion = getLatestPackageVersion(PEER_DEPS);
const installedPeerDepsVersion = getInstalledPackageVersion(pkgJson, PEER_DEPS);

report(
Expand Down

0 comments on commit 3fef3b7

Please sign in to comment.