@geode/opengeodeweb-front 6.1.0-rc.1 → 6.1.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.
@@ -15,7 +15,7 @@ jobs:
15
15
  GITHUB_TOKEN: ${{ github.token }}
16
16
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17
17
  - name: Merge master -> next
18
- if: github.ref == 'ref/head/master'
18
+ if: github.ref == 'refs/heads/master'
19
19
  uses: devmasx/merge-branch@master
20
20
  with:
21
21
  type: now
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "description": "OpenSource Vue/Vuetify framework for web applications",
21
21
  "type": "module",
22
- "version": "6.1.0-rc.1",
22
+ "version": "6.1.0",
23
23
  "main": "./nuxt.config.js",
24
24
  "dependencies": {
25
25
  "@kitware/vtk.js": "^29.2.0",