Skip to content

Commit b61e6d8

Browse files
committed
Restore 4.5.0 version number
1 parent 5efa00e commit b61e6d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@less/root",
33
"private": true,
4-
"version": "5.0.0-alpha.1",
4+
"version": "4.5.0",
55
"description": "Less monorepo",
66
"homepage": "http://lesscss.org",
77
"scripts": {

packages/less/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "less",
3-
"version": "5.0.0-alpha.1",
3+
"version": "4.5.0",
44
"description": "Leaner CSS",
55
"homepage": "http://lesscss.org",
66
"author": {

packages/test-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "5.0.0-alpha.1",
6+
"version": "4.5.0",
77
"description": "Less files and CSS results",
88
"author": "Alexis Sellier <[email protected]>",
99
"contributors": [

packages/test-import-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@less/test-import-module",
33
"private": true,
4-
"version": "5.0.0-alpha.1",
4+
"version": "4.5.0",
55
"description": "Less files to be included in node_modules directory for testing import from node_modules",
66
"author": "Alexis Sellier <[email protected]>",
77
"contributors": [

0 commit comments

Comments
 (0)