From 4d421368a0dc5c21477ed2028b7bc712c01570cd Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 15:17:35 -0600 Subject: [PATCH 1/2] fix: testing workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a45cb02..0743ec0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", "dev": "npx webpack --config webpack.config.js --watch", - "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" + "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" }, "repository": { "type": "git", From 5f5f48303de73b7787ce4619f7411975c839b629 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 21:21:32 +0000 Subject: [PATCH 2/2] chore(release): 1.7.25 [skip ci] ## [1.7.25](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.24...v1.7.25) (2023-06-11) ### Bug Fixes * testing workflow ([4d42136](https://github.com/CoCreate-app/CoCreate-css-parser/commit/4d421368a0dc5c21477ed2028b7bc712c01570cd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ace8ad4..b091058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.25](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.24...v1.7.25) (2023-06-11) + + +### Bug Fixes + +* testing workflow ([4d42136](https://github.com/CoCreate-app/CoCreate-css-parser/commit/4d421368a0dc5c21477ed2028b7bc712c01570cd)) + ## [1.7.24](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.23...v1.7.24) (2023-06-11) diff --git a/package.json b/package.json index 0743ec0..b324ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.24", + "version": "1.7.25", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",