Skip to content

Commit e325efd

Browse files
ci: update version and publish (#393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ad11ef commit e325efd

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/smart-swans-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1ad11ef]
8+
- react-headless-tabs@6.0.2
9+
310
## 2.0.1
411

512
### Patch Changes

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"scripts": {
55
"build": "next build && next export --outdir dist",
66
"dev": "next",

packages/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-headless-tabs
22

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- 1ad11ef: Let default tab init to undefined
8+
39
## 6.0.1
410

511
### Patch Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-headless-tabs",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Headless, simple, and highly flexible tab-like primitives built with react hooks",
55
"repository": "github:Zertz/react-headless-tabs",
66
"homepage": "https://react-headless-tabs.pierluc.io/",

0 commit comments

Comments
 (0)