Skip to content

Commit

Permalink
chore(repo): version packages (#62)
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 6, 2024
1 parent ee35abc commit 9058dcd
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/warm-nails-cry.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- Updated dependencies [[`ee35abc`](https://github.com/knocklabs/telegraph/commit/ee35abcb229f15cca8ebac6418c9abddcf2dc97c)]:
- @telegraph/icon@0.0.5

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev:examples": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @telegraph/playground

## 0.0.17

### Patch Changes

- Updated dependencies [[`ee35abc`](https://github.com/knocklabs/telegraph/commit/ee35abcb229f15cca8ebac6418c9abddcf2dc97c)]:
- @telegraph/icon@0.0.5
- @telegraph/button@0.0.6
- @telegraph/tag@0.0.2

## 0.0.16

### 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.16",
"version": "0.0.17",
"private": true,
"scripts": {
"dev:examples": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegraph/button

## 0.0.6

### Patch Changes

- Updated dependencies [[`ee35abc`](https://github.com/knocklabs/telegraph/commit/ee35abcb229f15cca8ebac6418c9abddcf2dc97c)]:
- @telegraph/icon@0.0.5

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Button component in Telegraph",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/button",
"author": "@knocklabs",
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.5

### Patch Changes

- [`ee35abc`](https://github.com/knocklabs/telegraph/commit/ee35abcb229f15cca8ebac6418c9abddcf2dc97c) Thanks [@kylemcd](https://github.com/kylemcd)! - fix esm export for ionicons with .js extension

## 0.0.4

### 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.4",
"version": "0.0.5",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/icon",
"author": "@knocklabs",
"license": "MIT",
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.2

### Patch Changes

- Updated dependencies [[`ee35abc`](https://github.com/knocklabs/telegraph/commit/ee35abcb229f15cca8ebac6418c9abddcf2dc97c)]:
- @telegraph/icon@0.0.5
- @telegraph/button@0.0.6

## 0.0.1

### 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.1",
"version": "0.0.2",
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/tag",
"author": "@knocklabs",
"license": "MIT",
Expand Down

0 comments on commit 9058dcd

Please sign in to comment.