From 240d607dcfa8b6799813d9f4f27935e739182e94 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 15:32:37 +0500 Subject: [PATCH] try publish w node 16 --- .github/workflows/publish.yml | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/components/package.json | 2 +- src/lib/package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 26e075f..ff4e4cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - name: Check if version has been updated id: check uses: EndBug/version-check@v1 diff --git a/README.md b/README.md index d482dbc..61d5307 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This library is **published as two libraries**: - @lingdocs/inflect plus react components for displaying Pashto text, phrase engine UI etc. - Only available as an ES6 Module -`@lingdocs/pashto-inflector` +`@lingdocs/pashto-inflector` **is deprecated**. Use `@lingdoc/inflect` or `@lingdocs/ps-react` instead. ## Development diff --git a/package-lock.json b/package-lock.json index a6b4d09..8f7aaf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.0.6", + "version": "5.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.0.6", + "version": "5.0.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bf06a8f..3cb2583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.0.6", + "version": "5.0.7", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", diff --git a/src/components/package.json b/src/components/package.json index e185a9e..f0b4c73 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.0.6", + "version": "5.0.7", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index b252108..f113ccd 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.0.6", + "version": "5.0.7", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",