@oliasoft-open-source/react-ui-library 2.3.1 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "2.3.1",
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