Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
r17x committed Jul 28, 2021
1 parent eae0574 commit 9dcbdde
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 deletions.
15 changes: 14 additions & 1 deletion rescript-abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion rescript-abort-controller/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions rescript-dom/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.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
Expand Down
2 changes: 1 addition & 1 deletion rescript-dom/package.json
Original file line number Diff line number Diff line change
@@ -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 <hi@rin.rocks>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions rescript-intersection-observer/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.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
Expand Down
2 changes: 1 addition & 1 deletion rescript-intersection-observer/package.json
Original file line number Diff line number Diff line change
@@ -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 <hi@rin.rocks>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions rescript-react-fetch/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 (2021-07-28)


### Features

* **rescript-react-fetch:** binding for react-fetch ([eae0574](https://github.com/ri7nz/rescript-libs/commit/eae0574275867372380e68b4bb81cd0b7d11e5da))
2 changes: 1 addition & 1 deletion rescript-react-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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 <hi@rin.rocks>",
"license": "MIT",
Expand Down

0 comments on commit 9dcbdde

Please sign in to comment.