fix: Correct errors in HSV_SATURATION, HSV_VALUE accessors (#7297)

* fix: Correct errors in HSV_SATURATION, HSV_VALUE accessors

  Fix the comment / message errors noted in
  https://github.com/google/blockly/pull/7249#issuecomment-1638645810

* chore: Add renamings for HSV_SATURATION, HSV_VALUE
This commit is contained in:
Christopher Allen
2023-07-17 21:00:06 +01:00
committed by GitHub
parent d503fbb409
commit 1bc4f67d78
2 changed files with 25 additions and 7 deletions

View File

@@ -1577,5 +1577,23 @@
},
],
'10.0.1': [
{
oldName: 'Blockly',
exports: {
HSV_SATURATION: {
newModule: 'Blockly.utils.colour',
getMethod: 'getHsvSaturation',
setMethod: 'setHsvSaturation',
},
HSV_VALUE: {
newModule: 'Blockly.utils.colour',
getMethod: 'getHsvValue',
setMethod: 'setHsvValue',
},
},
},
],
'develop': [],
}