diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a854116796f..fb7df2060af 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: 'patch: bump @webscopeio/react-textarea-autocomplete from 4.6.1 to 4.6.3' + hash: 5739edc73e1fcbdc277618c663e37028400068dc + body: > + Bumps + [@webscopeio/react-textarea-autocomplete](https://github.com/webscopeio/react-textarea-autocomplete) + from 4.6.1 to 4.6.3. + + - [Release + notes](https://github.com/webscopeio/react-textarea-autocomplete/releases) + + - + [Commits](https://github.com/webscopeio/react-textarea-autocomplete/compare/v4.6.1...v4.6.3) + footer: + Signed-off-by: 'dependabot-preview[bot] ' + signed-off-by: 'dependabot-preview[bot] ' + author: 'dependabot-preview[bot]' + version: 30.12.4 + date: 2020-05-12T11:17:40.432Z - commits: - subject: Use proper transaction isolation when comparing old and new compilers hash: ff833a395f8ff4c706ac832d530403f92037ff5b diff --git a/.versionbot/contracts/jellyfish-action-server/30.12.4.yml b/.versionbot/contracts/jellyfish-action-server/30.12.4.yml new file mode 100644 index 00000000000..aadef3aa8eb --- /dev/null +++ b/.versionbot/contracts/jellyfish-action-server/30.12.4.yml @@ -0,0 +1,16 @@ +name: Jellyfish Action Server +slug: jellyfish-action-server +type: sw.containerized-application +markers: [] +tags: [] +links: {} +active: true +requires: [] +capabilities: [] +data: + assets: + image: + url: 'balena/jellyfish-action-server:30.12.4' + repo: + url: 'https://github.com/balena-io/jellyfish.git' +version: 30.12.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 643c278fe6a..6790a0017e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v30.12.4 +## (2020-05-12) + +* patch: bump @webscopeio/react-textarea-autocomplete from 4.6.1 to 4.6.3 [dependabot-preview[bot]] + # v30.12.3 ## (2020-05-12) diff --git a/VERSION b/VERSION index e391924fa8c..8c8ff1a3dec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -30.12.3 \ No newline at end of file +30.12.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9330ce992f0..d7a7a50b482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jellyfish", - "version": "30.12.3", + "version": "30.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d4043defd5..38eab26482d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellyfish", - "version": "30.12.3", + "version": "30.12.4", "codename": "cephea", "private": true, "description": "The Jellyfish Project",