Skip to content

Commit 3070d16

Browse files
chore: release v1.0.0
1 parent 1a6cad7 commit 3070d16

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-10-01)
4+
5+
6+
### Features
7+
8+
* **backup:** clean up any orphaned exports ([7b40569](https://github.com/agrc/project-moonwalk/commit/7b40569fb55acf2812995b3ca280b39b49f46f56))
9+
* **backup:** very basic backup implementation ([66510e9](https://github.com/agrc/project-moonwalk/commit/66510e9e0e49b823ab4321306574cdbb747f4885))
10+
* **backup:** write simple docs to firestore ([1a35770](https://github.com/agrc/project-moonwalk/commit/1a35770fb1d89cbdef416d8e30c53ea9775aec7e))
11+
* **backup:** write to storage emulator ([dc14727](https://github.com/agrc/project-moonwalk/commit/dc14727e5bf09a401cf2361904e8eb5e22ac9c5a))
12+
* crude restores (truncate and load as well as recreate) ([19f36c9](https://github.com/agrc/project-moonwalk/commit/19f36c92474ea718d812e25bb6517fa7c74b71a3))
13+
* more refinements to backup and wiring website to restore function ([bae34e6](https://github.com/agrc/project-moonwalk/commit/bae34e63e6c1ab900aea0f57407766b8127200ce))
14+
15+
16+
### Bug Fixes
17+
18+
* **backup:** fix module name and allow import within container ([d71197b](https://github.com/agrc/project-moonwalk/commit/d71197b0124c00f33ab17b5f25873a43ecbaf907))
19+
* **backup:** fix test import ([81833b7](https://github.com/agrc/project-moonwalk/commit/81833b7b5e760b4bb9e1d9664a4b53cd141e88e4))
20+
* **backup:** pass gis to utility functions ([cd1c53a](https://github.com/agrc/project-moonwalk/commit/cd1c53aea2d1107aad0f4384775b4c5c45024ad0))
21+
* **backup:** put data.zip in the correct temp folder ([3f4094d](https://github.com/agrc/project-moonwalk/commit/3f4094d091b3f340234b8e4ce81f2e82c6f4dd5e))
22+
* **functions:** fix secret accessing ([22db46e](https://github.com/agrc/project-moonwalk/commit/22db46ea2bb09d38c38fe379d2554f642cf763fa))
23+
* **functions:** mount secrets ([d9a7d29](https://github.com/agrc/project-moonwalk/commit/d9a7d29fb8711c9861ddbf16bacdbc380aa01781))
24+
* **functions:** use UPPER CASE name for secrets ([68a02dd](https://github.com/agrc/project-moonwalk/commit/68a02ddff4a9fce5f1f319f501bdd9298ac93e4d))
25+
* keep [@jacobdadams](https://github.com/jacobdadams)'s eye from twitching ([99bf74b](https://github.com/agrc/project-moonwalk/commit/99bf74b0a8d0d2ed33fcba1b2d79410d44cbc06a))
26+
* new bucket paths to match lifecycle rules ([37e0558](https://github.com/agrc/project-moonwalk/commit/37e0558775cee7afd0ed7248f63fd54065b82e0b))
27+
* **restore:** increase memory ([16cccf8](https://github.com/agrc/project-moonwalk/commit/16cccf85f8f1c32ce432c3a0c41a783a727965ac))
28+
29+
30+
### Dependencies
31+
32+
* bump rollup in the npm_and_yarn group across 1 directory ([5e4602e](https://github.com/agrc/project-moonwalk/commit/5e4602e408278df70e4eb3664ee4a73242917667))
33+
* bump the safe-dependencies group with 20 updates ([11a6ed2](https://github.com/agrc/project-moonwalk/commit/11a6ed2caa090625662faf59f68be4ec93d24966))
34+
* **dev:** bump basic-auth-connect in the npm_and_yarn group ([c31bef1](https://github.com/agrc/project-moonwalk/commit/c31bef1e26482c37ef59c2ecba73d7b5ea76a4c8))
35+
* **dev:** bump eslint-plugin-react-hooks ([8dd791c](https://github.com/agrc/project-moonwalk/commit/8dd791cf2c00a6218f0d829d89c8cfe852093972))
36+
* **ui:** fix build with design system update ([8ea678c](https://github.com/agrc/project-moonwalk/commit/8ea678c3a9f35f0993104fdbe2f4844d9a3df38e))
37+
* update firebase-functions requirement ([f5304fa](https://github.com/agrc/project-moonwalk/commit/f5304fa50d7be197635660c09fc072207167dc84))
38+
39+
40+
### Styles
41+
42+
* **ui:** fix borders in dark mode ([de83e9d](https://github.com/agrc/project-moonwalk/commit/de83e9d3d26fc58ff8d62a86a39183dedfdb0311))

0 commit comments

Comments
 (0)