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

Commit d1eecca

Browse files
authored
Merge pull request #14 from agile-ts/develop
Develop
2 parents 051d81c + bc5488b commit d1eecca

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
33
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
4+
"commit": true,
55
"linked": [],
66
"access": "restricted",
77
"baseBranch": "master",

.changeset/tiny-foxes-roll.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@bennodev/mono-one": patch
3+
"@bennodev/mono-three": patch
4+
"@bennodev/mono-two": patch
5+
---
6+
7+
fixed some bugs

.changeset/twelve-otters-call.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@bennodev/mono-one": patch
3+
"@bennodev/mono-three": patch
4+
"@bennodev/mono-two": patch
5+
---
6+
7+
test

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"watch": "lerna run watch",
1212
"test": "jest",
1313
"release": "lerna run build && changeset publish",
14-
"create-verion": "changeset",
15-
"bump-version": "changeset version",
14+
"bump-version": "changeset",
1615
"dev-publish": "lerna run build && lerna run dev-publish",
1716
"dev-push": "lerna run build && lerna run dev-push",
1817
"package-install": "lerna exec npm install"

0 commit comments

Comments
 (0)