Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Develop #14

Merged
merged 2 commits into from
Dec 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/tiny-foxes-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@bennodev/mono-one": patch
"@bennodev/mono-three": patch
"@bennodev/mono-two": patch
---

fixed some bugs
7 changes: 7 additions & 0 deletions .changeset/twelve-otters-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@bennodev/mono-one": patch
"@bennodev/mono-three": patch
"@bennodev/mono-two": patch
---

test
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down