From 137aab63937ea2c6a041a92fce14c79e85caf5cd Mon Sep 17 00:00:00 2001 From: danactive Date: Sun, 7 Apr 2024 11:55:37 -0700 Subject: [PATCH] chore(release): 9.1.0 --- next/CHANGELOG.md | 21 +++++++++++++++++++++ next/package-lock.json | 4 ++-- next/package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/next/CHANGELOG.md b/next/CHANGELOG.md index 2236365a..ac72f4b9 100644 --- a/next/CHANGELOG.md +++ b/next/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [9.1.0](https://github.com/danactive/history/compare/v9.0.0...v9.1.0) (2024-04-07) + + +### Features + +* **Next > Components:** Extend MUI theme ([42fdcc7](https://github.com/danactive/history/commit/42fdcc7fbea0cf1846454706178755588872162b)) +* **Next > Organize Previews > Rename:** Allow todo photos to be renamed ([3d3a680](https://github.com/danactive/history/commit/3d3a680421337630fa814dd19806db7bd8980a80)) +* **Next > Organize Previews:** Add page to sort thumbnail previews ([dbdd4a4](https://github.com/danactive/history/commit/dbdd4a4cd36956558e0c56b5d3f659b5fe33732d)) +* **Next > Search:** Add country or province to search keyword ([5377101](https://github.com/danactive/history/commit/53771018c9db5bf828d9724b4ccb56603d2b5914)) +* **Next > Search:** Add search support to gallery search keyword ([ad0d764](https://github.com/danactive/history/commit/ad0d764d0c2f998afc130be621164c91b7a0297e)) +* **Next > Search:** Sort by keyword count then name ([a538734](https://github.com/danactive/history/commit/a538734d3b96c0605f2d3b35a1618cd188706153)) +* **Next > Today:** Fix order of today items so morning to night still oldest album to recent ([0092097](https://github.com/danactive/history/commit/00920972ea331dcbf02fea8eef3c9e4dd1a574ca)) +* **Next > Walk:** Add folder traversal with .. link ([9e92867](https://github.com/danactive/history/commit/9e928676cdfd460fc81788c22cf634d476c167cc)) +* **Next > Walk:** Add list of root local filesystem no traversal (yet) ([6ce921a](https://github.com/danactive/history/commit/6ce921ae2cfea9df6203d0fe2e911142270b8d32)) +* **Next > Walk:** Add list of root local filesystem with traversal ([a91fba4](https://github.com/danactive/history/commit/a91fba45c57cfe4e0e385180add445d9c9c38c1a)) + + +### Bug Fixes + +* **Next > Link:** Upgrade next/link to use future non-hyperlink element ([4a09739](https://github.com/danactive/history/commit/4a097397d30df74f4af6ca2090798e6336b6f427)) + ## [9.0.0](https://github.com/danactive/history/compare/v8.3.0...v9.0.0) (2023-08-30) diff --git a/next/package-lock.json b/next/package-lock.json index e8788098..a6826479 100644 --- a/next/package-lock.json +++ b/next/package-lock.json @@ -1,12 +1,12 @@ { "name": "history-nextjs-app", - "version": "9.0.0", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "history-nextjs-app", - "version": "9.0.0", + "version": "9.1.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/next/package.json b/next/package.json index 5236969e..ef5621e1 100644 --- a/next/package.json +++ b/next/package.json @@ -1,6 +1,6 @@ { "name": "history-nextjs-app", - "version": "9.0.0", + "version": "9.1.0", "private": true, "type": "commonjs", "scripts": {