Skip to content

Commit d495fb2

Browse files
committed
v4.1.0
1 parent a4b6c85 commit d495fb2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "npm",
6-
"version": "4.0.0"
6+
"version": "4.1.0"
77
}

packages/less/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/less/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Leaner CSS",
55
"homepage": "http://lesscss.org",
66
"author": {
@@ -54,12 +54,12 @@
5454
"source-map": "~0.6.0"
5555
},
5656
"devDependencies": {
57-
"@less/test-data": "^4.0.0",
57+
"@less/test-data": "^4.1.0",
5858
"@less/test-import-module": "^4.0.0",
5959
"@rollup/plugin-commonjs": "^17.0.0",
6060
"@rollup/plugin-json": "^4.1.0",
6161
"@rollup/plugin-node-resolve": "^11.0.0",
62-
"@typescript-eslint/eslint-plugin": "^3.3.0",
62+
"@typescript-eslint/eslint-plugin": "^3.3.0",
6363
"@typescript-eslint/parser": "^3.3.0",
6464
"benny": "^3.6.12",
6565
"bootstrap-less-port": "0.3.0",

packages/test-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "4.0.0",
6+
"version": "4.1.0",
77
"description": "Less files and CSS results",
88
"author": {
99
"name": "Alexis Sellier",

0 commit comments

Comments
 (0)