From 7cab85ad51f7ab732b526bd26a6fc3c6edd01d12 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:06:17 +0000 Subject: [PATCH] chore: release v1.7.6 --- CHANGELOG.md | 165 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 168 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2434ae8..7d450bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,170 @@ # Changelog +## [1.7.6](https://github.com/agrc/api-client/compare/v1.7.8...v1.7.6) (2024-10-17) + + +### Features + +* Add beta channel ([4ebe685](https://github.com/agrc/api-client/commit/4ebe68573467246b3aacf88773c765b76ec5b1df)) +* add confirmation alert when attempting to nav away from geocoding page ([f6842ae](https://github.com/agrc/api-client/commit/f6842aee33d5a597dafda87d8afa6bf02e2b390c)) +* add drag and drop output ([5612078](https://github.com/agrc/api-client/commit/56120781d145b8d178d91f43dfd9235cc71bd84f)), closes [#21](https://github.com/agrc/api-client/issues/21) +* add email compose option and refine layout ([936b8b2](https://github.com/agrc/api-client/commit/936b8b2545eecf52f07e3c09f2f3b60848c031cd)) +* add geocoding route and screen ([b981dee](https://github.com/agrc/api-client/commit/b981dee2bba6735e74c9ef3f40a8a861d0f733ea)) +* add info when page is cancelled ([64a0d38](https://github.com/agrc/api-client/commit/64a0d3823cca39767ab57eab7415be92f4e7a6cf)) +* add keyboard shortcut for displaying error page ([3c4ba1d](https://github.com/agrc/api-client/commit/3c4ba1d7968a46464561d3e288afb33277e5e56e)) +* add keyboard shortcut for opening file ([0554d33](https://github.com/agrc/api-client/commit/0554d331fb2952436c9e1740a8255dbf2b40090c)) +* add link to status page ([acee7ab](https://github.com/agrc/api-client/commit/acee7ab924aaa8e425531345a6f0840e803a2fec)) +* add logging to geocoding-related processes ([60d3997](https://github.com/agrc/api-client/commit/60d39978c4ce2b3ac7f9d0a3f6a8bc1cd449ac14)) +* add offline page ([21078c4](https://github.com/agrc/api-client/commit/21078c493fd4e5fe657939bb3b5510124fdf5af3)), closes [#79](https://github.com/agrc/api-client/issues/79) +* add page-level error boundaries ([0365163](https://github.com/agrc/api-client/commit/0365163eebe37d2b0ba378b735c86fdea2c93f59)) +* add report button to backend error notification ([774190f](https://github.com/agrc/api-client/commit/774190f2b2959b1483ac802ff2c96b495ea87145)) +* add root error boundary ([bca0137](https://github.com/agrc/api-client/commit/bca0137056b5fdb82ba07f95a0daf84cb5bd68e8)), closes [#72](https://github.com/agrc/api-client/issues/72) +* add spinner component ([5a15db0](https://github.com/agrc/api-client/commit/5a15db0e391c2dda8e376a2f72686d6717faa485)) +* create build & release pipeline ([c81e9e0](https://github.com/agrc/api-client/commit/c81e9e0217e220c9a4652b64634fb03bcefc6b1f)) +* create link from api key to key page ([25c256f](https://github.com/agrc/api-client/commit/25c256f00b046eb8a02dc1041bc9efb8ae239881)) +* create release notes ([f7ba5ff](https://github.com/agrc/api-client/commit/f7ba5ff688f47c41a52339c43c25e67eabeeb5f5)) +* create universal mac apps ([3ba0f38](https://github.com/agrc/api-client/commit/3ba0f387c8e2103acf199d0e6e05b70863cb691d)) +* ensure macos install location ([d182581](https://github.com/agrc/api-client/commit/d182581bfba5549469641efdfe31384431297374)) +* handle empty or really bad csv files ([5480091](https://github.com/agrc/api-client/commit/548009142d0a88afe0959fd5248eafbab2a4c286)) +* handle errors before window.ugrc is defined ([cebc49e](https://github.com/agrc/api-client/commit/cebc49e8632de8e0d92846aafaac11c7378ac407)) +* handle errors before window.ugrc is defined ([eb0da64](https://github.com/agrc/api-client/commit/eb0da64eed5d98933733abe6754f75a44368c604)) +* handle invalid csv errors ([41711f2](https://github.com/agrc/api-client/commit/41711f27452cfb71c76230317d506f0332b6df35)), closes [#117](https://github.com/agrc/api-client/issues/117) +* implement data & info pages ([6d9b8d2](https://github.com/agrc/api-client/commit/6d9b8d2d047a788927bfff6c0bba2fa2773b1ec1)), closes [#1](https://github.com/agrc/api-client/issues/1) +* implement fail fast ([50bf275](https://github.com/agrc/api-client/commit/50bf275e4f7c5e2c841a7dd6ea4a0c987b955d04)) +* implement sentry error reporting ([f726b2e](https://github.com/agrc/api-client/commit/f726b2e0768c9538dfaa7b0bb05bd23f8e69f997)) +* Include basic app usage analytics ([6fbaab4](https://github.com/agrc/api-client/commit/6fbaab4deffa931fc3b69d7871a8049811edc00d)) +* more aggressive error handling ([dac34fd](https://github.com/agrc/api-client/commit/dac34fdac03c78026b5fe9ae1420925c74c2912b)) +* open email when feedback is created ([54bea2f](https://github.com/agrc/api-client/commit/54bea2f9d221e37b2f7cdcaa0dd5a5a562467073)), closes [#5](https://github.com/agrc/api-client/issues/5) +* remember window position between sessions ([9157ea0](https://github.com/agrc/api-client/commit/9157ea0f192d6a5b0cd053ef169cfa210d1c50f8)) +* remove extra table scan ([fe86bbe](https://github.com/agrc/api-client/commit/fe86bbe5a0e498e12c0fbf1131070fb28a272eb1)) +* send application open event to ga ([bee2d70](https://github.com/agrc/api-client/commit/bee2d7047bd0593d0a4de54a7f948e9ca6e26ba4)) +* show sample data before geocoding ([9bcd676](https://github.com/agrc/api-client/commit/9bcd67610b7b4a5fa33ca4609b1dc8cb9ec7f47a)), closes [#89](https://github.com/agrc/api-client/issues/89) +* track cancellation and geocoding events ([13bfd27](https://github.com/agrc/api-client/commit/13bfd274efc5916fcec5161601447f1134b13cad)) +* validate api key ([48959ac](https://github.com/agrc/api-client/commit/48959ac166da97fc94ac029d52cc6daff2ddd30c)), closes [#4](https://github.com/agrc/api-client/issues/4) +* write output csv ([b979bd8](https://github.com/agrc/api-client/commit/b979bd8d8fd4d9621e497a6d9fb76bce66094a18)) + + +### Bug Fixes + +* add github token as env instead of secret ([2e28cad](https://github.com/agrc/api-client/commit/2e28cadaf1df57ea0cc33700e54dcf5baf586ce1)) +* add global flag ([5d2b9fd](https://github.com/agrc/api-client/commit/5d2b9fddc5bc02d1367659d4afd9281470ba695e)), closes [#108](https://github.com/agrc/api-client/issues/108) +* add immer to satisfy use-immer deps ([e1f574d](https://github.com/agrc/api-client/commit/e1f574dd0ea9fb98b63e904db1efe4e5e14a4507)) +* add missing hook dep ([5224717](https://github.com/agrc/api-client/commit/5224717623a2fd93fa2cf6f77bfb35fbf5ea14c4)) +* add missing sign up step ([ff0257b](https://github.com/agrc/api-client/commit/ff0257b5c1435908856ddcd48a304d1c61d99c09)) +* Add packages to fix macos release pipeline ([5fec6fb](https://github.com/agrc/api-client/commit/5fec6fbb9720dd8ed9b54060b85864b9d13c0c68)) +* add permissions to workflows ([9a0e74e](https://github.com/agrc/api-client/commit/9a0e74e7e240eae9ca47743b646f0bf6a4a85d54)) +* add query string to skip page forwarding optimzation ([49dc079](https://github.com/agrc/api-client/commit/49dc079431e9d366adcc72829cc161a133f25d8b)), closes [#10](https://github.com/agrc/api-client/issues/10) +* add title to prompt ([feaf0e7](https://github.com/agrc/api-client/commit/feaf0e717c7b9cf30f25d2cddabe3bfe010eedc6)), closes [#84](https://github.com/agrc/api-client/issues/84) +* add window controls on windows ([f59c106](https://github.com/agrc/api-client/commit/f59c106a2e5b545da254eb15cb5de1e04fda928c)) +* better layout for many fields ([979f98e](https://github.com/agrc/api-client/commit/979f98e73cc5bbd67311078c8d0077c2f87524ae)) +* better param names and remove unused ([61186c7](https://github.com/agrc/api-client/commit/61186c7e8a7bb6299347669b12b8cc52271b8b7d)) +* cancel geocoding process on nav ([64a7899](https://github.com/agrc/api-client/commit/64a789900f75f5119a6b81546c3cf49abe89ff5b)), closes [#29](https://github.com/agrc/api-client/issues/29) +* change architecture to universal ([9034eba](https://github.com/agrc/api-client/commit/9034ebaadc6079dd54a4058aaaa4ee248e15478b)) +* check out main instead of tag ([b87ce11](https://github.com/agrc/api-client/commit/b87ce114984cec290c3b611eb943cc5ff4619063)) +* checkout code for version bump ([6c4e696](https://github.com/agrc/api-client/commit/6c4e696d6a8b9a47a71ababbb1134186b1394d34)) +* convert to new template and typescript ([7abb8bf](https://github.com/agrc/api-client/commit/7abb8bffa9083b55b2e9b88e3080dd2c8c1495de)) +* correct button type ([9e060b5](https://github.com/agrc/api-client/commit/9e060b53360324034828d09aca7f3e226a79209f)) +* correct object shape for dispatcher ([cbbf8d0](https://github.com/agrc/api-client/commit/cbbf8d003fd0cd7d7283fc440a79ff6ca5796680)), closes [#71](https://github.com/agrc/api-client/issues/71) +* correct release types syntax ([7d8c434](https://github.com/agrc/api-client/commit/7d8c43436959d39eeb1809b32338ed8a22b25558)) +* correct schema syntax ([656f0b4](https://github.com/agrc/api-client/commit/656f0b47973f4d51b1e0a216cce3b8eb35eac9da)) +* create universal mac app ([2dbbd75](https://github.com/agrc/api-client/commit/2dbbd75a94884ee722bb0b12a62f76c57f05066f)), closes [#255](https://github.com/agrc/api-client/issues/255) +* don't show a popup to download updates ([e9fc335](https://github.com/agrc/api-client/commit/e9fc335b313bbc01b8cc05f71aa9bc1b82692083)) +* fiddle with dependencies to fix windows ([#282](https://github.com/agrc/api-client/issues/282)) ([902cdd8](https://github.com/agrc/api-client/commit/902cdd83032c4e62f5a3a512e6ac457f0eee7e58)) +* fix geocoding update messages ([d42cfde](https://github.com/agrc/api-client/commit/d42cfdec20cf0cfa3f681849d01216a3c4db4640)) +* fix universal arch issues and beta env var ([5b3a3d7](https://github.com/agrc/api-client/commit/5b3a3d7a03b813494e82c11b8cbc65dd965c3a5e)) +* handle non-JSON-parse-able api responses ([3c98668](https://github.com/agrc/api-client/commit/3c98668ec9ff406d2090e38dedd0756c4b4b0e51)) +* handle request timeouts ([e062fd6](https://github.com/agrc/api-client/commit/e062fd69e6a64fd379a00f9571580a56cb8c2d22)), closes [#122](https://github.com/agrc/api-client/issues/122) +* hide sentry secrets ([b81317e](https://github.com/agrc/api-client/commit/b81317e016b1fb641989c0ba8ec84506bd53fb7d)) +* include more details in fast fail error message ([b6a9728](https://github.com/agrc/api-client/commit/b6a9728a2f78f34d2f5a936f00339cfa6c7d7567)), closes [#100](https://github.com/agrc/api-client/issues/100) +* increase api request timeout ([3c68488](https://github.com/agrc/api-client/commit/3c684881c96ce25f9c2deb496fa2d6cfd112af7e)) +* make street field label more clear ([4e1b9f4](https://github.com/agrc/api-client/commit/4e1b9f471d12151e89e0257a438581949ea3572f)), closes [#69](https://github.com/agrc/api-client/issues/69) +* migration for update electron app ([d145b08](https://github.com/agrc/api-client/commit/d145b08f1a5246f6620c635323fe158cea452801)) +* move fields from file to context ([7d96aea](https://github.com/agrc/api-client/commit/7d96aead290dfb2ce4de2f62585a0b4d4edd1884)), closes [#30](https://github.com/agrc/api-client/issues/30) +* open dev tools in dev only ([9772367](https://github.com/agrc/api-client/commit/977236706d066a2faaf338fe5a644d3c4d78dfd6)) +* preserve key value between screens ([ff49034](https://github.com/agrc/api-client/commit/ff49034e900e4e87fe7c7404135aeedddde016b6)), closes [#2](https://github.com/agrc/api-client/issues/2) +* prevent NaN as element children error ([ae8d7eb](https://github.com/agrc/api-client/commit/ae8d7eb3fbc8596931559d8f16eaf89d67b0b067)) +* prevent nav loop between plan and wkid ([#27](https://github.com/agrc/api-client/issues/27)) ([cf494d7](https://github.com/agrc/api-client/commit/cf494d75603d20da5e834c0e381ab6a6f2c7f767)) +* provide default wkid config value ([b951ff2](https://github.com/agrc/api-client/commit/b951ff24e3b82d048277270d7573f7bc59a4339d)) +* publishing a release creates a tag ([2dd4bf9](https://github.com/agrc/api-client/commit/2dd4bf99541b4e7a000024af35930b32a65a2b21)) +* put in correct folder ([a06401a](https://github.com/agrc/api-client/commit/a06401a23debaf726f4faf4a2a6f702367ebe871)) +* Q3 Dependency Bumps 🌲 ([fd037fd](https://github.com/agrc/api-client/commit/fd037fd34c0040a9d6f52b514525703dd9431204)) +* refactor context usage to stop unmounted changes ([e876fd5](https://github.com/agrc/api-client/commit/e876fd51d3376ebac7c4e51862b27ef54145632e)) +* remember field assignments ([0d78708](https://github.com/agrc/api-client/commit/0d7870811cefc389c28c53bede18b3c70e78ba21)) +* remove extra release drafter step ([ed726f1](https://github.com/agrc/api-client/commit/ed726f11a9d9e052064f1feb64da7421eb871fe6)) +* rename files to find config ([0260261](https://github.com/agrc/api-client/commit/026026104ec4004e9ec45fd9cf60b220a8544a6e)) +* replace missing import ([85abede](https://github.com/agrc/api-client/commit/85abede8bb30110a4438eb32099837da46a3fc1f)), closes [#256](https://github.com/agrc/api-client/issues/256) +* send correct app version with analytics ([260fcde](https://github.com/agrc/api-client/commit/260fcdefbb94ff6dde7745909b00b0efe8c063bb)) +* set environment to prod to find secrets ([7b71bc8](https://github.com/agrc/api-client/commit/7b71bc87491ea65ce85022301b5d2fb4b1f3d466)) +* set user before versioning ([e993f50](https://github.com/agrc/api-client/commit/e993f50506327d9d9b89efa7fbe4393cfa7aac6d)) +* set user for git commit ([9b8a92d](https://github.com/agrc/api-client/commit/9b8a92d84b2b59bc82b964b8f3c0208f31b15b85)) +* split out dnd vs. dialog file select event ([e5d39e1](https://github.com/agrc/api-client/commit/e5d39e12d84e8d6bb4680ec71bd0492cc0192925)) +* treat beta env var as string ([37006bb](https://github.com/agrc/api-client/commit/37006bb9bccf1545730b219ff9fa176f4f88f442)) +* uncontrolled input warning ([6288363](https://github.com/agrc/api-client/commit/6288363ebc55ab0d6f45bb684c7ffd0328c6b716)) +* update accept types for dropzone 13 ([2331e5a](https://github.com/agrc/api-client/commit/2331e5a4e250a577d432b08dfdfebd98ef117d68)) +* Update action order to fix macOS build ([37752ff](https://github.com/agrc/api-client/commit/37752ff37ccd3b63cbbfee08d1e4d42321e52e27)) +* update coc link ([22283bb](https://github.com/agrc/api-client/commit/22283bb0124c1e95a4451a3b14149631a2c0f8c0)) +* update email to new address ([b2b2032](https://github.com/agrc/api-client/commit/b2b203271090e1732ee3711d41419995ba236ddf)) +* update for dropzone breaking changes ([931e9a6](https://github.com/agrc/api-client/commit/931e9a6b478033e721a3fe8a56997e80a9a04be6)) +* update icon breaking changes ([b6f2042](https://github.com/agrc/api-client/commit/b6f20423a8ff9bfbb57f94b136ed8bc714991d39)) +* update import and usage ([37ba3d4](https://github.com/agrc/api-client/commit/37ba3d4ec8d1fdd2dba46f24a867079eee2596cf)) +* update permissions to publish release assets ([6e70f68](https://github.com/agrc/api-client/commit/6e70f689d4f085f627e427e263dcb393de3a4b39)) +* update prerelease values based on build identifier ([21461f4](https://github.com/agrc/api-client/commit/21461f45004a5b7da1373c622f42caa1a9bbe08d)) +* updates for esm electron-util ([b879b32](https://github.com/agrc/api-client/commit/b879b32f77df5cfb074fa46b097acb6171cbe433)) +* updates for packages breaking changes ([5584695](https://github.com/agrc/api-client/commit/5584695fc83967a10c54d2c8d6ced2508e0cc681)) +* use value attribute to preserve trailing whitespace ([0293ff3](https://github.com/agrc/api-client/commit/0293ff3c0004af51903d1a178592229f76329069)), closes [#123](https://github.com/agrc/api-client/issues/123) + + +### Dependencies + +* audit fix ([92d3465](https://github.com/agrc/api-client/commit/92d3465d2a48d149c6d43fbbef6ce2b7bffc5838)) +* february dependency updates ([84fa03d](https://github.com/agrc/api-client/commit/84fa03db2db631dfba9cb5cd75330c430544ac02)) +* january dependency update ([a2ead24](https://github.com/agrc/api-client/commit/a2ead248cede7172c19a4df54bfe382203f15a7e)) +* november dependency updates ([8cc4def](https://github.com/agrc/api-client/commit/8cc4def381b3082be5bdb816b0b3f62db63bab31)) +* november package updates ([2ba2cde](https://github.com/agrc/api-client/commit/2ba2cde2ab595fcb9bda816f31dfc11733835715)) +* Q1 package updates ([ea2c0af](https://github.com/agrc/api-client/commit/ea2c0af4ce635b48a3a9f566e39822865979945c)) +* update electron forge packages ([5585edf](https://github.com/agrc/api-client/commit/5585edfbf10c0441a7a0ef1bc92e150a4588db20)) +* update major packages ([a6488b8](https://github.com/agrc/api-client/commit/a6488b8ec81511436dff4469960c3dd7c814f6c0)) +* update npm packages ([fffde8a](https://github.com/agrc/api-client/commit/fffde8af891c9db883731f03267e0d9eb8cf38dc)) +* update packages ([9b42bfc](https://github.com/agrc/api-client/commit/9b42bfc3f5701c8af0be42eb1e3d52e9fa0707d4)) +* update packages ([673a407](https://github.com/agrc/api-client/commit/673a407d9899cfc5c2aaa5e2d293de1a48182a8d)) +* update packages ([eac2008](https://github.com/agrc/api-client/commit/eac2008ab3b9943ad3f019a3612019c82a2715af)) +* update safe packages ([fc91945](https://github.com/agrc/api-client/commit/fc91945bc2484530fb4c2d3d4cda17554b505c2b)) +* updates for october :evergreen_tree: ([ce6f976](https://github.com/agrc/api-client/commit/ce6f976e0a3a8446d55db81dcda56e47e0dd24d6)) + + +### Documentation + +* add link to blog post and video ([3e1146b](https://github.com/agrc/api-client/commit/3e1146bbd1f079fd4d8d3c7810b39af4705a9919)) +* add note about uploading debug symbols to sentry ([a306e8a](https://github.com/agrc/api-client/commit/a306e8a0d1480536014e0e7bcf1a2eaf5ad75ae0)) +* create contributing guidelines ([856e94c](https://github.com/agrc/api-client/commit/856e94c1ec6d0620be4d72d809affb3311a03cdf)) +* document the changes to the deployment pipeline ([3506556](https://github.com/agrc/api-client/commit/3506556b8957bbc03bb50555068406417754f86b)) +* expand docs ([0d9b962](https://github.com/agrc/api-client/commit/0d9b962284af9402c53414d826ec6ae223a270c3)) +* fix badge ([6fbbc9a](https://github.com/agrc/api-client/commit/6fbbc9a024a614c950042f1dcd6eeb6e44bb6572)) +* fix changelog header typo ([29f50ee](https://github.com/agrc/api-client/commit/29f50ee8558006b4d92bb9e3d7b9bf33ff1f88e7)) +* update CI status badge ([3a8cd14](https://github.com/agrc/api-client/commit/3a8cd142600da1afa3fcfd1f40613426ce82e021)) +* update links for v7 website ([8b10ca9](https://github.com/agrc/api-client/commit/8b10ca9bdb8ceb93d74be336989267b2ae9e132c)) +* update secret names and add windows ([f0f16b6](https://github.com/agrc/api-client/commit/f0f16b6ca5045fd56eda03c958097e4e1dc17175)) + + +### Styles + +* add back and api key to plan ([2d11c1e](https://github.com/agrc/api-client/commit/2d11c1ee573a12c5d88b9adfe3b2822d54acd747)) +* add icons to some buttons ([00cdab1](https://github.com/agrc/api-client/commit/00cdab1cf0fc5d42460a42dde3e63743ec661e01)) +* add some :art: ([47faa1c](https://github.com/agrc/api-client/commit/47faa1cef887d877519b0e0adf873fa593b6c5ee)) +* center buttons ([dab3df3](https://github.com/agrc/api-client/commit/dab3df39a9598c74f37928e02571a0d43c0f0895)) +* correct text overflowing ([f890559](https://github.com/agrc/api-client/commit/f890559f043f1ff0dacc3ff7b8db3b759eed72b4)) +* correct text overflowing ([1c9aa70](https://github.com/agrc/api-client/commit/1c9aa706c1f87016c3967cd858cfe873d1c9ad89)) +* move results higher in geocoding result ([f311375](https://github.com/agrc/api-client/commit/f3113750a1afe993e2200150e255d7d9f9b52089)) +* set field names as pills ([96cd7d1](https://github.com/agrc/api-client/commit/96cd7d1ca78a1e0705a1226a4fd55e2fc2cb73d8)) +* Show different colors for beta app ([7b9a94e](https://github.com/agrc/api-client/commit/7b9a94ee82f90ae8fa22450f0104aaa97186961d)) +* shrink help text ([9e9a9e0](https://github.com/agrc/api-client/commit/9e9a9e0fe9f5f8dbf7458aabd18cd8b454aa2768)) +* tailwind prettier plugin project ([30f4135](https://github.com/agrc/api-client/commit/30f41359b1008ceecf2e061eb2f0edc684ffb909)) +* tone down the h2's and 3's ([bfb453b](https://github.com/agrc/api-client/commit/bfb453b9d27103c9cc0201de6967a3c1c6deea82)) +* update disabled button style ([633f0b0](https://github.com/agrc/api-client/commit/633f0b02d492611a2b4a753e1706428df534b0ad)) +* update input to fit key and stretch with window ([b804822](https://github.com/agrc/api-client/commit/b804822c28ee89c13ea8abddee6ef80eab17a217)) +* update logo ([894ff23](https://github.com/agrc/api-client/commit/894ff239c73e60f4bd8068162b55288426b70508)) +* update plan page styling ([f6c1776](https://github.com/agrc/api-client/commit/f6c1776e6731781e5ca13716a9c942f4e769f672)) + ## [1.7.8](https://github.com/agrc/api-client/compare/v1.7.7...v1.7.8) (2024-10-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 97b2a34..d1f6f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ugrc-api-client", - "version": "1.7.9", + "version": "1.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ugrc-api-client", - "version": "1.7.9", + "version": "1.7.6", "license": "MIT", "dependencies": { "@headlessui/react": "^2.1.10", diff --git a/package.json b/package.json index 1d9bc9f..9c8fbc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ugrc-api-client", - "version": "1.7.9", + "version": "1.7.6", "description": "The official UGRC API client", "keywords": [ "utah",