Skip to content

Commit 8a89909

Browse files
chore(sdk): release sdk 0.4.1 (#687)
* chore(release/sdk/v0.4): release sdk 0.4.1 * Update dependencies --------- Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
1 parent 2d2459b commit 8a89909

File tree

11 files changed

+49
-42
lines changed

11 files changed

+49
-42
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/opentdf/web-sdk/compare/sdk/v0.4.0...sdk-v0.4.1) (2025-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk:** Fix new API not setting nano attributes ([#679](https://github.com/opentdf/web-sdk/issues/679)) ([#680](https://github.com/opentdf/web-sdk/issues/680)) ([2d2459b](https://github.com/opentdf/web-sdk/commit/2d2459b991170dd27bd84133fb13173e03be7340))
9+
310
## [0.4.0](https://github.com/opentdf/web-sdk/compare/v0.3.2...v0.4.0) (2025-06-26)
411

512

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# x-release-please-start-version
3-
version=0.4.0
3+
version=0.4.1
44
# x-release-please-end
55
extras=cli web-app
66
pkgs=lib $(extras)

cli/package-lock.json

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

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentdf/ctl",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Node based CLI for opentdf",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"typescript-eslint": "^8.26.0"
5252
},
5353
"dependencies": {
54-
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.4.0.tgz",
54+
"@opentdf/sdk": "file:../lib/opentdf-sdk-0.4.1.tgz",
5555
"yargs": "^17.7.2"
5656
}
5757
}

lib/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.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentdf/sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "OpenTDF for the Web",
55
"homepage": "https://github.com/opentdf/web-sdk",
66
"bugs": {

lib/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Exposes the released version number of the `@opentdf/sdk` package
33
*/
4-
export const version = '0.4.0'; // x-release-please-version
4+
export const version = '0.4.1'; // x-release-please-version
55

66
/**
77
* A string name used to label requests as coming from this library client.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

web-app/package-lock.json

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

0 commit comments

Comments
 (0)