diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index 4f3b76b..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json index 71e09a8..ffba93f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json", "changelog": "@changesets/cli/changelog", - "commit": false, + "commit": true, "linked": [], "access": "restricted", "baseBranch": "master", diff --git a/.changeset/tiny-foxes-roll.md b/.changeset/tiny-foxes-roll.md new file mode 100644 index 0000000..3f7bdbb --- /dev/null +++ b/.changeset/tiny-foxes-roll.md @@ -0,0 +1,7 @@ +--- +"@bennodev/mono-one": patch +"@bennodev/mono-three": patch +"@bennodev/mono-two": patch +--- + +fixed some bugs diff --git a/.changeset/twelve-otters-call.md b/.changeset/twelve-otters-call.md new file mode 100644 index 0000000..4fd748b --- /dev/null +++ b/.changeset/twelve-otters-call.md @@ -0,0 +1,7 @@ +--- +"@bennodev/mono-one": patch +"@bennodev/mono-three": patch +"@bennodev/mono-two": patch +--- + +test diff --git a/package.json b/package.json index 63fa15c..1c6dc9e 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "watch": "lerna run watch", "test": "jest", "release": "lerna run build && changeset publish", - "create-verion": "changeset", - "bump-version": "changeset version", + "bump-version": "changeset", "dev-publish": "lerna run build && lerna run dev-publish", "dev-push": "lerna run build && lerna run dev-push", "package-install": "lerna exec npm install"