Skip to content

Commit c5493bb

Browse files
Merge pull request #254 from prompt-foundry/release-please--branches--main--changes--next--components--typescript-sdk
release: 1.17.0
2 parents e20bc0a + 2a209a0 commit c5493bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+345
-250
lines changed

.devcontainer/Dockerfile

100644100755
File mode changed.

.devcontainer/devcontainer.json

100644100755
File mode changed.

.eslintrc.js

100644100755
File mode changed.

.github/workflows/ci.yml

100644100755
File mode changed.

.github/workflows/publish-npm.yml

100644100755
File mode changed.

.github/workflows/release-doctor.yml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
bash ./bin/check-release-environment
2020
env:
2121
NPM_TOKEN: ${{ secrets.PROMPT_FOUNDRY_NPM_TOKEN || secrets.NPM_TOKEN }}
22+

.gitignore

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ dist
88
/*.tgz
99
.idea/
1010

11-
build/tsconfig.tsbuildinfo

.prettierignore

100644100755
File mode changed.

.prettierrc.json

100644100755
File mode changed.

.release-please-manifest.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.17.0"
33
}

0 commit comments

Comments
 (0)