Skip to content

Commit ad8d1f1

Browse files
committed
chore(release): update to release v3.0.0
1 parent 47aec84 commit ad8d1f1

20 files changed

+21
-21
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v2.2.0): .eslintrc.cjs
2+
* Gulp Stylelint (v3.0.0): .eslintrc.cjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

babel.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v2.2.0): babel.config.cjs
2+
* Gulp Stylelint (v3.0.0): babel.config.cjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v2.2.0): jest.config.js
2+
* Gulp Stylelint (v3.0.0): jest.config.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-stylelint-esm",
3-
"version": "3.0.0-beta",
3+
"version": "3.0.0",
44
"description": "Gulp plugin for stylelint with ES module support.",
55
"author": {
66
"name": "Adorade",
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/adorade/gulp-stylelint-esm",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/adorade/gulp-stylelint-esm.git"
13+
"url": "git+https://github.com/adorade/gulp-stylelint-esm.git"
1414
},
1515
"type": "module",
1616
"exports": {

src/apply-sourcemap.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/apply-sourcemap.mjs
2+
* Gulp Stylelint (v3.0.0): src/apply-sourcemap.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/formatters.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/formatters.mjs
2+
* Gulp Stylelint (v3.0.0): src/formatters.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/index.mjs
2+
* Gulp Stylelint (v3.0.0): src/index.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/reporter-factory.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/reporter-factory.mjs
2+
* Gulp Stylelint (v3.0.0): src/reporter-factory.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/stylish-formatter.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/stylish-formatter.mjs
2+
* Gulp Stylelint (v3.0.0): src/stylish-formatter.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/utils.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/utils.mjs
2+
* Gulp Stylelint (v3.0.0): src/utils.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

src/writer.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): src/writer.mjs
2+
* Gulp Stylelint (v3.0.0): src/writer.mjs
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/fail.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/fail.test.js
2+
* Gulp Stylelint (v3.0.0): test/fail.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/formatters.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/formatters.test.js
2+
* Gulp Stylelint (v3.0.0): test/formatters.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/index.test.js
2+
* Gulp Stylelint (v3.0.0): test/index.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/reporter-factory.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/reporter-factory.test.js
2+
* Gulp Stylelint (v3.0.0): test/reporter-factory.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/sourcemap.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/sourcemap.test.js
2+
* Gulp Stylelint (v3.0.0): test/sourcemap.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/stylish-formatter.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/stylish-formatter.test.js
2+
* Gulp Stylelint (v3.0.0): test/stylish-formatter.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/testUtils/cleanOutput.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/testutils/cleanOutput.js
2+
* Gulp Stylelint (v3.0.0): test/testutils/cleanOutput.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/testUtils/createVinil.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/testutils/creatVinil.js
2+
* Gulp Stylelint (v3.0.0): test/testutils/creatVinil.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

test/writer.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Gulp Stylelint (v3.0.0-beta): test/writer.test.js
2+
* Gulp Stylelint (v3.0.0): test/writer.test.js
33
* Copyright (c) 2023-24 Adorade (https://github.com/adorade/gulp-stylelint-esm)
44
* License under MIT
55
* ========================================================================== */

0 commit comments

Comments
 (0)