From 349fe991a8e8330cfbfc66338ea95ce1d00e6efc Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 18 Sep 2023 18:11:37 -0600 Subject: [PATCH 1/5] remove apikey.js --- docs/index.html | 1 - 1 file changed, 1 deletion(-) 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"); From 49019435b8028aa7cc798847ddeccca1b25a31f9 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 18 Sep 2023 18:52:10 -0600 Subject: [PATCH 2/5] bump dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c51a1e..23e833c 100644 --- a/package.json +++ b/package.json @@ -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.2", + "@cocreate/observer": "^1.11.2" } -} +} \ No newline at end of file From 52184fcfad06497120aa51cf4c9367c47e926940 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 18 Sep 2023 19:11:15 -0600 Subject: [PATCH 3/5] removed upload --- .github/workflows/automated.yml | 26 -------------------------- 1 file changed, 26 deletions(-) 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 From ba5ff75ae3db81dbf5918ca5e3154730526c0044 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 9 Oct 2023 15:45:43 -0500 Subject: [PATCH 4/5] fix: bump dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 23e833c..b4ff36f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/local-storage": "^1.10.2", - "@cocreate/observer": "^1.11.2" + "@cocreate/local-storage": "^1.10.3", + "@cocreate/observer": "^1.11.3" } } \ No newline at end of file From 5c3f01ec5c0a38dad5c6139f79f52ca665269d15 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 20:47:04 +0000 Subject: [PATCH 5/5] chore(release): 1.11.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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/package.json b/package.json index b4ff36f..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", @@ -61,4 +61,4 @@ "@cocreate/local-storage": "^1.10.3", "@cocreate/observer": "^1.11.3" } -} \ No newline at end of file +}