Skip to content

Tags: benomatis/contentful-management.js

Tags

v10.8.0

Toggle v10.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add flow type (contentful#1439)

v10.7.0

Toggle v10.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(workflow-definitions): add new property startOnEntityCreation an…

…d improve the type exports (contentful#1438)

v10.6.3

Toggle v10.6.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: completing workflows (contentful#1406)

Co-authored-by: Thomas Kellermeier <Chaoste@users.noreply.github.com>

v10.6.2

Toggle v10.6.2's commit message
build(deps): bump npm from 8.7.0 to 8.11.0

Bumps [npm](https://github.com/npm/cli) from 8.7.0 to 8.11.0.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](npm/cli@v8.7.0...v8.11.0)

---
updated-dependencies:
- dependency-name: npm
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

v10.6.1

Toggle v10.6.1's commit message
build(deps): bump semver-regex from 3.1.3 to 3.1.4

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

v10.6.0

Toggle v10.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: [] add app action list for env (contentful#1361)

v10.5.0

Toggle v10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added isLocked to WorkflowDefinitionSysProps (contentful#1351)

* feat: added isLocked to WorkflowDefinitionSysProps

* test: updated mocks

v10.4.0

Toggle v10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: introduce org app installations (contentful#1342)

* feat: introduce org app installations

* remove duplicate type

* refactor: move endpoint under app definition

* remove unecessary exported entity

* chore: add unit and integration tests

* fix: export error

* refactor: app deletion in integration tests to 'after' function, add description for new api methods

* refactor: remove direct error handling, fallback to empty string for orgId in rest endpoint to generate correct error

* fix: remove extra space on app installation mock

Co-authored-by: Martin Walker <martin.walker@contentful.com>
Co-authored-by: Martin Walker <35141192+martin3walker@users.noreply.github.com>

v10.3.1

Toggle v10.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ApiAppActionCategories): export the actual type [EXT-3618] (conte…

…ntful#1329)

* feat(ApiAppActionCategories): support Category api response

* export the actual thing

* Better naming

* to Props suffix to match naming

v10.3.0

Toggle v10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: added order parameter [HOMER-793] (contentful#1338)

* feat: added order parameter

* fix: changed type of order param

* fix: changed comment