Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zcorky/zodash
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Aug 20, 2023
2 parents 4ddb1ab + 7cf77cd commit 7745bf9
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 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.23](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.22](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)

**Note:** Version bump only for package @zodash/fs
Expand Down
4 changes: 2 additions & 2 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.22",
"version": "0.0.23",
"description": "File Utils In Browser, loadJS / loadCSS / download",
"keywords": [
"zodash",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {
"@zodash/down_load": "^0.0.1",
"@zodash/jsonp": "^0.0.16",
"@zodash/jsonp": "^0.0.17",
"@zodash/load-css": "^0.1.1",
"@zodash/load-image": "^0.0.8",
"@zodash/load-js": "^0.2.16",
Expand Down
11 changes: 11 additions & 0 deletions packages/jsonp/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.0.17](https://github.com/zcorky/zodash/compare/@zodash/[email protected]...@zodash/[email protected]) (2023-08-20)


### Bug Fixes

* **jsonp:** callbackName ([50340b5](https://github.com/zcorky/zodash/commit/50340b567d5f9a9af3d5581108b488d610394523))





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zodash/jsonp",
"version": "0.0.16",
"version": "0.0.17",
"description": "A simple jsonp function",
"keywords": [
"zodash",
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.9](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.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
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.8",
"version": "0.0.9",
"description": "Dynamic load json",
"keywords": [
"lodash",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@zodash/cache": "^0.0.6",
"@zodash/jsonp": "^0.0.16",
"@zodash/jsonp": "^0.0.17",
"@zodash/unfetch": "^0.1.10"
}
}

0 comments on commit 7745bf9

Please sign in to comment.