Skip to content

Commit 504ad10

Browse files
committed
chore(release): publish
- [email protected] - @ri7nz/[email protected] - @ri7nz/[email protected] - [email protected]
1 parent eae0574 commit 504ad10

File tree

8 files changed

+45
-5
lines changed

8 files changed

+45
-5
lines changed
+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
### 0.0.1 (2021-05-23)
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0 (2021-07-28)
27

38

49
### Features
510

611
* **rescript-abort-controller:** init bindings for web API AbortController ([053b938](https://github.com/ri7nz/rescript-libs/commit/053b9382a1c8835fcd468e74cc7435bc7370e3a4))
712

13+
14+
15+
### 0.0.1 (2021-05-23)
16+
17+
18+
### Features
19+
20+
* **rescript-abort-controller:** init bindings for web API AbortController ([053b938](https://github.com/ri7nz/rescript-libs/commit/053b9382a1c8835fcd468e74cc7435bc7370e3a4))

rescript-abort-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-abort-controller",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "zero-cost bind for Web API AbortController",
55
"keywords": [
66
"web-api",

rescript-dom/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.2.3](https://github.com/ri7nz/rescript-libs/compare/@ri7nz/[email protected]...@ri7nz/[email protected]) (2021-07-28)
7+
8+
**Note:** Version bump only for package @ri7nz/rescript-dom
9+
10+
11+
12+
13+
614
### 0.2.2 (2021-05-23)
715

816
**Note:** Version bump only for package @ri7nz/rescript-dom

rescript-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ri7nz/rescript-dom",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "zero binding web DOM or Web API implementation in ReScript",
55
"author": "ri7nz <[email protected]>",
66
"license": "MIT",

rescript-intersection-observer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.3](https://github.com/ri7nz/rescript-libs/compare/@ri7nz/[email protected]...@ri7nz/[email protected]) (2021-07-28)
7+
8+
**Note:** Version bump only for package @ri7nz/rescript-intersection-observer
9+
10+
11+
12+
13+
614
### 0.1.2 (2021-05-23)
715

816
**Note:** Version bump only for package @ri7nz/rescript-intersection-observer

rescript-intersection-observer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ri7nz/rescript-intersection-observer",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "zero-cost binding Web API intersection-observer",
55
"author": "ri7nz <[email protected]>",
66
"license": "MIT",

rescript-react-fetch/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0 (2021-07-28)
7+
8+
9+
### Features
10+
11+
* **rescript-react-fetch:** binding for react-fetch ([eae0574](https://github.com/ri7nz/rescript-libs/commit/eae0574275867372380e68b4bb81cd0b7d11e5da))

rescript-react-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-react-fetch",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "(experimental 🚧) Zero-cost binding for react-fetch",
55
"author": "ri7nz <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)