From e879d57d32ab403df8c22ee7e364949cd33ba40b Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 14:36:14 -0600 Subject: [PATCH 1/3] fix: testing workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4027fb6..c83bc3c 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 fs = require(\"fs\"); const path = require(\"path\"); if (fs.existsSync(path.resolve(__dirname, \"node_modules/@cocreate/cli/check-coc.js\"))) { require(\"./node_modules/@cocreate/cli/check-coc.js\"); }'" }, "repository": { "type": "git", From e9d022a0d778baa855c2e00d943f88bca0c2e8dd Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 14:43:49 -0600 Subject: [PATCH 2/3] fix: testing workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c83bc3c..4027fb6 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 -e 'const fs = require(\"fs\"); const path = require(\"path\"); if (fs.existsSync(path.resolve(__dirname, \"node_modules/@cocreate/cli/check-coc.js\"))) { require(\"./node_modules/@cocreate/cli/check-coc.js\"); }'" + "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" }, "repository": { "type": "git", From 41550a27f66a6c9db3973569793e0aa7a04705f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 20:47:30 +0000 Subject: [PATCH 3/3] chore(release): 1.7.24 [skip ci] ## [1.7.24](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.23...v1.7.24) (2023-06-11) ### Bug Fixes * testing workflow ([e9d022a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e9d022a0d778baa855c2e00d943f88bca0c2e8dd)) * testing workflow ([e879d57](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e879d57d32ab403df8c22ee7e364949cd33ba40b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4244deb..ace8ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.7.24](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.23...v1.7.24) (2023-06-11) + + +### Bug Fixes + +* testing workflow ([e9d022a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e9d022a0d778baa855c2e00d943f88bca0c2e8dd)) +* testing workflow ([e879d57](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e879d57d32ab403df8c22ee7e364949cd33ba40b)) + ## [1.7.23](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.22...v1.7.23) (2023-06-11) diff --git a/package.json b/package.json index 4027fb6..a45cb02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.23", + "version": "1.7.24", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",