loon-bulma-react 2023.0.6 → 2023.0.7

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
- "version": "2023.0.6",
3
+ "version": "2023.0.7",
4
4
  "description": "Bulma & ReactJS componenten voor Loon Salarissoftware",
5
5
  "author": "timroos1990",
6
6
  "license": "MIT",
@@ -26,7 +26,8 @@
26
26
  "test:watch": "react-scripts test --env=jsdom",
27
27
  "predeploy": "cd example && npm install && npm run build",
28
28
  "gh-deploy": "gh-pages -d example/build",
29
- "release": "npm run build && npm publish --tag y2022",
29
+ "release": "npm run build && npm publish && npm run set-latest-year-tag",
30
+ "set-latest-year-tag": "npm dist-tag add loon-bulma-react@$npm_package_version --tag y2023",
30
31
  "analyze": "node analyse.js"
31
32
  },
32
33
  "devDependencies": {