@cocreate/utils 1.21.0 → 1.21.1

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.
@@ -36,7 +36,7 @@ jobs:
36
36
  @semantic-release/git
37
37
  @semantic-release/github
38
38
  env:
39
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
39
+ GITHUB_TOKEN: "${{ secrets.GITHUB }}"
40
40
  NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
41
41
  outputs:
42
42
  new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
@@ -13,7 +13,7 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
  env:
15
15
  DRY_RUN: ${{ github.event.inputs.dry_run }}
16
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16
+ GITHUB_TOKEN: "${{ secrets.GITHUB }}"
17
17
  NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
18
18
 
19
19
  steps:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.21.1](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.21.0...v1.21.1) (2023-06-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [@v3](https://github.com/v3) ([115db0d](https://github.com/CoCreate-app/CoCreate-utils/commit/115db0d653a6c6003109e9cca67fbce1561a3a17))
7
+
1
8
  # [1.21.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.11...v1.21.0) (2023-06-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",