diff --git a/package-lock.json b/package-lock.json index 8f6651c..0f0c093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "7.1.5", + "version": "7.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "7.1.5", + "version": "7.1.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 74f61c1..005c7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "7.1.5", + "version": "7.1.6", "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-lock.json b/src/components/package-lock.json index d6fedd3..87e126e 100644 --- a/src/components/package-lock.json +++ b/src/components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lingdocs/ps-react", - "version": "7.1.5", + "version": "7.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lingdocs/ps-react", - "version": "7.1.5", + "version": "7.1.6", "license": "MIT", "dependencies": { "@formkit/auto-animate": "^1.0.0-beta.3", diff --git a/src/components/package.json b/src/components/package.json index 7616993..ce2f26a 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "7.1.5", + "version": "7.1.6", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/components/src/InflectionsTable.tsx b/src/components/src/InflectionsTable.tsx index ae0713d..2cfc924 100644 --- a/src/components/src/InflectionsTable.tsx +++ b/src/components/src/InflectionsTable.tsx @@ -53,7 +53,6 @@ const InflectionTable = ({ // const handleCloseExplanation = () => setShowingExplanation(false); // const handleShowExplanation = () => setShowingExplanation(true); const isPluralInfs = isPluralInflections(inf); - console.log({ inf }); return (
{!hideTitle && ( diff --git a/src/lib/package.json b/src/lib/package.json index 9111a2b..d457143 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "7.1.5", + "version": "7.1.6", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",