Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
chore(js): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 21, 2020
1 parent 607ea45 commit 5c0135b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const path = require('path');
const packages = [
'packages/autocomplete-core',
'packages/autocomplete-preset-algolia',
'packages/autocomplete-js',
'packages/docsearch-css',
'packages/docsearch-react',
'packages/docsearch-js',
Expand Down Expand Up @@ -38,6 +39,13 @@ module.exports = {
exec('yarn eslint lerna.json --fix');

updatePackageDependencies(
{
package: '@francoischalifour/autocomplete-js',
dependencies: [
`@francoischalifour/autocomplete-core@^${version}`,
`@francoischalifour/autocomplete-preset-algolia@^${version}`,
],
},
{
package: '@docsearch/react',
dependencies: [
Expand Down

0 comments on commit 5c0135b

Please sign in to comment.