Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhavilla committed May 2, 2024
1 parent dc902ca commit 5c33b15
Show file tree
Hide file tree
Showing 21 changed files with 165 additions and 32 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

16 changes: 16 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* **cache:** use Fx 0.9 ([3d2971c](https://github.com/xzhavilla/imho/commit/3d2971c7f6387d6a6e6038bc21f542e5bb9757cb))


### BREAKING CHANGES

* **cache:** drop support for Fx 0.7





## [0.6.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)

**Note:** Version bump only for package @imho/cache-redis
Expand Down
8 changes: 4 additions & 4 deletions packages/cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/cache-redis",
"version": "0.6.1",
"version": "0.7.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -17,12 +17,12 @@
"prepack": "npm run build"
},
"dependencies": {
"@imho/codec-zod": "^0.1.0",
"@imho/codec-zod": "^0.2.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"@imho/cache": "*",
"@imho/codec": "*",
"@imho/cache": "^0.7.0",
"@imho/codec": "^0.6.0",
"@imho/log": "^0.5.0 || ^0.6.0",
"@redis/client": "^1.5.8",
"@xzhayon/fx": "^0.9.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* **cache:** use Fx 0.9 ([3d2971c](https://github.com/xzhavilla/imho/commit/3d2971c7f6387d6a6e6038bc21f542e5bb9757cb))


### BREAKING CHANGES

* **cache:** drop support for Fx 0.7





## [0.6.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)

**Note:** Version bump only for package @imho/cache
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/cache",
"version": "0.6.1",
"version": "0.7.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -17,7 +17,7 @@
"prepack": "npm run build"
},
"peerDependencies": {
"@imho/codec": "*",
"@imho/codec": "^0.6.0",
"@xzhayon/fx": "^0.9.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/clock/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.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)

**Note:** Version bump only for package @imho/clock





# [0.4.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/clock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/clock",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand Down
18 changes: 18 additions & 0 deletions packages/codec-io-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* add Fx-based decoders ([60ace37](https://github.com/xzhavilla/imho/commit/60ace37f0eb30b66f28ea5fcc124d4314ee8476c))
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3))


### BREAKING CHANGES

* **codec:** drop support for FX 0.7
* drop support for @imho/codec 0.5





## [0.5.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-11)

**Note:** Version bump only for package @imho/codec-io-ts
Expand Down
4 changes: 2 additions & 2 deletions packages/codec-io-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/codec-io-ts",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -17,7 +17,7 @@
"prepack": "npm run build"
},
"peerDependencies": {
"@imho/codec": "*",
"@imho/codec": "^0.6.0",
"@xzhayon/fx": "^0.9.0",
"fp-ts": "^2.16.0",
"io-ts": "^2.2.20"
Expand Down
18 changes: 18 additions & 0 deletions packages/codec-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* add Fx-based decoders ([60ace37](https://github.com/xzhavilla/imho/commit/60ace37f0eb30b66f28ea5fcc124d4314ee8476c))
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3))


### BREAKING CHANGES

* **codec:** drop support for FX 0.7
* drop support for @imho/codec 0.5





# 0.1.0 (2024-04-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/codec-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/codec-zod",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand All @@ -17,7 +17,7 @@
"prepack": "npm run build"
},
"peerDependencies": {
"@imho/codec": "*",
"@imho/codec": "^0.6.0",
"@xzhayon/fx": "^0.9.0",
"zod": "^3.22.4"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/codec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* **codec:** add Fx decoder ([80a0087](https://github.com/xzhavilla/imho/commit/80a0087fd7961f5c0564622d7ccac7e73466c918))
* **codec:** use Fx 0.9 ([4f9d920](https://github.com/xzhavilla/imho/commit/4f9d92065aa912d72c3e83da17b538c6c73235d3))


### BREAKING CHANGES

* **codec:** drop support for FX 0.7





## [0.5.2](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)

**Note:** Version bump only for package @imho/codec
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/codec",
"version": "0.5.2",
"version": "0.6.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/http-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)


### Features

* **http:** use Fx 0.9 ([6c2aeb7](https://github.com/xzhavilla/imho/commit/6c2aeb73fad7f540907dbddec6e6317aea3d20c2))


### BREAKING CHANGES

* **http:** drop support for Fx 0.7





## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)

**Note:** Version bump only for package @imho/http-axios
Expand Down
2 changes: 1 addition & 1 deletion packages/http-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imho/http-axios",
"version": "0.4.1",
"version": "0.5.0",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/http/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.2](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-05-02)

**Note:** Version bump only for package @imho/http





## [0.4.1](https://github.com/xzhavilla/imho/compare/@imho/[email protected]...@imho/[email protected]) (2024-04-23)

**Note:** Version bump only for package @imho/http
Expand Down
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.4.1",
"version": "0.4.2",
"description": "",
"license": "MIT",
"author": "Alberto Villa <[email protected]>",
Expand Down
Loading

0 comments on commit 5c33b15

Please sign in to comment.