Skip to content

Commit

Permalink
chore(release): 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jun 30, 2024
1 parent 46b5621 commit 05a6678
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [10.1.0](https://github.com/danactive/history/compare/v10.0.0...v10.1.0) (2024-06-30)


### Features

* **Admin > Walk:** Generate JPGs when HEIF/HEIC files are found ([855cf33](https://github.com/danactive/history/commit/855cf33680a8bce9c5527309c0c05f8ccfb4d3c7))
* **Next:** Add 404 not found page ([09a4a00](https://github.com/danactive/history/commit/09a4a00d824f377c865f55aa0371e1df6d633f68))
* **Next:** Remove styled-components replaced by CSS Modules for React Server Components ([1dd7532](https://github.com/danactive/history/commit/1dd753239289520a14f004cae269572c8e66cddd))


### Bug Fixes

* next/package.json & next/package-lock.json to reduce vulnerabilities ([33cc85f](https://github.com/danactive/history/commit/33cc85f5c268d239ff1ee57137a23afc34079ed7))
* **Next:** Fix monorepo deploy to ignore /api and /ui apps ([0061eb9](https://github.com/danactive/history/commit/0061eb97dd2bb8910623a26e056f24274dcc9a5a))

## [10.0.0](https://github.com/danactive/history/compare/v9.1.0...v10.0.0) (2024-04-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "history-app",
"version": "10.0.0",
"version": "10.1.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit 05a6678

Please sign in to comment.