Skip to content

Commit

Permalink
release: bump package(s) (#126)
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 10, 2023
1 parent 44e1596 commit e63ed7e
Show file tree
Hide file tree
Showing 20 changed files with 92 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .changeset/heavy-buckets-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-parents-ring.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import

## 0.0.4

### 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.4",
"version": "0.0.5",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/components/input-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consolelabs/input-field

## 0.0.3

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/components/section-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @consolelabs/section-list

## 0.0.2

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import
2 changes: 1 addition & 1 deletion packages/components/section-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/section-list",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @consolelabs/select

## 0.0.3

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import

## 0.0.2

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

## 0.0.4

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import

## 0.0.3

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

## 0.0.3

### Patch Changes

- Updated dependencies
[[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)]:
- @consolelabs/tooltip@0.0.2

## 0.0.2

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

## 0.0.3

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @consolelabs/tooltip

## 0.0.2

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Update import
2 changes: 1 addition & 1 deletion packages/components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/tooltip",
"version": "0.0.1",
"version": "0.0.2",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @consolelabs/core

## 0.0.4

### Patch Changes

- [#125](https://github.com/consolelabs/websites/pull/125)
[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Bump new version

- Updated dependencies
[[`44e1596`](https://github.com/consolelabs/websites/commit/44e1596633b4d5532fe922eab5204ea8869607ff)]:
- @consolelabs/toggle-button@0.0.3
- @consolelabs/section-list@0.0.2
- @consolelabs/input-field@0.0.3
- @consolelabs/tooltip@0.0.2
- @consolelabs/button@0.0.5
- @consolelabs/sidebar@0.0.3

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consolelabs/core",
"version": "0.0.3",
"version": "0.0.4",
"sideEffects": false,
"main": "src/index.ts",
"files": [
Expand Down

1 comment on commit e63ed7e

@vercel
Copy link

@vercel vercel bot commented on e63ed7e Nov 10, 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-git-main-consolelabs.vercel.app
websites-mochi.vercel.app
websites-mochi-consolelabs.vercel.app
beta.mochi.gg

Please sign in to comment.