Skip to content

Bump @cap-js/attachments from 3.12.1 to 3.13.1#290

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/cap-js/attachments-3.13.1
Open

Bump @cap-js/attachments from 3.12.1 to 3.13.1#290
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/cap-js/attachments-3.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

Bumps @cap-js/attachments from 3.12.1 to 3.13.1.

Release notes

Sourced from @​cap-js/attachments's releases.

v3.13.1

Fixed

  • Multiple single attachments components now are visible in the UI with unique labels

v3.13.0

Added

  • Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
  title: String;
  attachment: Attachment;
}

Fixed

  • Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.

v3.12.2

Fixed

  • Querying from content column while using object storage now returns expected result.
Changelog

Sourced from @​cap-js/attachments's changelog.

Version 3.13.1

Fixed

  • Multiple single attachments components now are visible in the UI with unique labels

Version 3.13.0

Added

  • Ability to use a single attachment instead of a composition. This can be done simply when creating an entity by having a field of type Attachment, without the composition value:
entity MyEntity {
  title: String;
  attachment: Attachment;
}

Fixed

  • Removed hard-coded attributes that were being used. Variable attribute names supports multiple compositions of attachments on a single entity.

Version 3.12.2

Fixed

  • Querying from content column while using object storage now returns expected result.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cap-js/attachments-3.13.1 branch from 0799a39 to ff855da Compare June 29, 2026 09:15
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cap-js/attachments-3.13.1 branch from ff855da to b267d53 Compare June 29, 2026 09:54
Bumps [@cap-js/attachments](https://github.com/cap-js/attachments) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/cap-js/attachments/releases)
- [Changelog](https://github.com/cap-js/attachments/blob/main/CHANGELOG.md)
- [Commits](cap-js/attachments@v3.12.1...v3.13.1)

---
updated-dependencies:
- dependency-name: "@cap-js/attachments"
  dependency-version: 3.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cap-js/attachments-3.13.1 branch from b267d53 to af2b810 Compare June 30, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants