diff --git a/package-lock.json b/package-lock.json index f82bd88..93fbf66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14458,7 +14458,7 @@ }, "packages/http": { "name": "@imho/http", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "peerDependencies": { "@imho/effect": "^0.2.0" @@ -14466,7 +14466,7 @@ }, "packages/http-effect-ts": { "name": "@imho/http-effect-ts", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "fp-ts": "^2.16.1" @@ -14474,43 +14474,43 @@ "peerDependencies": { "@effect-ts/core": "^0.60.5", "@imho/effect-effect-ts": "^0.3.2 || ^0.4.0", - "@imho/http": "*", - "@imho/http-fp-ts": "*" + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0" } }, "packages/http-effect-ts-axios": { "name": "@imho/http-effect-ts-axios", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { - "@imho/http-fp-ts-axios": "*" + "@imho/http-fp-ts-axios": "^0.1.0" }, "peerDependencies": { "@effect-ts/core": "^0.60.5", "@imho/clock-effect-ts": "^0.1.1", - "@imho/http-effect-ts": "*", + "@imho/http-effect-ts": "^0.1.0", "@imho/log-effect-ts": "^0.3.1", "axios": "^1.4.0" } }, "packages/http-fp-ts": { "name": "@imho/http-fp-ts", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "peerDependencies": { "@imho/effect-fp-ts": "^0.3.2", - "@imho/http": "*", + "@imho/http": "^0.1.0", "fp-ts": "^2.16.0" } }, "packages/http-fp-ts-axios": { "name": "@imho/http-fp-ts-axios", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "peerDependencies": { "@imho/clock-fp-ts": "^0.1.0", - "@imho/http": "*", - "@imho/http-fp-ts": "*", + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0", "@imho/log-fp-ts": "^0.3.0", "axios": "^1.4.0", "fp-ts": "^2.16.1" @@ -14518,27 +14518,27 @@ }, "packages/http-raw": { "name": "@imho/http-raw", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "fp-ts": "^2.16.1" }, "peerDependencies": { "@imho/effect-raw": "^0.3.2", - "@imho/http": "*", - "@imho/http-fp-ts": "*" + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0" } }, "packages/http-raw-axios": { "name": "@imho/http-raw-axios", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { - "@imho/http-fp-ts-axios": "*" + "@imho/http-fp-ts-axios": "^0.1.0" }, "peerDependencies": { "@imho/clock-raw": "^0.1.1", - "@imho/http-raw": "*", + "@imho/http-raw": "^0.1.0", "@imho/log-raw": "^0.3.0", "axios": "^1.4.0" } diff --git a/packages/http-effect-ts-axios/CHANGELOG.md b/packages/http-effect-ts-axios/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-effect-ts-axios/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-effect-ts-axios/package.json b/packages/http-effect-ts-axios/package.json index 9cb32cf..2e23cfc 100644 --- a/packages/http-effect-ts-axios/package.json +++ b/packages/http-effect-ts-axios/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-effect-ts-axios", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -18,12 +18,12 @@ "prepack": "npm run build" }, "dependencies": { - "@imho/http-fp-ts-axios": "*" + "@imho/http-fp-ts-axios": "^0.1.0" }, "peerDependencies": { "@effect-ts/core": "^0.60.5", "@imho/clock-effect-ts": "^0.1.1", - "@imho/http-effect-ts": "*", + "@imho/http-effect-ts": "^0.1.0", "@imho/log-effect-ts": "^0.3.1", "axios": "^1.4.0" }, diff --git a/packages/http-effect-ts/CHANGELOG.md b/packages/http-effect-ts/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-effect-ts/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-effect-ts/package.json b/packages/http-effect-ts/package.json index 6095353..30407de 100644 --- a/packages/http-effect-ts/package.json +++ b/packages/http-effect-ts/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-effect-ts", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -23,8 +23,8 @@ "peerDependencies": { "@effect-ts/core": "^0.60.5", "@imho/effect-effect-ts": "^0.3.2 || ^0.4.0", - "@imho/http": "*", - "@imho/http-fp-ts": "*" + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0" }, "publishConfig": { "access": "public" diff --git a/packages/http-fp-ts-axios/CHANGELOG.md b/packages/http-fp-ts-axios/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-fp-ts-axios/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-fp-ts-axios/package.json b/packages/http-fp-ts-axios/package.json index 08a8088..f7fee92 100644 --- a/packages/http-fp-ts-axios/package.json +++ b/packages/http-fp-ts-axios/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-fp-ts-axios", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -19,8 +19,8 @@ }, "peerDependencies": { "@imho/clock-fp-ts": "^0.1.0", - "@imho/http": "*", - "@imho/http-fp-ts": "*", + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0", "@imho/log-fp-ts": "^0.3.0", "axios": "^1.4.0", "fp-ts": "^2.16.1" diff --git a/packages/http-fp-ts/CHANGELOG.md b/packages/http-fp-ts/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-fp-ts/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-fp-ts/package.json b/packages/http-fp-ts/package.json index 95f0489..9333c7c 100644 --- a/packages/http-fp-ts/package.json +++ b/packages/http-fp-ts/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-fp-ts", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -19,7 +19,7 @@ }, "peerDependencies": { "@imho/effect-fp-ts": "^0.3.2", - "@imho/http": "*", + "@imho/http": "^0.1.0", "fp-ts": "^2.16.0" }, "publishConfig": { diff --git a/packages/http-raw-axios/CHANGELOG.md b/packages/http-raw-axios/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-raw-axios/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-raw-axios/package.json b/packages/http-raw-axios/package.json index f3202bd..381dc32 100644 --- a/packages/http-raw-axios/package.json +++ b/packages/http-raw-axios/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-raw-axios", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -18,11 +18,11 @@ "prepack": "npm run build" }, "dependencies": { - "@imho/http-fp-ts-axios": "*" + "@imho/http-fp-ts-axios": "^0.1.0" }, "peerDependencies": { "@imho/clock-raw": "^0.1.1", - "@imho/http-raw": "*", + "@imho/http-raw": "^0.1.0", "@imho/log-raw": "^0.3.0", "axios": "^1.4.0" }, diff --git a/packages/http-raw/CHANGELOG.md b/packages/http-raw/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http-raw/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http-raw/package.json b/packages/http-raw/package.json index 69dc059..7bd5331 100644 --- a/packages/http-raw/package.json +++ b/packages/http-raw/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http-raw", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ", @@ -22,8 +22,8 @@ }, "peerDependencies": { "@imho/effect-raw": "^0.3.2", - "@imho/http": "*", - "@imho/http-fp-ts": "*" + "@imho/http": "^0.1.0", + "@imho/http-fp-ts": "^0.1.0" }, "publishConfig": { "access": "public" diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md new file mode 100644 index 0000000..b3469ce --- /dev/null +++ b/packages/http/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2023-07-28) + + +### Features + +* **http:** add Http module ([#7](https://github.com/xzhavilla/imho/issues/7)) ([f03204e](https://github.com/xzhavilla/imho/commit/f03204ebcbb5c9caf773596803d4b5ff82e9673f)) diff --git a/packages/http/package.json b/packages/http/package.json index 06a7f71..0a5ba9e 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@imho/http", - "version": "0.0.0", + "version": "0.1.0", "description": "", "license": "MIT", "author": "Alberto Villa ",