diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index a47959a..c8ea0ff 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -41,30 +41,4 @@ jobs: outputs: new_release_published: "${{ steps.semantic.outputs.new_release_published }}" new_release_version: "${{ steps.semantic.outputs.new_release_version }}" - upload: - runs-on: ubuntu-latest - needs: release - if: needs.release.outputs.new_release_published == 'true' - env: - VERSION: "${{ needs.release.outputs.new_release_version }}" - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 16 - - name: Set npm registry auth - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - - name: Install dependencies - run: yarn install - - name: Build - run: yarn build - - name: Set Environment Variables - run: | - echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV - echo "key=${{ secrets.COCREATE_KEY }}" >> $GITHUB_ENV - echo "host=${{ secrets.COCREATE_HOST }}" >> $GITHUB_ENV - - name: CoCreate Upload - run: coc upload diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3aa04..0c2d2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.1...v1.11.2) (2023-10-09) + + +### Bug Fixes + +* bump dependencies ([ba5ff75](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ba5ff75ae3db81dbf5918ca5e3154730526c0044)) + ## [1.11.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.0...v1.11.1) (2023-09-18) diff --git a/docs/index.html b/docs/index.html index bf50944..430fa29 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1152,7 +1152,6 @@

Demo

src="/assets/svg/pencil-alt.svg"> - // var copy = object.querySelectorAll(".copy"); diff --git a/package.json b/package.json index 1c51a1e..e78d24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.11.1", + "version": "1.11.2", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -58,7 +58,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/local-storage": "^1.10.1", - "@cocreate/observer": "^1.11.1" + "@cocreate/local-storage": "^1.10.3", + "@cocreate/observer": "^1.11.3" } }