Skip to content

Commit

Permalink
chore(repo): version packages (#284)
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
knock-eng-bot and github-actions[bot] authored Oct 9, 2024
1 parent 0edd299 commit 2f4afb0
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-peas-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-starfishes-begin.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/appearance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/appearance",
"version": "0.0.3",
"version": "0.0.4",
"description": "Utilties to manage the appearance of Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/appearance",
"author": "@knocklabs",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/button",
"version": "0.0.51",
"version": "0.0.52",
"description": "Button component in Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/button",
"author": "@knocklabs",
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/combobox",
"version": "0.0.36",
"version": "0.0.37",
"description": "A styled menu, triggered by a Select, that combines an Input and Single- or Multi-select.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/combobox",
"author": "@knocklabs",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/kbd",
"version": "0.0.6",
"version": "0.0.7",
"description": "Styled element for keyboard input or hotkey.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/kbd",
"author": "@knocklabs",
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/menu",
"version": "0.0.33",
"version": "0.0.34",
"description": "A base component used within Menu, Select, and Combobox pop-over components.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/menu",
"author": "@knocklabs",
Expand Down
7 changes: 7 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/modal

## 0.0.46

### Patch Changes

- Updated dependencies [[`0edd299`](https://github.com/knocklabs/telegraph/commit/0edd299e6b30da3d4f6ddbd9e310ed2bf651bb24)]:
- @telegraph/button@0.0.52

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/modal",
"version": "0.0.45",
"version": "0.0.46",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/modal",
"author": "@knocklabs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/radio

## 0.0.38

### Patch Changes

- Updated dependencies [[`0edd299`](https://github.com/knocklabs/telegraph/commit/0edd299e6b30da3d4f6ddbd9e310ed2bf651bb24)]:
- @telegraph/button@0.0.52

## 0.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/radio",
"version": "0.0.37",
"version": "0.0.38",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/radio",
"author": "@knocklabs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/segmented-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/segmented-control",
"version": "0.0.11",
"version": "0.0.12",
"description": "A segmented selection between as set of options.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/segmented-control",
"author": "@knocklabs",
Expand Down
8 changes: 8 additions & 0 deletions packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @telegraph/tag

## 0.0.54

### Patch Changes

- Updated dependencies [[`0edd299`](https://github.com/knocklabs/telegraph/commit/0edd299e6b30da3d4f6ddbd9e310ed2bf651bb24)]:
- @telegraph/tooltip@0.0.25
- @telegraph/button@0.0.52

## 0.0.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/tag",
"version": "0.0.53",
"version": "0.0.54",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tag",
"author": "@knocklabs",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/tooltip",
"version": "0.0.24",
"version": "0.0.25",
"description": "A simple tooltip component ",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tooltip",
"author": "@knocklabs",
Expand Down

0 comments on commit 2f4afb0

Please sign in to comment.