Skip to content

Commit

Permalink
📦 auto/core, fixdeps, typeon, auto/changelog, sandbox/ui: release
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Mar 26, 2020
1 parent 9ce86c0 commit 3874426
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/auto/changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/changelog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/auto/core/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.1.3

* 🐞 fix TPackageJson types

## v0.1.2

* 🐞 properly handle publish errors
Expand Down
2 changes: 1 addition & 1 deletion packages/auto/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "Auto Tools core",
"keywords": [
"monorepo",
Expand Down
4 changes: 4 additions & 0 deletions packages/fixdeps/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.1.1

* 🐞 fix TPackageJson types

## v1.1.0

* 🌱 add `hasDepsToModify` function
Expand Down
2 changes: 1 addition & 1 deletion packages/fixdeps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixdeps",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"keywords": [],
"main": "src/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/sandbox/ui/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.6

* 🐞 fix TPackageJson types

## v2.0.5

* 🐞 fix plugin on native
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sandbox/ui",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"keywords": [],
"main": "src/index.web.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/typeon/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/typeon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeon",
"version": "1.0.0",
"version": "1.0.1",
"description": "Typed JSON parse and stringify for TypeScript",
"keywords": [
"typescript",
Expand Down

0 comments on commit 3874426

Please sign in to comment.