Skip to content

Commit

Permalink
Merge pull request #243 from Wave-Play/changeset-release/main
Browse files Browse the repository at this point in the history
Changesets: Versioning & Publication
  • Loading branch information
Pkmmte authored May 28, 2024
2 parents ed2731f + 86c778c commit a89dc1c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-planes-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-insects-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-carrots-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-glasses-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-lions-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-pans-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cooks-sort.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/create-robo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# create-robo

## 0.12.0

### Minor Changes

- 9b7c3c6: refactor: use simpler executor commands for pnpm and yarn
- 02431a6: feat: support for webapp creation
- aeed55e: chore: removed built-in colyseus template

### Patch Changes

- 5c62661: refactor: no longer encourage MessageContent for bots by default
- ed2731f: chore: debug logs for template copy process
- bb43519: refactor: updated eslint usage for v9

## 0.11.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-robo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-robo",
"version": "0.11.14",
"version": "0.12.0",
"private": false,
"description": "Launch epic projects instantly with Robo.js — effortless, powerful, complete!",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-better-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @roboplay/plugin-better-stack

## 0.2.2

### Patch Changes

- a3f75b2: patch: clear heartbeat intervals on stop/restart

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-better-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@robojs/better-stack",
"description": "",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"private": false,
"main": ".robo/build/index.js",
Expand Down

0 comments on commit a89dc1c

Please sign in to comment.