Skip to content

Commit

Permalink
chore(repo): version packages (#67)
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 Mar 12, 2024
1 parent 94c879e commit 6fb89cf
Show file tree
Hide file tree
Showing 24 changed files with 101 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-carrots-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-bananas-tease.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/four-clouds-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-buttons-beg.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- Updated dependencies [[`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2)]:
- @telegraph/icon@0.0.6
- @telegraph/tokens@0.0.6
- @telegraph/typography@0.0.8

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-tailwind",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev:examples": "next dev",
Expand Down
14 changes: 14 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @telegraph/playground

## 0.0.18

### Patch Changes

- Updated dependencies [[`c7ed9f3`](https://github.com/knocklabs/telegraph/commit/c7ed9f3f0e1eba448911791a7f859a3ed4c5f542), [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2), [`5b0ad10`](https://github.com/knocklabs/telegraph/commit/5b0ad10f29a0f850a4ec3c4a4e5096b5df3b4591)]:
- @telegraph/layout@0.0.1
- @telegraph/button@0.0.7
- @telegraph/icon@0.0.6
- @telegraph/tokens@0.0.6
- @telegraph/input@0.0.1
- @telegraph/tag@0.0.3
- @telegraph/typography@0.0.8
- @telegraph/tailwind-config@0.0.10

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/playground",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"scripts": {
"dev:examples": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @telegraph/button

## 0.0.7

### Patch Changes

- [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2) Thanks [@kylemcd](https://github.com/kylemcd)! - supporting layout and input components

- Updated dependencies [[`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2)]:
- @telegraph/icon@0.0.6
- @telegraph/typography@0.0.8

## 0.0.6

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

## 0.0.1

### Patch Changes

- [`5b0ad10`](https://github.com/knocklabs/telegraph/commit/5b0ad10f29a0f850a4ec3c4a4e5096b5df3b4591) Thanks [@kylemcd](https://github.com/kylemcd)! - initial verison
2 changes: 1 addition & 1 deletion packages/compose-refs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/compose-refs",
"version": "0.0.0",
"version": "0.0.1",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/compose-refs",
"author": "@knocklabs",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegraph/icon

## 0.0.6

### Patch Changes

- [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2) Thanks [@kylemcd](https://github.com/kylemcd)! - supporting layout and input components

## 0.0.5

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

## 0.0.1

### Patch Changes

- [`5b0ad10`](https://github.com/knocklabs/telegraph/commit/5b0ad10f29a0f850a4ec3c4a4e5096b5df3b4591) Thanks [@kylemcd](https://github.com/kylemcd)! - initial version

- Updated dependencies [[`5b0ad10`](https://github.com/knocklabs/telegraph/commit/5b0ad10f29a0f850a4ec3c4a4e5096b5df3b4591)]:
- @telegraph/compose-refs@0.0.1
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.0",
"version": "0.0.1",
"description": "Input component for Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/input",
"author": "@knocklabs",
Expand Down
11 changes: 11 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @telegraph/layout

## 0.0.1

### Patch Changes

- [#66](https://github.com/knocklabs/telegraph/pull/66) [`c7ed9f3`](https://github.com/knocklabs/telegraph/commit/c7ed9f3f0e1eba448911791a7f859a3ed4c5f542) Thanks [@kylemcd](https://github.com/kylemcd)! - adds box component

- Updated dependencies [[`5b0ad10`](https://github.com/knocklabs/telegraph/commit/5b0ad10f29a0f850a4ec3c4a4e5096b5df3b4591), [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2)]:
- @telegraph/compose-refs@0.0.1
- @telegraph/tokens@0.0.6
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.0.0",
"version": "0.0.1",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/layout",
"author": "@knocklabs",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/postcss-config

## 0.0.10

### Patch Changes

- [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2) Thanks [@kylemcd](https://github.com/kylemcd)! - supporting layout and input components

- Updated dependencies [[`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2)]:
- @telegraph/tokens@0.0.6

## 0.0.9

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

## 0.0.3

### Patch Changes

- Updated dependencies [[`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2)]:
- @telegraph/button@0.0.7
- @telegraph/icon@0.0.6
- @telegraph/typography@0.0.8

## 0.0.2

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

## 0.0.6

### Patch Changes

- [`94c879e`](https://github.com/knocklabs/telegraph/commit/94c879ed645a7b9b1385c2232dfc0d182d20dad2) Thanks [@kylemcd](https://github.com/kylemcd)! - supporting layout and input components

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegraph/tokens",
"version": "0.0.5",
"version": "0.0.6",
"author": "@knocklabs",
"license": "MIT",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tokens",
Expand Down

0 comments on commit 6fb89cf

Please sign in to comment.