Skip to content

Commit 32eb73f

Browse files
authored
chore: release packages (#408)
1 parent 5ef3608 commit 32eb73f

File tree

9 files changed

+18
-15
lines changed

9 files changed

+18
-15
lines changed

.changeset/large-corners-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @director.run/cli
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#407](https://github.com/director-run/director/pull/407) [`5ef3608`](https://github.com/director-run/director/commit/5ef36081008b194e54b8dfd3a11b14c9ae8ef5e4) Thanks [@barnaby](https://github.com/barnaby)! - Fix typos & spelling
8+
39
## 1.0.0
410

511
### Major Changes

apps/cli/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@director.run/cli",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"files": ["dist", "README.md", "package.json"],
66
"bin": {
77
"director": "./dist/cli.js"
@@ -57,9 +57,7 @@
5757
"update-notifier": "^7.3.1",
5858
"vitest": "^3.1.1",
5959
"zod": "^3.25.76",
60-
"zx": "^8.8.0"
61-
},
62-
"dependencies": {
60+
"zx": "^8.8.0",
6361
"cspell": "^9.2.2"
6462
}
6563
}

apps/docker/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @director.run/docker
22

3+
## 1.0.1
4+
35
## 1.0.0
46

57
### Major Changes

apps/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@director.run/docker",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Docker image for Director",
66
"repository": {

apps/sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @director.run/sdk
22

3+
## 1.0.1
4+
35
## 1.0.0
46

57
### Major Changes

apps/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@director.run/sdk",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"files": ["dist", "README.md"],
66
"main": "dist/index.js",
77
"module": "dist/index.js",

apps/studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"@storybook/addon-onboarding": "^9.1.5",
3131
"@storybook/react": "^9.1.5",
3232
"@storybook/react-vite": "^9.1.5",
33-
"storybook": "^9.1.5"
33+
"storybook": "^9.1.5",
34+
"cspell": "^9.2.2"
3435
},
3536
"dependencies": {
3637
"@director.run/client-configurator": "workspace:*",
@@ -43,7 +44,6 @@
4344
"@trpc/next": "^11.1.3",
4445
"@trpc/react-query": "^11.1.3",
4546
"@trpc/tanstack-react-query": "^11.1.3",
46-
"cspell": "^9.2.2",
4747
"express": "^4.21.2",
4848
"react": "^19.1.0",
4949
"react-dom": "^19.1.0",

packages/design/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@tanstack/react-query": "^5.77.2",
4040
"class-variance-authority": "^0.7.1",
4141
"clsx": "^2.1.1",
42-
"cspell": "^9.2.2",
4342
"react": "^19.1.0",
4443
"react-dom": "^19.1.0",
4544
"react-hook-form": "^7.56.4",
@@ -59,6 +58,7 @@
5958
"tailwindcss": "^4.1.7",
6059
"tailwindcss-radix": "^4.0.2",
6160
"tw-animate-css": "^1.3.0",
62-
"typescript": "^5.8.3"
61+
"typescript": "^5.8.3",
62+
"cspell": "^9.2.2"
6363
}
6464
}

0 commit comments

Comments
 (0)