freemium-survey-components 2.0.429 → 2.0.430

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.
@@ -42,12 +42,6 @@ jobs:
42
42
  registry-url: 'https://registry.npmjs.org'
43
43
  cache: 'npm'
44
44
 
45
- - name: Install dependencies
46
- run: npm ci
47
-
48
- - name: Build library
49
- run: npm run build
50
-
51
45
  - name: Configure Git
52
46
  run: |
53
47
  git config --local user.email "survey-serv-ci@users.noreply.github.com"
@@ -281,8 +275,7 @@ jobs:
281
275
  run: |
282
276
  gh release create ${{ steps.check_version.outputs.version }} \
283
277
  --title "Release ${{ steps.check_version.outputs.version }}" \
284
- --notes-file release_notes.md \
285
- --latest
278
+ --notes-file release_notes.md
286
279
  echo "GitHub release created!"
287
280
  env:
288
281
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.429",
3
+ "version": "2.0.430",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",