Skip to content

Commit

Permalink
release: bump package(s) (#110)
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
github-actions[bot] and github-actions[bot] authored Nov 9, 2023
1 parent 976c26f commit c00d806
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/smart-forks-push.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- [#109](https://github.com/consolelabs/websites/pull/109)
[`976c26f`](https://github.com/consolelabs/websites/commit/976c26f037855b8710f23c11a069c37af80cc0de)
Thanks [@chinhld12](https://github.com/chinhld12)! - Fix missing build
packages on CI

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/button",
"version": "0.0.2",
"version": "0.0.3",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/components/input-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @consolelabs/input-field

## 0.0.2

### Patch Changes

- [#109](https://github.com/consolelabs/websites/pull/109)
[`976c26f`](https://github.com/consolelabs/websites/commit/976c26f037855b8710f23c11a069c37af80cc0de)
Thanks [@chinhld12](https://github.com/chinhld12)! - Fix missing build
packages on CI
2 changes: 1 addition & 1 deletion packages/components/input-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/input-field",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/components/toggle-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @consolelabs/toggle-button

## 0.0.2

### Patch Changes

- [#109](https://github.com/consolelabs/websites/pull/109)
[`976c26f`](https://github.com/consolelabs/websites/commit/976c26f037855b8710f23c11a069c37af80cc0de)
Thanks [@chinhld12](https://github.com/chinhld12)! - Fix missing build
packages on CI
2 changes: 1 addition & 1 deletion packages/components/toggle-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/toggle-button",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down

1 comment on commit c00d806

@vercel
Copy link

@vercel vercel bot commented on c00d806 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

websites-mochi – ./apps/mochi-web

websites-mochi-consolelabs.vercel.app
websites-mochi.vercel.app
websites-mochi-git-main-consolelabs.vercel.app
beta.mochi.gg

Please sign in to comment.