From 9a822f68258179c73b8aa92c0ed6496bf9447dff Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 4 Apr 2024 10:24:11 -0400 Subject: [PATCH] added maintainer key to contributors --- CHANGELOG.md | 7 + README.md | 5 + components/VPLTeamMembersItem.vue | 56 +++-- config/landov3.js | 2 + config/landov4.js | 2 + docs/.vitepress/config.js | 16 +- docs/config/config.md | 3 + docs/team.md | 1 - package-lock.json | 348 ++++++++++++++++-------------- package.json | 2 +- styles/vars.scss | 2 + utils/get-contributors.js | 17 +- 12 files changed, 272 insertions(+), 189 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e005df..dc990e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.0.0 - [April 4, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0) + +## New Features + +* Added `maintainer` key to `contributors` +* Updated to `vitepress@1.0.2` + ## v1.0.0-beta.42 - [April 2, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.0-beta.42) ## New Features diff --git a/README.md b/README.md index fcdbf10..e2474b9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ To deploy and publish a new version of the package to the `npm` registry you nee Note that prereleases will get pushed to the `edge` tag on the `npm` registry. +## Maintainers + +* [@pirog](https://github.com/pirog) +* [@reynoldsalec](https://github.com/reynoldsalec) + ## Contributors diff --git a/components/VPLTeamMembersItem.vue b/components/VPLTeamMembersItem.vue index 7fe1487..02194e1 100644 --- a/components/VPLTeamMembersItem.vue +++ b/components/VPLTeamMembersItem.vue @@ -1,14 +1,19 @@