Skip to content

Commit 6e65766

Browse files
author
ri7nz
committed
Publish
- @ri7nz/rescript-dom@0.2.0 - @ri7nz/rescript-intersection-observer@0.1.0
1 parent d3635af commit 6e65766

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

rescript-dom/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.0 (2021-05-22)
7+
8+
9+
### Features
10+
11+
* **rescript-intersection-observer:** a binding for intersection-observer web API ([d3635af](https://github.com/ri7nz/rescript-libs/commit/d3635af7013b007e343ca000ced4fc80d3dfaf26))
12+
13+
14+
615
## 0.1.0 (2021-05-22)
716

817

rescript-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ri7nz/rescript-dom",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "zero binding web DOM or Web API implementation in ReScript",
55
"author": "ri7nz <hi@rin.rocks>",
66
"license": "MIT",
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
## 0.0.0 (2021-05-22)
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-05-22)
7+
8+
9+
### Features
210

11+
* **rescript-intersection-observer:** a binding for intersection-observer web API ([d3635af](https://github.com/ri7nz/rescript-libs/commit/d3635af7013b007e343ca000ced4fc80d3dfaf26))
12+
13+
14+
15+
## 0.0.0 (2021-05-22)

rescript-intersection-observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ri7nz/rescript-intersection-observer",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "zero-cost binding Web API intersection-observer",
55
"author": "ri7nz <hi@rin.rocks>",
66
"license": "MIT",

0 commit comments

Comments
 (0)