From 4703a216c27925bc2d7a803ab3253aee4cf138a8 Mon Sep 17 00:00:00 2001 From: kuechlin Date: Tue, 26 Jul 2022 20:17:35 +0200 Subject: [PATCH 1/2] action update --- .github/workflows/github-actions-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-publish.yml b/.github/workflows/github-actions-publish.yml index 6d2a580..7f4d315 100644 --- a/.github/workflows/github-actions-publish.yml +++ b/.github/workflows/github-actions-publish.yml @@ -15,6 +15,6 @@ jobs: npm i -g pnpm pnpm i pnpm run build - - run: pnpm publish --access public + - run: pnpm publish --no-git-checks --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} From 0650a9d428ed988537f27654087d18f2cdbceb21 Mon Sep 17 00:00:00 2001 From: kuechlin Date: Tue, 26 Jul 2022 20:21:33 +0200 Subject: [PATCH 2/2] license added --- LICENSE | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a0a3a05 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Yannick Küchlin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/package.json b/package.json index ac7530d..f7103fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mantine-data-grid", - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "type": "module", "repository": {