Skip to content

Commit 3272c96

Browse files
authored
Merge pull request #369 from nulib/deploy/staging
Deploy v2.10.9 to production
2 parents 1f4f9b9 + dd735a4 commit 3272c96

17 files changed

Lines changed: 26 additions & 24 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ jobs:
9191
run: ./mcp-publisher login github-oidc
9292
- name: Publish server to MCP Registry
9393
run: ./mcp-publisher publish
94+
working-directory: ./mcp

api/dependencies/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-api-dependencies",
3-
"version": "2.10.8",
3+
"version": "2.10.9",
44
"description": "NUL Digital Collections API Dependencies",
55
"repository": "https://github.com/nulib/dc-api-v2",
66
"author": "nulib",

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-api-build",
3-
"version": "2.10.8",
3+
"version": "2.10.9",
44
"description": "NUL Digital Collections API Build Environment",
55
"repository": "https://github.com/nulib/dc-api-v2",
66
"author": "nulib",

api/src/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dc-api",
3-
"version": "2.10.8",
3+
"version": "2.10.9",
44
"description": "NUL Digital Collections API",
55
"repository": "https://github.com/nulib/dc-api-v2",
66
"author": "nulib",

av-download/lambdas/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

av-download/lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdas",
3-
"version": "2.10.8",
3+
"version": "2.10.9",
44
"description": "Non-API handler lambdas",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dc-api-v2-chat"
3-
version = "2.10.8"
3+
version = "2.10.9"
44
requires-python = ">=3.12"
55
dependencies = [
66
"boto3~=1.34",

0 commit comments

Comments
 (0)