Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/dsw-command-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -461,3 +465,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-command-queue"
version = "4.30.1"
version = "4.30.2"
description = "Library for working with command queue and persistent commands"
readme = "README.md"
keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
Expand All @@ -23,7 +23,7 @@ dependencies = [
"func-timeout",
"tenacity",
# DSW
"dsw-database==4.30.1",
"dsw-database==4.30.2",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -468,3 +472,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
2 changes: 1 addition & 1 deletion packages/dsw-config/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-config"
version = "4.30.1"
version = "4.30.2"
description = "Library for DSW config manipulation"
readme = "README.md"
keywords = ["dsw", "config", "yaml", "parser"]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-data-seeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -540,3 +544,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-data-seeder"
version = "4.30.1"
version = "4.30.2"
description = "Worker for seeding DSW data"
readme = "README.md"
keywords = ["data", "database", "seed", "storage"]
Expand All @@ -25,10 +25,10 @@ dependencies = [
"sentry-sdk",
"tenacity",
# DSW
"dsw-command-queue==4.30.1",
"dsw-config==4.30.1",
"dsw-database==4.30.1",
"dsw-storage==4.30.1",
"dsw-command-queue==4.30.2",
"dsw-config==4.30.2",
"dsw-database==4.30.2",
"dsw-storage==4.30.2",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -491,3 +495,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
4 changes: 2 additions & 2 deletions packages/dsw-database/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-database"
version = "4.30.1"
version = "4.30.2"
description = "Library for managing DSW database"
readme = "README.md"
keywords = ["dsw", "database"]
Expand All @@ -22,7 +22,7 @@ dependencies = [
"psycopg[binary]",
"tenacity",
# DSW
"dsw-config==4.30.1",
"dsw-config==4.30.2",
]

[project.urls]
Expand Down
7 changes: 7 additions & 0 deletions packages/dsw-document-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

### Fixed

- Fixed plugin integration in document context

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -626,3 +632,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def load(data: dict, **options):
name=data['name'],
plugin_uuid=data['pluginUuid'],
integration_id=data['pluginIntegrationId'],
settings=data['pluginSettings'],
settings=data['pluginIntegrationSettings'],
annotations=_load_annotations(data['annotations']),
)

Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-document-worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-document-worker"
version = "4.30.1"
version = "4.30.2"
description = "Worker for assembling and transforming documents"
readme = "README.md"
keywords = ["documents", "generation", "jinja2", "pandoc", "worker"]
Expand Down Expand Up @@ -35,10 +35,10 @@ dependencies = [
"weasyprint",
"XlsxWriter",
# DSW
"dsw-command-queue==4.30.1",
"dsw-config==4.30.1",
"dsw-database==4.30.1",
"dsw-storage==4.30.1",
"dsw-command-queue==4.30.2",
"dsw-config==4.30.2",
"dsw-database==4.30.2",
"dsw-storage==4.30.2",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

### Fixed
Expand Down Expand Up @@ -525,3 +529,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
2 changes: 1 addition & 1 deletion packages/dsw-mailer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PIP = pip
VERSION = 4.30.1
VERSION = 4.30.2

.PHONY: verify
verify:
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-mailer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-mailer"
version = "4.30.1"
version = "4.30.2"
description = "Worker for sending email notifications"
readme = "README.md"
keywords = ["email", "jinja2", "notification", "template"]
Expand Down Expand Up @@ -30,10 +30,10 @@ dependencies = [
"sentry-sdk",
"tenacity",
# DSW
"dsw-command-queue==4.30.1",
"dsw-config==4.30.1",
"dsw-database==4.30.1",
"dsw-storage==4.30.1",
"dsw-command-queue==4.30.2",
"dsw-config==4.30.2",
"dsw-database==4.30.2",
"dsw-storage==4.30.2",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -389,3 +393,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
2 changes: 1 addition & 1 deletion packages/dsw-models/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-models"
version = "4.30.1"
version = "4.30.2"
description = "Library with DSW models and basic IO operations"
readme = "README.md"
keywords = ["dsw", "config", "yaml", "parser"]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -454,3 +458,4 @@ Released for version consistency with other DSW tools.
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
4 changes: 2 additions & 2 deletions packages/dsw-storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-storage"
version = "4.30.1"
version = "4.30.2"
description = "Library for managing DSW S3 storage"
readme = "README.md"
keywords = ["dsw", "s3", "bucket", "storage"]
Expand All @@ -22,7 +22,7 @@ dependencies = [
"minio",
"tenacity",
# DSW
"dsw-config==4.30.1",
"dsw-config==4.30.2",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-tdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [4.30.2]

Released for version consistency with other DSW tools.

## [4.30.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -717,3 +721,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
[4.29.0]: /../../tree/v4.29.0
[4.30.0]: /../../tree/v4.30.0
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
2 changes: 1 addition & 1 deletion packages/dsw-tdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-tdk"
version = "4.30.1"
version = "4.30.2"
description = "Data Stewardship Wizard Template Development Toolkit"
readme = "README.md"
keywords = ["documents", "dsw", "jinja2", "template", "toolkit"]
Expand Down
18 changes: 9 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading