From 232a437849f2da7c347de8cb620a74b161caad72 Mon Sep 17 00:00:00 2001 From: bakk Date: Wed, 2 Jun 2021 22:37:24 +0200 Subject: [PATCH] v1.0.0 --- .github/workflows/release.yml | 2 +- Cargo.lock | 4 ++-- cli/Cargo.toml | 4 ++-- kalk/Cargo.toml | 4 ++-- mobile/package.json | 4 ++-- web/package.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 158b52c..66916c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: continue-on-error: true run: cargo publish --manifest-path kalk/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose - name: Publish CLI - run: sleep 20 && cargo publish --manifest-path kalker/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose + run: sleep 20 && cargo publish --manifest-path cli/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose publish_npm: name: publish to npm diff --git a/Cargo.lock b/Cargo.lock index ada8bc5..2ca6fd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "kalk" -version = "2.0.4" +version = "2.1.0" dependencies = [ "lazy_static", "regex", @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "kalker" -version = "0.5.4" +version = "1.0.0" dependencies = [ "ansi_term", "atty", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d7cec63..580084b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,11 +9,11 @@ license = "MIT" name = "kalker" readme = "../README.md" repository = "https://github.com/PaddiM8/kalker" -version = "0.5.4" +version = "1.0.0" [dependencies] ansi_term = "0.12.1" -kalk = { path = "../kalk", version = "^2.0.4" } +kalk = { path = "../kalk", version = "^2.1.0" } lazy_static = "1.4.0" regex = "1" rustyline = "7.1.0" diff --git a/kalk/Cargo.toml b/kalk/Cargo.toml index dc37a36..490e0ba 100644 --- a/kalk/Cargo.toml +++ b/kalk/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "kalk" -version = "2.0.4" +version = "2.1.0" authors = ["PaddiM8"] edition = "2018" readme = "README.md" description = "A math evaluator library that supports user-defined functions, variables and units, and can handle fairly ambiguous syntax." -repository = "https://github.com/PaddiM8/kalk/tree/master/kalk" +repository = "https://github.com/PaddiM8/kalker/tree/master/kalk" license = "MIT" keywords = ["math", "calculator", "evaluator"] categories = ["mathematics", "parser-implementations"] diff --git a/mobile/package.json b/mobile/package.json index 187f78a..ff1046d 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -16,7 +16,7 @@ "@capacitor/android": "^2.4.5", "@capacitor/cli": "^2.4.5", "@capacitor/core": "^2.4.5", - "@paddim8/kalk-component": "^1.2.3" + "@paddim8/kalk-component": "^1.3.0" }, "devDependencies": { "@capacitor-community/electron": "^1.3.2", @@ -25,4 +25,4 @@ "gulp-sass": "^4.1.0", "sass": "^1.32.0" } -} +} \ No newline at end of file diff --git a/web/package.json b/web/package.json index 209a886..c045543 100644 --- a/web/package.json +++ b/web/package.json @@ -55,10 +55,10 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "@paddim8/kalk": "^2.0.4", + "@paddim8/kalk": "^2.1.0", "shadow-selection-polyfill": "^1.1.0" }, "browserslist": [ "defaults" ] -} +} \ No newline at end of file