From 28ca8d583d3f1772adc64e6178f8e102b127d14c Mon Sep 17 00:00:00 2001 From: Joseph Thomas Date: Fri, 2 Apr 2021 14:12:08 -0700 Subject: [PATCH 1/3] bump version to 1.2.1 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 331a1f3..98358b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanctucompu/basement", - "version": "1.2.0", + "version": "1.2.1", "description": "Ground floor CSS utility classes", "repository": "https://github.com/sanctuarycomputer/basement.git", "author": "Sanctuary Computer ", @@ -11,6 +11,7 @@ "scripts": { "watch": "node-sass -w --output-style compact --source-map dist/basement.css.map src/index.scss dist/basement.css;", "watch:min": "node-sass -w --output-style compressed --source-map dist/basement.min.css.map src/index.scss dist/basement.min.css;", - "build": "node-sass --output-style compact --source-map dist/basement.css.map src/index.scss dist/basement.css; node-sass --output-style compressed --source-map dist/basement.min.css.map src/index.scss dist/basement.min.css;" + "build": "node-sass --output-style compact --source-map dist/basement.css.map src/index.scss dist/basement.css; node-sass --output-style compressed --source-map dist/basement.min.css.map src/index.scss dist/basement.min.css;", + "prepare": "yarn build" } -} \ No newline at end of file +} From cbfbfbee620487012cc76b9a4617fe2ecd1061f2 Mon Sep 17 00:00:00 2001 From: Joseph Thomas Date: Fri, 2 Apr 2021 15:05:23 -0700 Subject: [PATCH 2/3] bump version to 1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98358b3..f2a632b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanctucompu/basement", - "version": "1.2.1", + "version": "1.2.2", "description": "Ground floor CSS utility classes", "repository": "https://github.com/sanctuarycomputer/basement.git", "author": "Sanctuary Computer ", From d03e2a6d011f31166dc84a566e317865bb9ca2f2 Mon Sep 17 00:00:00 2001 From: Joseph Thomas Date: Fri, 2 Apr 2021 15:11:23 -0700 Subject: [PATCH 3/3] restore version to 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2a632b..98358b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanctucompu/basement", - "version": "1.2.2", + "version": "1.2.1", "description": "Ground floor CSS utility classes", "repository": "https://github.com/sanctuarycomputer/basement.git", "author": "Sanctuary Computer ",