From 9894d89dce921476aecea23f6d30f060a532ffd6 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Sun, 13 Jun 2021 18:49:10 -0400 Subject: [PATCH] Release version v0.12.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- npm/lib/postinstall.js | 2 +- npm/package-lock.json | 2 +- npm/package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e1907..7d94301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.12.0] - 2021-06-13 + - Fix not sorting half classes properly `ex: mt-0.5` - Sort all variant classes diff --git a/Cargo.toml b/Cargo.toml index 986e9f2..ffcb002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Praveen Perera "] edition = "2018" name = "rustywind" -version = "0.11.0" +version = "0.12.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/npm/lib/postinstall.js b/npm/lib/postinstall.js index ef4f7b8..6ef1c10 100644 --- a/npm/lib/postinstall.js +++ b/npm/lib/postinstall.js @@ -16,7 +16,7 @@ if (forceInstall) { console.log("--force, ignoring caches"); } -const VERSION = "v0.11.0"; +const VERSION = "v0.12.0"; const BIN_PATH = path.join(__dirname, "../bin"); process.on("unhandledRejection", (reason, promise) => { diff --git a/npm/package-lock.json b/npm/package-lock.json index d9adc0b..78448ee 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,6 +1,6 @@ { "name": "rustywind", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/npm/package.json b/npm/package.json index 4daccca..8522984 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "rustywind", - "version": "0.11.0", + "version": "0.12.0", "description": "CLI for organizing Tailwind CSS classes", "main": "lib/index.js", "typings": "lib/index.d.ts",