Skip to content

Commit 9929beb

Browse files
ri7nzr17x
authored andcommitted
chore(release): publish
- rescript-abort-controller@0.0.1 - @ri7nz/rescript-dom@0.2.2 - @ri7nz/rescript-intersection-observer@0.1.2
1 parent 9e03e85 commit 9929beb

File tree

8 files changed

+28
-6
lines changed

8 files changed

+28
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5959
run: |
6060
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
61-
yarn run lerna version --yes
62-
yarn run lerna publish from-package --yes
61+
yarn run lerna publish
6362
- name: Prerelease
6463
if: ${{ endsWith(github.ref, 'beta') }}
6564
env:

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"allowBranch": ["beta", "release/*"],
1313
"conventionalCommits": true,
1414
"createRelease": "github",
15-
"message": "chore(release): publish %s"
15+
"message": "chore(release): publish"
1616
},
1717
"publish": {
1818
"conventionalCommits": true,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### 0.0.1 (2021-05-23)
2+
3+
4+
### Features
5+
6+
* **rescript-abort-controller:** init bindings for web API AbortController ([053b938](https://github.com/ri7nz/rescript-libs/commit/053b9382a1c8835fcd468e74cc7435bc7370e3a4))
7+

rescript-abort-controller/package.json

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

rescript-dom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2 (2021-05-23)
7+
8+
**Note:** Version bump only for package @ri7nz/rescript-dom
9+
10+
11+
12+
13+
614
### 0.2.1 (2021-05-22)
715

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

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.2.1",
3+
"version": "0.2.2",
44
"description": "zero binding web DOM or Web API implementation in ReScript",
55
"author": "ri7nz <hi@rin.rocks>",
66
"license": "MIT",

rescript-intersection-observer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2 (2021-05-23)
7+
8+
**Note:** Version bump only for package @ri7nz/rescript-intersection-observer
9+
10+
11+
12+
13+
614
### 0.1.1 (2021-05-22)
715

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

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.1.1",
3+
"version": "0.1.2",
44
"description": "zero-cost binding Web API intersection-observer",
55
"author": "ri7nz <hi@rin.rocks>",
66
"license": "MIT",

0 commit comments

Comments
 (0)