Skip to content

Commit

Permalink
Version Packages (#285)
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] committed Dec 12, 2023
1 parent 803c2f7 commit 33de64d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-spoons-arrive.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @h6s-examples/react

## 1.0.3

### Patch Changes

- Updated dependencies [803c2f7]
- @h6s/table@2.0.2

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@h6s-examples/react",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"dev": "next",
"prebuild": "yarn workspaces foreach -ptR --no-private run build",
Expand Down
6 changes: 6 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @h6s/table

## 2.0.2

### Patch Changes

- 803c2f7: replace JSX.Element type to ReactNode

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h6s/table",
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false,
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 33de64d

Please sign in to comment.