Skip to content

Commit 4800a32

Browse files
ci(changesets): version packages (alpha)
1 parent 8fa175a commit 4800a32

File tree

13 files changed

+59
-6
lines changed

13 files changed

+59
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"chilly-actors-joke",
1616
"long-steaks-remain",
1717
"mean-cycles-cover",
18+
"mighty-pianos-behave",
1819
"quick-pugs-grab",
1920
"shy-nails-kneel",
2021
"sour-crabs-yell",

packages/browser-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# browser-extension
22

3+
## 0.0.1-alpha.3
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))
8+
9+
- Updated dependencies [[`9dcd7af`](https://github.com/vimcaw/three-devtools/commit/9dcd7afdb665176cef41ad28daff45f558ccbf76)]:
10+
- shared@0.0.1-alpha.0
11+
- core@0.1.0-alpha.3
12+
313
## 0.0.1-alpha.2
414

515
### Patch Changes

packages/browser-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-extension",
33
"private": true,
4-
"version": "0.0.1-alpha.2",
4+
"version": "0.0.1-alpha.3",
55
"type": "module",
66
"workspaces": [
77
"packages/*"

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# core
22

3+
## 0.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))
8+
9+
- Updated dependencies [[`9dcd7af`](https://github.com/vimcaw/three-devtools/commit/9dcd7afdb665176cef41ad28daff45f558ccbf76)]:
10+
- shared@0.0.1-alpha.0
11+
312
## 0.1.0-alpha.2
413

514
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "core",
33
"private": true,
4-
"version": "0.1.0-alpha.2",
4+
"version": "0.1.0-alpha.3",
55
"type": "module",
66
"files": [
77
"src"

packages/embedding/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# embedding
22

3+
## 0.1.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))
8+
9+
- Updated dependencies [[`9dcd7af`](https://github.com/vimcaw/three-devtools/commit/9dcd7afdb665176cef41ad28daff45f558ccbf76)]:
10+
- shared@0.0.1-alpha.0
11+
- core@0.1.0-alpha.3
12+
313
## 0.1.0-alpha.4
414

515
### Patch Changes

packages/embedding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embedding",
33
"private": false,
4-
"version": "0.1.0-alpha.4",
4+
"version": "0.1.0-alpha.5",
55
"type": "module",
66
"files": [
77
"src"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# eslint-config-custom
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-custom",
3-
"version": "0.0.0",
3+
"version": "0.0.1-alpha.0",
44
"private": true,
55
"main": ".eslintrc.cjs",
66
"dependencies": {

packages/examples/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# examples
22

3+
## 0.0.1-alpha.5
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))
8+
9+
- Updated dependencies [[`9dcd7af`](https://github.com/vimcaw/three-devtools/commit/9dcd7afdb665176cef41ad28daff45f558ccbf76)]:
10+
- embedding@0.1.0-alpha.5
11+
312
## 0.0.1-alpha.4
413

514
### Patch Changes

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples",
33
"private": true,
4-
"version": "0.0.1-alpha.4",
4+
"version": "0.0.1-alpha.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# shared
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- Upgrade all dependencies ([#16](https://github.com/vimcaw/three-devtools/pull/16))

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shared",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1-alpha.0",
55
"type": "module",
66
"files": [
77
"src"

0 commit comments

Comments
 (0)