Skip to content

Commit

Permalink
chore(publish): version packages 🦋 [skip ci] (#5)
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 Jun 3, 2024
1 parent f3b1bee commit 2d8f1c1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/many-pots-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/cli

## 0.0.4

### Patch Changes

- [#4](https://github.com/inbeta-group/monorepo/pull/4) [`f3b1bee`](https://github.com/inbeta-group/monorepo/commit/f3b1bee1b5a2753de6fc68413bd4f798224845cc) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - init

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/cli",
"description": "CLI tool for inbeta.group monorepo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"bin": {
"ibg": "./bin/run"
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/config

## 0.0.4

### Patch Changes

- [#4](https://github.com/inbeta-group/monorepo/pull/4) [`f3b1bee`](https://github.com/inbeta-group/monorepo/commit/f3b1bee1b5a2753de6fc68413bd4f798224845cc) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - init

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/config",
"description": "Shared configuration for inbeta.group monorepo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ibg/logger

## 0.0.4

### Patch Changes

- [#4](https://github.com/inbeta-group/monorepo/pull/4) [`f3b1bee`](https://github.com/inbeta-group/monorepo/commit/f3b1bee1b5a2753de6fc68413bd4f798224845cc) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - init

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ibg/logger",
"description": "Logger",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit 2d8f1c1

Please sign in to comment.