Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @zodash/dom@0.1.7
 - @zodash/doreamon@0.4.49
 - @zodash/hotkeys@0.0.9
  • Loading branch information
GitHub Action committed May 1, 2021
1 parent 534be6a commit 4d5183b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/zcorky/zodash/compare/@zodash/dom@0.1.6...@zodash/dom@0.1.7) (2021-05-01)

**Note:** Version bump only for package @zodash/dom





## [0.1.6](https://github.com/zcorky/zodash/compare/@zodash/dom@0.1.5...@zodash/dom@0.1.6) (2021-03-25)

**Note:** Version bump only for package @zodash/dom
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/dom",
"version": "0.1.6",
"version": "0.1.7",
"description": "DOM Utils",
"keywords": [
"zodash",
Expand Down
8 changes: 8 additions & 0 deletions packages/doreamon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.49](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.4.48...@zodash/doreamon@0.4.49) (2021-05-01)

**Note:** Version bump only for package @zodash/doreamon





## [0.4.48](https://github.com/zcorky/zodash/compare/@zodash/doreamon@0.4.47...@zodash/doreamon@0.4.48) (2021-04-25)

**Note:** Version bump only for package @zodash/doreamon
Expand Down
4 changes: 2 additions & 2 deletions packages/doreamon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/doreamon",
"version": "0.4.48",
"version": "0.4.49",
"description": "utils like a doreamon",
"keywords": [
"zodash",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@zodash/debounce": "^0.1.6",
"@zodash/debug": "^0.0.13",
"@zodash/delay": "^0.1.6",
"@zodash/dom": "^0.1.6",
"@zodash/dom": "^0.1.7",
"@zodash/error": "^0.1.7",
"@zodash/event": "^0.1.7",
"@zodash/find": "^0.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/zcorky/zodash/compare/@zodash/hotkeys@0.0.8...@zodash/hotkeys@0.0.9) (2021-05-01)

**Note:** Version bump only for package @zodash/hotkeys





## [0.0.8](https://github.com/zcorky/zodash/compare/@zodash/hotkeys@0.0.7...@zodash/hotkeys@0.0.8) (2021-03-25)

**Note:** Version bump only for package @zodash/hotkeys
Expand Down
4 changes: 2 additions & 2 deletions packages/hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/hotkeys",
"version": "0.0.8",
"version": "0.0.9",
"description": "hotkeys, inspected by jaywcjlove/hotkeys",
"keywords": [
"zodash",
Expand Down Expand Up @@ -65,6 +65,6 @@
},
"dependencies": {
"@zodash/cache": "^0.0.4",
"@zodash/dom": "^0.1.6"
"@zodash/dom": "^0.1.7"
}
}

0 comments on commit 4d5183b

Please sign in to comment.