diff --git a/packages/auto/changelog/changelog.md b/packages/auto/changelog/changelog.md index ab6b28b5f..268d68290 100644 --- a/packages/auto/changelog/changelog.md +++ b/packages/auto/changelog/changelog.md @@ -1,3 +1,9 @@ +## v0.1.2 + +* 🐞 avoid Git lock by writing changelog files sequentially + +* ♻️ update dependencies `@auto/core` + ## v0.1.1 * 🐞 always add changelog files to git diff --git a/packages/auto/changelog/package.json b/packages/auto/changelog/package.json index 1b7786a51..cdeb8259c 100644 --- a/packages/auto/changelog/package.json +++ b/packages/auto/changelog/package.json @@ -1,6 +1,6 @@ { "name": "@auto/changelog", - "version": "0.1.1", + "version": "0.1.2", "description": "Generate `changelog.md` files with Auto Tools", "keywords": [ "monorepo", diff --git a/packages/auto/core/changelog.md b/packages/auto/core/changelog.md index 5f8d3eb49..61163a052 100644 --- a/packages/auto/core/changelog.md +++ b/packages/auto/core/changelog.md @@ -1,3 +1,7 @@ +## v0.1.3 + +* 🐞 fix TPackageJson types + ## v0.1.2 * 🐞 properly handle publish errors diff --git a/packages/auto/core/package.json b/packages/auto/core/package.json index ba5639c22..1d405707c 100644 --- a/packages/auto/core/package.json +++ b/packages/auto/core/package.json @@ -1,6 +1,6 @@ { "name": "@auto/core", - "version": "0.1.2", + "version": "0.1.3", "description": "Auto Tools core", "keywords": [ "monorepo", diff --git a/packages/fixdeps/changelog.md b/packages/fixdeps/changelog.md index de34036de..a78332838 100644 --- a/packages/fixdeps/changelog.md +++ b/packages/fixdeps/changelog.md @@ -1,3 +1,7 @@ +## v1.1.1 + +* 🐞 fix TPackageJson types + ## v1.1.0 * 🌱 add `hasDepsToModify` function diff --git a/packages/fixdeps/package.json b/packages/fixdeps/package.json index eb0c9348d..a583c94d4 100644 --- a/packages/fixdeps/package.json +++ b/packages/fixdeps/package.json @@ -1,6 +1,6 @@ { "name": "fixdeps", - "version": "1.1.0", + "version": "1.1.1", "description": "", "keywords": [], "main": "src/index.ts", diff --git a/packages/sandbox/ui/changelog.md b/packages/sandbox/ui/changelog.md index b5696664f..187b0bc8a 100644 --- a/packages/sandbox/ui/changelog.md +++ b/packages/sandbox/ui/changelog.md @@ -1,3 +1,7 @@ +## v2.0.6 + +* 🐞 fix TPackageJson types + ## v2.0.5 * 🐞 fix plugin on native diff --git a/packages/sandbox/ui/package.json b/packages/sandbox/ui/package.json index 2d8eec468..8f26f0cd1 100644 --- a/packages/sandbox/ui/package.json +++ b/packages/sandbox/ui/package.json @@ -1,6 +1,6 @@ { "name": "@sandbox/ui", - "version": "2.0.5", + "version": "2.0.6", "description": "", "keywords": [], "main": "src/index.web.ts", diff --git a/packages/typeon/changelog.md b/packages/typeon/changelog.md index 9610fce50..e4e819870 100644 --- a/packages/typeon/changelog.md +++ b/packages/typeon/changelog.md @@ -1,3 +1,7 @@ +## v1.0.1 + +* 🐞 add readonly types + ## v1.0.0 * 💥 drop Node.js v8 support and require >=10.13.0 (first v10 LTS) diff --git a/packages/typeon/package.json b/packages/typeon/package.json index 7d611e31b..d3e195a96 100644 --- a/packages/typeon/package.json +++ b/packages/typeon/package.json @@ -1,6 +1,6 @@ { "name": "typeon", - "version": "1.0.0", + "version": "1.0.1", "description": "Typed JSON parse and stringify for TypeScript", "keywords": [ "typescript",