Skip to content

Commit feb1c09

Browse files
authored
chore: release packages (#415)
1 parent e21f9d1 commit feb1c09

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

.changeset/tidy-rocks-obey.md

Lines changed: 0 additions & 6 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.1.1
4+
5+
### Patch Changes
6+
7+
- [#414](https://github.com/director-run/director/pull/414) [`e21f9d1`](https://github.com/director-run/director/commit/e21f9d19fb6eb2601342c7cb4b0dab7f162492ee) Thanks [@barnaby](https://github.com/barnaby)! - Fix Gateway SDK example
8+
39
## 1.1.0
410

511
## 1.0.2

apps/cli/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/cli",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"files": ["dist", "README.md", "package.json"],
66
"bin": {
77
"director": "./dist/cli.js"

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.1.1
4+
35
## 1.1.0
46

57
## 1.0.2

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.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"description": "Docker image for Director",
66
"repository": {

apps/sdk/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#414](https://github.com/director-run/director/pull/414) [`e21f9d1`](https://github.com/director-run/director/commit/e21f9d19fb6eb2601342c7cb4b0dab7f162492ee) Thanks [@barnaby](https://github.com/barnaby)! - Fix Gateway SDK example
8+
39
## 1.1.0
410

511
### Minor 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.1.0",
4+
"version": "1.1.1",
55
"files": ["dist", "README.md"],
66
"main": "dist/index.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)