Skip to content

Commit

Permalink
chore(release): version packages (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 21, 2022
1 parent 7aa77f0 commit cbe6894
Show file tree
Hide file tree
Showing 19 changed files with 69 additions and 24 deletions.
13 changes: 0 additions & 13 deletions .changeset/tough-coins-invent.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/rescript-date-fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-date-fns

## 0.0.2

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-date-fns",
"description": "ReScript bindings to date-fns",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"contributors": [
Expand Down
7 changes: 7 additions & 0 deletions packages/rescript-daum-postcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @greenlabs/rescript-daum-postcode

## 0.1.2

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies
2 changes: 1 addition & 1 deletion packages/rescript-daum-postcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/rescript-daum-postcode",
"version": "0.1.1",
"version": "0.1.2",
"description": "ReScript binding to Daum Postcode",
"scripts": {
"start": "rescript build -w",
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-hammerjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-hammerjs

## 0.0.2

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-hammerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-hammerjs",
"description": "ReScript bindings to @egjs/hammerjs",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-jest

## 1.0.1

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenlabs/rescript-jest",
"version": "1.0.0",
"version": "1.0.1",
"description": "ReScript bindings for Jest",
"keywords": [
"rescript",
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-next

## 0.3.1

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-next",
"description": "ReScript bindings for Next.js",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-nock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-nock

## 0.1.2

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-nock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-nock",
"description": "ReScript bindings for Nock",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rescript-react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @greenlabs/rescript-react-hook-form

## 0.11.2

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rescript-react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-react-hook-form",
"description": "ReScript bindings for react-hook-form",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/rescript-react-linkify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @greenlabs/rescript-react-linkify

## 0.0.1

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies
2 changes: 1 addition & 1 deletion packages/rescript-react-linkify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-react-linkify",
"description": "ReScript bindings for React Linkify",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/rescript-testing-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @greenlabs/rescript-testing-library

## 2.0.1

### Patch Changes

- 7aa77f0: apply .npmignore and correct devDependencies
- Updated dependencies [7aa77f0]
- @greenlabs/rescript-jest@1.0.1

## 2.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/rescript-testing-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-testing-library",
"description": "ReScript bindings for @testing-library",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"directory": "packages/rescript-testing-library"
},
"peerDependencies": {
"@greenlabs/rescript-jest": "^1.0.0",
"@greenlabs/rescript-jest": "^1.0.1",
"@rescript/react": "^0.10.3",
"@testing-library/dom": "^8.18.0",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -32,7 +32,7 @@
"rescript-webapi": "^0.6.1"
},
"devDependencies": {
"@greenlabs/rescript-jest": "^1.0.0",
"@greenlabs/rescript-jest": "^1.0.1",
"@rescript/react": "^0.10.3",
"@testing-library/dom": "^8.18.0",
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit cbe6894

Please sign in to comment.