Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhavilla committed Jul 28, 2023
1 parent f03204e commit b134d3c
Show file tree
Hide file tree
Showing 15 changed files with 113 additions and 36 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/http-effect-ts-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/http-effect-ts-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-effect-ts-axios",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/http-effect-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/http-effect-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-effect-ts",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/http-fp-ts-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/http-fp-ts-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-fp-ts-axios",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/http-fp-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions packages/http-fp-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-fp-ts",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/http-raw-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/http-raw-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-raw-axios",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/http-raw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
6 changes: 3 additions & 3 deletions packages/http-raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-raw",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand Down

0 comments on commit b134d3c

Please sign in to comment.