From 996f85d3ed690df17f32fb872be2aa6003d27115 Mon Sep 17 00:00:00 2001 From: Marian Bolojan Date: Tue, 13 Aug 2024 15:03:11 +0300 Subject: [PATCH] chore(release): update to release v2.2.0 --- .babelrc.cjs | 2 +- .eslintrc.cjs | 2 +- jest.config.js | 2 +- package.json | 2 +- src/apply-sourcemap.mjs | 2 +- src/formatters.mjs | 2 +- src/index.mjs | 2 +- src/reporter-factory.mjs | 2 +- src/writer.mjs | 2 +- test/fail.test.js | 2 +- test/formatters.test.js | 2 +- test/index.test.js | 2 +- test/reporter-factory.test.js | 2 +- test/sourcemap.test.js | 2 +- test/writer.test.js | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.babelrc.cjs b/.babelrc.cjs index 0805b2a..9383366 100644 --- a/.babelrc.cjs +++ b/.babelrc.cjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): .babelrc.cjs + * Gulp Stylelint (v2.2.0): .babelrc.cjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 1a33420..f9b7350 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): .eslintrc.cjs + * Gulp Stylelint (v2.2.0): .eslintrc.cjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/jest.config.js b/jest.config.js index 08358a0..6467604 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): jest.config.js + * Gulp Stylelint (v2.2.0): jest.config.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/package.json b/package.json index 0f7ee8f..6a9b1d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-stylelint-esm", - "version": "2.1.0", + "version": "2.2.0", "description": "Gulp plugin for stylelint with ES module support.", "author": { "name": "Adorade", diff --git a/src/apply-sourcemap.mjs b/src/apply-sourcemap.mjs index d634305..c6b9b91 100644 --- a/src/apply-sourcemap.mjs +++ b/src/apply-sourcemap.mjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): src/apply-sourcemap.mjs + * Gulp Stylelint (v2.2.0): src/apply-sourcemap.mjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/src/formatters.mjs b/src/formatters.mjs index 7a5c97c..328591a 100644 --- a/src/formatters.mjs +++ b/src/formatters.mjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): src/formatters.mjs + * Gulp Stylelint (v2.2.0): src/formatters.mjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/src/index.mjs b/src/index.mjs index fa68a9b..0473d3e 100755 --- a/src/index.mjs +++ b/src/index.mjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): src/index.mjs + * Gulp Stylelint (v2.2.0): src/index.mjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/src/reporter-factory.mjs b/src/reporter-factory.mjs index 3a45381..5e2fc62 100755 --- a/src/reporter-factory.mjs +++ b/src/reporter-factory.mjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): src/reporter-factory.mjs + * Gulp Stylelint (v2.2.0): src/reporter-factory.mjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/src/writer.mjs b/src/writer.mjs index c9c6f2b..0dadf78 100644 --- a/src/writer.mjs +++ b/src/writer.mjs @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): src/writer.mjs + * Gulp Stylelint (v2.2.0): src/writer.mjs * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/fail.test.js b/test/fail.test.js index 7fca586..e0a2b2f 100644 --- a/test/fail.test.js +++ b/test/fail.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/fail-after-error.test.js + * Gulp Stylelint (v2.2.0): test/fail-after-error.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/formatters.test.js b/test/formatters.test.js index 73ced01..6e98223 100644 --- a/test/formatters.test.js +++ b/test/formatters.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/formatters.test.js + * Gulp Stylelint (v2.2.0): test/formatters.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/index.test.js b/test/index.test.js index 79e93a3..8eea2bd 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/index.test.js + * Gulp Stylelint (v2.2.0): test/index.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/reporter-factory.test.js b/test/reporter-factory.test.js index 3fe3e8c..b1a7922 100644 --- a/test/reporter-factory.test.js +++ b/test/reporter-factory.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/reporter-factory.test.js + * Gulp Stylelint (v2.2.0): test/reporter-factory.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/sourcemap.test.js b/test/sourcemap.test.js index ec28ab3..acbf376 100644 --- a/test/sourcemap.test.js +++ b/test/sourcemap.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/sourcemap.test.js + * Gulp Stylelint (v2.2.0): test/sourcemap.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */ diff --git a/test/writer.test.js b/test/writer.test.js index d198377..74180b6 100644 --- a/test/writer.test.js +++ b/test/writer.test.js @@ -1,5 +1,5 @@ /*! - * Gulp Stylelint (v2.1.0): test/writer.test.js + * Gulp Stylelint (v2.2.0): test/writer.test.js * Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm) * License under MIT * ========================================================================== */