Skip to content

Commit

Permalink
Merge pull request #8 from vimcaw/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vimcaw authored Apr 25, 2023
2 parents 97ab5a6 + e591f23 commit 5c2d5b2
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
"shared": "0.0.0",
"tsconfig": "0.0.0"
},
"changesets": ["three-items-give", "young-actors-hope"]
"changesets": [
"chilly-actors-joke",
"long-steaks-remain",
"three-items-give",
"young-actors-hope"
]
}
7 changes: 7 additions & 0 deletions packages/browser-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# browser-extension

## 0.0.1-alpha.1

### Patch Changes

- Updated dependencies [[`848b599`](https://github.com/vimcaw/three-devtools/commit/848b599b432490d44d54040474c028c0b05bc90d)]:
- core@0.1.0-alpha.1

## 0.0.1-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-extension",
"private": true,
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"type": "module",
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# core

## 0.1.0-alpha.1

### Patch Changes

- [#7](https://github.com/vimcaw/three-devtools/pull/7) [`848b599`](https://github.com/vimcaw/three-devtools/commit/848b599b432490d44d54040474c028c0b05bc90d) Thanks [@cf-19](https://github.com/cf-19)! - fix: cannot check the debug flag option

## 0.1.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core",
"private": true,
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"type": "module",
"files": [
"src"
Expand Down
9 changes: 9 additions & 0 deletions packages/embedding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# embedding

## 0.1.0-alpha.2

### Patch Changes

- [`f6620bf`](https://github.com/vimcaw/three-devtools/commit/f6620bfa994256397a02a8600a232eb34b966d47) Thanks [@vimcaw](https://github.com/vimcaw)! - Fix the ESMoudle entry

- Updated dependencies [[`848b599`](https://github.com/vimcaw/three-devtools/commit/848b599b432490d44d54040474c028c0b05bc90d)]:
- core@0.1.0-alpha.1

## 0.1.0-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embedding/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "embedding",
"private": false,
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"type": "module",
"files": [
"src"
Expand Down
7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples

## 0.0.1-alpha.2

### Patch Changes

- Updated dependencies [[`f6620bf`](https://github.com/vimcaw/three-devtools/commit/f6620bfa994256397a02a8600a232eb34b966d47)]:
- embedding@0.1.0-alpha.2

## 0.0.1-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5c2d5b2

Please sign in to comment.