Skip to content

Commit

Permalink
Merge pull request #8 from inbeta-group/changeset-release/main
Browse files Browse the repository at this point in the history
chore(publish): version packages 🦋
  • Loading branch information
bennobuilder authored Jun 3, 2024
2 parents e150431 + a07ba2d commit 6adb926
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tender-rabbits-call.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.5

### Patch Changes

- [#7](https://github.com/inbeta-group/monorepo/pull/7) [`79fbbad`](https://github.com/inbeta-group/monorepo/commit/79fbbad63c2d70436724b3a5d9b9ff0aea7b2143) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - test

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- [#7](https://github.com/inbeta-group/monorepo/pull/7) [`79fbbad`](https://github.com/inbeta-group/monorepo/commit/79fbbad63c2d70436724b3a5d9b9ff0aea7b2143) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - test

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- [#7](https://github.com/inbeta-group/monorepo/pull/7) [`79fbbad`](https://github.com/inbeta-group/monorepo/commit/79fbbad63c2d70436724b3a5d9b9ff0aea7b2143) Thanks [@bennoinbeta](https://github.com/bennoinbeta)! - test

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "shx rm -rf dist && ../../scripts/cli.sh bundle",
Expand Down

0 comments on commit 6adb926

Please sign in to comment.