Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Aug 30, 2023
1 parent 7344051 commit c75fe1b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
41 changes: 41 additions & 0 deletions next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

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.0.0](https://github.com/danactive/history/compare/v8.3.0...v9.0.0) (2023-08-30)


### Features

* **Next > CI:** Add Playwright end-to-end test workflow ([fbf5186](https://github.com/danactive/history/commit/fbf5186d1a343e4c7f38cf88deebeaf85b4de3ba))
* **Next > Dep:** Major update to glob v7 to v10 ([882d08a](https://github.com/danactive/history/commit/882d08a067ee6e30bc7f78c8acd22b93cf6d687a))
* **Next > Dep:** Major update to styled-components v5 to v6 ([c58337e](https://github.com/danactive/history/commit/c58337ee1698e12059a9a095c6d5e771f01c21f3))
* **Next > Image Gallery:** Improve types ([ebc4f13](https://github.com/danactive/history/commit/ebc4f133ee9106fdc6326c400781a1098f0b498f))
* **Next > MUI:** Add MUI Joy UI ([1037fa1](https://github.com/danactive/history/commit/1037fa1369c514d436695505a4043d7c96361c45))
* **Next > MUI:** Drop GenericList, List, ListItem, LoadingIndicator as duplicate UI components of MUI ([6422bbd](https://github.com/danactive/history/commit/6422bbd43081e025d238485f46dc91ddeeff6fb1))
* **Next > package:** Upgrade Next.js to v13 ([dca2868](https://github.com/danactive/history/commit/dca28689fb5017b20f601fade66c87d4164357f9))
* **Next > TypeScript:** Add TypeScript with some errors, lint, test ([1dd2e0f](https://github.com/danactive/history/commit/1dd2e0f931ba036799952dfc8875278bf5522269))


### Bug Fixes

* **API > Deps:** Update hapi-swagger due to vulnerability ([29ee6b8](https://github.com/danactive/history/commit/29ee6b89a50db21b304e4383df1ee51256cb360b))
* **API > MapBox:** Upgrade from Mapbox GL JS v0 to v2 ([e52a310](https://github.com/danactive/history/commit/e52a310f1cfd1558b6b2a2efd9e26698ca3f550e))
* **API > v7:** Rollback to v7 to stop sharing code with Next.js ([0f39075](https://github.com/danactive/history/commit/0f39075b86ce4842664c11ce436cf3068a6e902e))
* **API > Video:** Add default dimensions for video playback otherwise broken modal ([28a2639](https://github.com/danactive/history/commit/28a2639436b702fc39715476e2023ea40487ef9a))
* **Next > CI:** Disable eslint errors with TypeScript code ([8bb0b32](https://github.com/danactive/history/commit/8bb0b322393fe92257679ab957b91592a72f5522))
* **Next > CI:** Drop Font import as Jest is not configured yet. Polyfil for matchMedia ([55f0eba](https://github.com/danactive/history/commit/55f0ebaa553ee6ccdbd9ba91990b29edd5ab794a))
* **Next > CI:** Enable eslint in CI ([9a24de8](https://github.com/danactive/history/commit/9a24de8aa0e787d2c002f636d228a34587fd4bca))
* **Next > CI:** Enable unit testing in CI ([6258fed](https://github.com/danactive/history/commit/6258fed2781ddf306e3298acbc14c76bd51ca99f))
* **Next > CI:** Enable unit testing in CI ([4f7706b](https://github.com/danactive/history/commit/4f7706be9b6f876a18de62f304dddf110aa89727))
* **Next > CI:** Tighter version control as CI build failing ([0d50f8b](https://github.com/danactive/history/commit/0d50f8b39b5e5ede9e6289120613cde17a193c8e))
* **Next > CI:** Tighter version control as CI build failing ([15e3595](https://github.com/danactive/history/commit/15e3595d32c2342f9dc021089fb17856f17c4ab8))
* **Next > CI:** Vercel deploy UI failed so this updates the Node.js version ([819e0c3](https://github.com/danactive/history/commit/819e0c3e22a0e3992ba4a8418d54eaa6cab666bb))
* **Next > Image Gallery:** Update CSS based on npm module tests still pass ([d6ccfe6](https://github.com/danactive/history/commit/d6ccfe6072c1809bc8ec23dc727ce25c8c556123))
* **Next > Loadable:** Drop loadable due to underuse ([270734f](https://github.com/danactive/history/commit/270734f1a0c1d393fb388582ce8291d49d913a6d))
* **Next > Node:** Reduce type error ([cc03121](https://github.com/danactive/history/commit/cc031210ec86bf78b7a4b25ce063871d308703a8))
* **Next > Node:** Update to latest LTE version ([c005221](https://github.com/danactive/history/commit/c005221a80be3714199f29f2cdf5e9fceb71ac83))
* **Next > npm:** Decrease underused deps ([6f3257f](https://github.com/danactive/history/commit/6f3257f977e94d9a944613c61671139332bf75ff))
* **Next > Today:** Fix date format so OS can change away from YYYY-MM-DD ([e0435f8](https://github.com/danactive/history/commit/e0435f87646f7d4435e47cb7af8de98f105c1766))
* **Next > TypeScript:** Album transpiles with TS ([4c7d850](https://github.com/danactive/history/commit/4c7d850c3a0e641aff511ef3346c6b654b2fb519))
* **Next > TypeScript:** Album transpiles with TS passes lint ([794779f](https://github.com/danactive/history/commit/794779f1754a7e1600c74ebdd8c918d6fc2859bb))
* **Next > TypeScript:** Album transpiles with TS passing tests ([e8f1aaa](https://github.com/danactive/history/commit/e8f1aaabb4293c846567246971115fb8bc0fd445))
* **Next > TypeScript:** Restory mapbox filter has selected so orange marker appears ([29a5baf](https://github.com/danactive/history/commit/29a5baf12f8561f9cb90140624d1965401cfcd13))
* **Next > TypeScript:** Upgrade jest to support typescript ([893950c](https://github.com/danactive/history/commit/893950ccaed8de44611bcd9ff36f82f02e7c00e6))

## [8.3.0](https://github.com/danactive/history/compare/v8.2.0...v8.3.0) (2022-11-14)


Expand Down
4 changes: 2 additions & 2 deletions next/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 next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "history-nextjs-app",
"version": "8.3.0",
"version": "9.0.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down

1 comment on commit c75fe1b

@vercel
Copy link

@vercel vercel bot commented on c75fe1b Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

history – ./

history-git-main-danactive.vercel.app
history.domaindesign.ca
history-danactive.vercel.app

Please sign in to comment.