@cocreate/unique 1.14.3 → 1.15.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.
@@ -41,30 +41,4 @@ jobs:
41
41
  outputs:
42
42
  new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
43
43
  new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
44
- upload:
45
- runs-on: ubuntu-latest
46
- needs: release
47
- if: needs.release.outputs.new_release_published == 'true'
48
- env:
49
- VERSION: "${{ needs.release.outputs.new_release_version }}"
50
- steps:
51
- - name: Checkout
52
- uses: actions/checkout@v3
53
- - name: Setup Node.js
54
- uses: actions/setup-node@v3
55
- with:
56
- node-version: 16
57
- - name: Set npm registry auth
58
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59
- - name: Install dependencies
60
- run: yarn install
61
- - name: Build
62
- run: yarn build
63
- - name: Set Environment Variables
64
- run: |
65
- echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV
66
- echo "key=${{ secrets.COCREATE_KEY }}" >> $GITHUB_ENV
67
- echo "host=${{ secrets.COCREATE_HOST }}" >> $GITHUB_ENV
68
- - name: CoCreate Upload
69
- run: coc upload
70
44
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.15.0](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.14.3...v1.15.0) (2023-09-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * Update CoCreate dependencies to their latest versions ([21b42c9](https://github.com/CoCreate-app/CoCreate-unique/commit/21b42c968c78cbb0daeb4cbbffa849cd7ef1a92c))
7
+
1
8
  ## [1.14.3](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.14.2...v1.14.3) (2023-09-18)
2
9
 
3
10
 
package/docs/index.html CHANGED
@@ -365,7 +365,6 @@
365
365
  </button>
366
366
  </main>
367
367
 
368
- <script src="./apikey.js"></script>
369
368
  <script src="https://CoCreate.app/dist/CoCreate.js"></script>
370
369
  </body>
371
370
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/unique",
3
- "version": "1.14.3",
3
+ "version": "1.15.0",
4
4
  "description": "A simple unique component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "unique",
@@ -58,7 +58,7 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/crud-client": "^1.25.0",
62
- "@cocreate/uuid": "^1.7.1"
61
+ "@cocreate/crud-client": "^1.26.0",
62
+ "@cocreate/uuid": "^1.7.2"
63
63
  }
64
64
  }