Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Aug 20, 2023
1 parent 4b83493 commit 9a6c711
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/fs/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.22](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)

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





## [0.0.21](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2022-08-24)

**Note:** Version bump only for package @zodash/fs
Expand Down
6 changes: 3 additions & 3 deletions packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/fs",
"version": "0.0.21",
"version": "0.0.22",
"description": "File Utils In Browser, loadJS / loadCSS / download",
"keywords": [
"zodash",
Expand Down Expand Up @@ -70,10 +70,10 @@
},
"dependencies": {
"@zodash/down_load": "^0.0.1",
"@zodash/jsonp": "^0.0.15",
"@zodash/jsonp": "^0.0.16",
"@zodash/load-css": "^0.1.1",
"@zodash/load-image": "^0.0.8",
"@zodash/load-js": "^0.2.15",
"@zodash/load-js": "^0.2.16",
"@zodash/open-directory": "^0.0.6",
"@zodash/open-file": "^0.1.1",
"@zodash/save-as": "^0.0.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/jsonp/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.16](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)

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





## [0.0.15](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2022-08-24)

**Note:** Version bump only for package @zodash/jsonp
Expand Down
4 changes: 2 additions & 2 deletions packages/jsonp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/jsonp",
"version": "0.0.15",
"version": "0.0.16",
"description": "A simple jsonp function",
"keywords": [
"zodash",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@zcorky/query-string": "^1.0.2",
"@zodash/load-js": "^0.2.15",
"@zodash/load-js": "^0.2.16",
"@zodash/uuid": "^0.1.10"
}
}
11 changes: 11 additions & 0 deletions packages/load-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.16](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)


### Bug Fixes

* **load-js:** depends load-script version ([ac1cdd5](https://github.com/zcorky/zodash/commit/ac1cdd5babd8fbc00ace5c5dea887a177100dde9))





## [0.2.15](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2022-08-24)

**Note:** Version bump only for package @zodash/load-js
Expand Down
2 changes: 1 addition & 1 deletion packages/load-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/load-js",
"version": "0.2.15",
"version": "0.2.16",
"description": "Dynamic load js, alias load script",
"keywords": [
"lodash",
Expand Down
8 changes: 8 additions & 0 deletions packages/load-json/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.8](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)

**Note:** Version bump only for package @zodash/load-json





## [0.0.7](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2022-08-24)

**Note:** Version bump only for package @zodash/load-json
Expand Down
4 changes: 2 additions & 2 deletions packages/load-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/load-json",
"version": "0.0.7",
"version": "0.0.8",
"description": "Dynamic load json",
"keywords": [
"lodash",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@zodash/cache": "^0.0.6",
"@zodash/jsonp": "^0.0.15",
"@zodash/jsonp": "^0.0.16",
"@zodash/unfetch": "^0.1.10"
}
}

0 comments on commit 9a6c711

Please sign in to comment.