@oliasoft-open-source/charts-library 2.1.7 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml CHANGED
@@ -47,7 +47,7 @@ publish:
47
47
  # Get the version from package.json
48
48
  - VERSION=$(node -p "require('./package.json').version")
49
49
  # Prepare MatterMost message
50
- - MESSAGE="🤖 Charts Library version $VERSION released"
50
+ - MESSAGE="🤖 Charts Library version $VERSION released ([release notes](https://gitlab.com/oliasoft-open-source/charts-library/-/blob/master/release-notes.md))"
51
51
  - chmod +x ./scripts/send-mattermost-message.sh
52
52
  # Prepare .npmrc
53
53
  - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "2.1.7",
3
+ "version": "2.2.0",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,5 @@
1
+ # Charts Library Release Notes
2
+
3
+ ## 2.2.0
4
+
5
+ - first publish of release notes