Skip to content

Commit

Permalink
chore(repo): version packages (#358)
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 Jan 24, 2025
1 parent 6a9c100 commit 8396a6f
Show file tree
Hide file tree
Showing 33 changed files with 153 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/nasty-shoes-flow.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/button

## 0.0.55

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1
- @telegraph/icon@0.0.35

## 0.0.54

### Patch Changes
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.54",
"version": "0.0.55",
"description": "Button component in Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/button",
"author": "@knocklabs",
Expand Down
14 changes: 14 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @telegraph/combobox

## 0.0.46

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55
- @telegraph/input@0.0.27
- @telegraph/tag@0.0.59
- @telegraph/tooltip@0.0.28
- @telegraph/icon@0.0.35
- @telegraph/menu@0.0.37

## 0.0.45

### Patch Changes
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.45",
"version": "0.0.46",
"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
7 changes: 7 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/icon

## 0.0.35

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1

## 0.0.34

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

## 0.0.27

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/input",
"version": "0.0.26",
"version": "0.0.27",
"description": "Input component for Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/input",
"author": "@knocklabs",
Expand Down
9 changes: 9 additions & 0 deletions packages/kbd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/kbd

## 0.0.10

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1
- @telegraph/icon@0.0.35

## 0.0.9

### Patch Changes
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.9",
"version": "0.0.10",
"description": "Styled element for keyboard input or hotkey.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/kbd",
"author": "@knocklabs",
Expand Down
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegraph/layout

## 0.1.1

### Patch Changes

- [#357](https://github.com/knocklabs/telegraph/pull/357) [`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890) Thanks [@kylemcd](https://github.com/kylemcd)! - fix regressions found in use case of telegraph

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/layout",
"version": "0.1.0",
"version": "0.1.1",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/layout",
"author": "@knocklabs",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/menu

## 0.0.37

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55
- @telegraph/icon@0.0.35

## 0.0.36

### Patch Changes
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.36",
"version": "0.0.37",
"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
9 changes: 9 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/modal

## 0.0.55

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55
- @telegraph/icon@0.0.35

## 0.0.54

### 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.54",
"version": "0.0.55",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/modal",
"author": "@knocklabs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/popover

## 0.0.7

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/popover",
"version": "0.0.6",
"version": "0.0.7",
"description": "Displays content in a portal, triggered by a button.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/popover",
"author": "@knocklabs",
Expand Down
9 changes: 9 additions & 0 deletions packages/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/radio

## 0.0.42

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55
- @telegraph/icon@0.0.35

## 0.0.41

### 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.41",
"version": "0.0.42",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/radio",
"author": "@knocklabs",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/segmented-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @telegraph/segmented-control

## 0.0.15

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55

## 0.0.14

### Patch Changes
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.14",
"version": "0.0.15",
"description": "A segmented selection between as set of options.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/segmented-control",
"author": "@knocklabs",
Expand Down
7 changes: 7 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/select

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @telegraph/combobox@0.0.46

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/select",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple select component built on top of @telegraph/combobox",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/select",
"author": "@knocklabs",
Expand Down
11 changes: 11 additions & 0 deletions packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @telegraph/tag

## 0.0.59

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1
- @telegraph/button@0.0.55
- @telegraph/tooltip@0.0.28
- @telegraph/icon@0.0.35

## 0.0.58

### 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.58",
"version": "0.0.59",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tag",
"author": "@knocklabs",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/textarea

## 0.0.4

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/textarea",
"version": "0.0.3",
"version": "0.0.4",
"description": "A multi-line user input.",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/textarea",
"author": "@knocklabs",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @telegraph/tooltip

## 0.0.28

### Patch Changes

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/typography@0.1.1
- @telegraph/layout@0.1.1

## 0.0.27

### Patch Changes
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.27",
"version": "0.0.28",
"description": "A simple tooltip component ",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tooltip",
"author": "@knocklabs",
Expand Down
9 changes: 9 additions & 0 deletions packages/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/typography

## 0.1.1

### Patch Changes

- [#357](https://github.com/knocklabs/telegraph/pull/357) [`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890) Thanks [@kylemcd](https://github.com/kylemcd)! - fix regressions found in use case of telegraph

- Updated dependencies [[`6a9c100`](https://github.com/knocklabs/telegraph/commit/6a9c10012e435b297756adff6b89976453e5d890)]:
- @telegraph/layout@0.1.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/typography",
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared build utilities for Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/typography",
"author": "@knocklabs",
Expand Down

0 comments on commit 8396a6f

Please sign in to comment.