From 2991e0289d32f7f2ccd456a8f18ebccec5de14cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 05:19:19 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@tailwindcss/typograp?= =?UTF-8?q?hy=20from=200.5.7=20to=200.5.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/tailwindcss/typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindcss/typography/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9427ae00..ecf4d555 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "commander": "^9.4.1" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.7", + "@tailwindcss/typography": "^0.5.8", "chart.js": "^3.9.1", "fuse.js": "^6.6.2", "katex": "^0.16.3", @@ -102,9 +102,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -2064,9 +2064,9 @@ } }, "@tailwindcss/typography": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", - "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.8.tgz", + "integrity": "sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw==", "dev": true, "requires": { "lodash.castarray": "^4.4.0", diff --git a/package.json b/package.json index 0fc4ab0c..b49c82a5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/nunocoracao/blowfish#readme", "devDependencies": { - "@tailwindcss/typography": "^0.5.7", + "@tailwindcss/typography": "^0.5.8", "chart.js": "^3.9.1", "fuse.js": "^6.6.2", "katex": "^0.16.3", From ce4cbd3c750ebe80b35b1a650dbf9c051e09d0e2 Mon Sep 17 00:00:00 2001 From: Tarun Kumar Jana <104967223+tarunjana@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:53:52 +0530 Subject: [PATCH 2/3] Improve Bengali translation Added the following keys: - `views` - `likes` - `show_more` --- i18n/bn.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/i18n/bn.yaml b/i18n/bn.yaml index 513d10f9..92ed0723 100644 --- a/i18n/bn.yaml +++ b/i18n/bn.yaml @@ -12,6 +12,12 @@ article: word_count: one: "{{ .Count }} টি শব্দ" other: "{{ .Count }} টি শব্দ" + views: + one: "{{ .Count }} বার দেখা হয়েছে" + other: "{{ .Count }} বার দেখা হয়েছে" + likes: + one: "{{ .Count }} বার পছন্দ করা হয়েছে" + other: "{{ .Count }} বার পছন্দ করা হয়েছে" author: byline_title: "লেখক" @@ -52,4 +58,7 @@ sharing: twitter: "ট্যুইট করুন" shortcode: - recent_articles: "সাম্প্রতিক" \ No newline at end of file + recent_articles: "সাম্প্রতিক" + +recent: + show_more: "আরো দেখুন" From d69989892bf7cc9de36c77d1d0eee5e791bd83d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 13 Nov 2022 12:27:19 +0000 Subject: [PATCH 3/3] final tests and version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecf4d555..36f9d5b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.9.1", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.9.1", + "version": "2.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 77d1ecc2..9494b8c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.10.0", + "version": "2.11.0", "description": "Blowfish theme for Hugo", "scripts": { "preinstall": "rimraf assets/vendor",