From 9dcbdde256c07d3e0c598ad8660c4a3f2bff31c8 Mon Sep 17 00:00:00 2001 From: ri7nz Date: Thu, 29 Jul 2021 03:32:18 +0800 Subject: [PATCH] chore(release): publish - rescript-abort-controller@0.1.0 - @ri7nz/rescript-dom@0.2.3 - @ri7nz/rescript-intersection-observer@0.1.3 - rescript-react-fetch@0.1.0 --- rescript-abort-controller/CHANGELOG.md | 15 ++++++++++++++- rescript-abort-controller/package.json | 2 +- rescript-dom/CHANGELOG.md | 8 ++++++++ rescript-dom/package.json | 2 +- rescript-intersection-observer/CHANGELOG.md | 8 ++++++++ rescript-intersection-observer/package.json | 2 +- rescript-react-fetch/CHANGELOG.md | 11 +++++++++++ rescript-react-fetch/package.json | 2 +- 8 files changed, 45 insertions(+), 5 deletions(-) diff --git a/rescript-abort-controller/CHANGELOG.md b/rescript-abort-controller/CHANGELOG.md index 7c72fbb..044bfd4 100644 --- a/rescript-abort-controller/CHANGELOG.md +++ b/rescript-abort-controller/CHANGELOG.md @@ -1,7 +1,20 @@ -### 0.0.1 (2021-05-23) +# 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 (2021-07-28) ### Features * **rescript-abort-controller:** init bindings for web API AbortController ([053b938](https://github.com/ri7nz/rescript-libs/commit/053b9382a1c8835fcd468e74cc7435bc7370e3a4)) + + +### 0.0.1 (2021-05-23) + + +### Features + +* **rescript-abort-controller:** init bindings for web API AbortController ([053b938](https://github.com/ri7nz/rescript-libs/commit/053b9382a1c8835fcd468e74cc7435bc7370e3a4)) diff --git a/rescript-abort-controller/package.json b/rescript-abort-controller/package.json index 811b2cc..32146af 100644 --- a/rescript-abort-controller/package.json +++ b/rescript-abort-controller/package.json @@ -1,6 +1,6 @@ { "name": "rescript-abort-controller", - "version": "0.0.1", + "version": "0.1.0", "description": "zero-cost bind for Web API AbortController", "keywords": [ "web-api", diff --git a/rescript-dom/CHANGELOG.md b/rescript-dom/CHANGELOG.md index 70df6db..514208d 100644 --- a/rescript-dom/CHANGELOG.md +++ b/rescript-dom/CHANGELOG.md @@ -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.2.3](https://github.com/ri7nz/rescript-libs/compare/@ri7nz/rescript-dom@0.2.1...@ri7nz/rescript-dom@0.2.3) (2021-07-28) + +**Note:** Version bump only for package @ri7nz/rescript-dom + + + + + ### 0.2.2 (2021-05-23) **Note:** Version bump only for package @ri7nz/rescript-dom diff --git a/rescript-dom/package.json b/rescript-dom/package.json index 7e67eb2..02d7dc7 100644 --- a/rescript-dom/package.json +++ b/rescript-dom/package.json @@ -1,6 +1,6 @@ { "name": "@ri7nz/rescript-dom", - "version": "0.2.2", + "version": "0.2.3", "description": "zero binding web DOM or Web API implementation in ReScript", "author": "ri7nz ", "license": "MIT", diff --git a/rescript-intersection-observer/CHANGELOG.md b/rescript-intersection-observer/CHANGELOG.md index 5f475c8..0079e8b 100644 --- a/rescript-intersection-observer/CHANGELOG.md +++ b/rescript-intersection-observer/CHANGELOG.md @@ -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.1.3](https://github.com/ri7nz/rescript-libs/compare/@ri7nz/rescript-intersection-observer@0.1.1...@ri7nz/rescript-intersection-observer@0.1.3) (2021-07-28) + +**Note:** Version bump only for package @ri7nz/rescript-intersection-observer + + + + + ### 0.1.2 (2021-05-23) **Note:** Version bump only for package @ri7nz/rescript-intersection-observer diff --git a/rescript-intersection-observer/package.json b/rescript-intersection-observer/package.json index fc7f2f4..18edf66 100644 --- a/rescript-intersection-observer/package.json +++ b/rescript-intersection-observer/package.json @@ -1,6 +1,6 @@ { "name": "@ri7nz/rescript-intersection-observer", - "version": "0.1.2", + "version": "0.1.3", "description": "zero-cost binding Web API intersection-observer", "author": "ri7nz ", "license": "MIT", diff --git a/rescript-react-fetch/CHANGELOG.md b/rescript-react-fetch/CHANGELOG.md index e69de29..bca0fcd 100644 --- a/rescript-react-fetch/CHANGELOG.md +++ b/rescript-react-fetch/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 (2021-07-28) + + +### Features + +* **rescript-react-fetch:** binding for react-fetch ([eae0574](https://github.com/ri7nz/rescript-libs/commit/eae0574275867372380e68b4bb81cd0b7d11e5da)) diff --git a/rescript-react-fetch/package.json b/rescript-react-fetch/package.json index d98682b..98c33da 100644 --- a/rescript-react-fetch/package.json +++ b/rescript-react-fetch/package.json @@ -1,6 +1,6 @@ { "name": "rescript-react-fetch", - "version": "0.0.0", + "version": "0.1.0", "description": "(experimental 🚧) Zero-cost binding for react-fetch", "author": "ri7nz ", "license": "MIT",