Skip to content

Commit

Permalink
Version Packages (#283)
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 1248860 commit 778df4e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/two-bats-allow.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [1248860]
- @h6s/calendar@2.0.1
- @h6s/table@2.0.1

## 1.0.1

### 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.1",
"version": "1.0.2",
"scripts": {
"dev": "next",
"prebuild": "yarn workspaces foreach -ptR --no-private run build",
Expand Down
6 changes: 6 additions & 0 deletions packages/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @h6s/calendar

## 2.0.1

### Patch Changes

- 1248860: access to public

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h6s/calendar",
"version": "2.0.0",
"version": "2.0.1",
"sideEffects": false,
"main": "src/index.ts",
"type": "module",
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.1

### Patch Changes

- 1248860: access to public

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"sideEffects": false,
"main": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 778df4e

Please sign in to comment.