Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
  • Loading branch information
ri7nz committed May 23, 2021
1 parent 5ccb4c3 commit 9afaafb
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions rescript-abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.0.1 (2021-05-23)

**Note:** Version bump only for package rescript-abort-controller
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.0",
"version": "0.0.1",
"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.2 (2021-05-23)

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





### 0.2.1 (2021-05-22)

**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.1",
"version": "0.2.2",
"description": "zero binding web DOM or Web API implementation in ReScript",
"author": "ri7nz <[email protected]>",
"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.2 (2021-05-23)

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





### 0.1.1 (2021-05-22)

**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.1",
"version": "0.1.2",
"description": "zero-cost binding Web API intersection-observer",
"author": "ri7nz <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9afaafb

Please sign in to comment.