@oliasoft-open-source/react-ui-library 2.3.0 → 2.3.2

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
@@ -44,6 +44,7 @@ publish:
44
44
  - VERSION=$(node -p "require('./package.json').version")
45
45
  # Prepare MatterMost message
46
46
  - MESSAGE="🤖 React UI Library version $VERSION released"
47
+ - chmod +x ./scripts/send-mattermost-message.sh
47
48
  # Prepare .npmrc
48
49
  - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
49
50
  # Configure git
@@ -72,5 +73,5 @@ publish:
72
73
  # Publish the NPM package to the public NPM registry
73
74
  echo "Publishing package to NPM registry"
74
75
  npm publish
75
- ./scripts/send-mattermost-msg.sh "$MATTERMOST_BOT_KEY" "$MESSAGE"
76
+ ./scripts/send-mattermost-message.sh "$MATTERMOST_BOT_KEY" "$MESSAGE"
76
77
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "main": "index.js",
6
6
  "scripts": {
File without changes