Skip to content

Commit 68278b7

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-01-08) ### Bug Fixes * licencesview key issues ([d506299](d506299)) * scale ticks and stuff better ([#31](#31)) ([13292b0](13292b0)) ### Features * add dropdown on zip search ([#36](#36)) ([b32cd00](b32cd00)) * better mobile support ([#22](#22)) ([0d9d7be](0d9d7be)) * gh docker package for libreweather ([#38](#38)) ([975fdab](975fdab)) * increase symbol padding ([#33](#33)) ([706995c](706995c)) * service worker & height fix ([23456d3](23456d3)) * **site:** Add MVP implementation ([#5](#5)) ([741a291](741a291)) * support open-meteo and parcel v2 ([#13](#13)) ([340ec54](340ec54)) ### Performance Improvements * run serve w/ spa support ([#15](#15)) ([5d1f149](5d1f149)), closes [#14](#14)
1 parent 7ff9909 commit 68278b7

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 1.0.0 (2025-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* licencesview key issues ([d506299](https://github.com/LibreWeather/libre-weather/commit/d506299feb6a3f4bf9290e862cb09c852a9dd736))
7+
* scale ticks and stuff better ([#31](https://github.com/LibreWeather/libre-weather/issues/31)) ([13292b0](https://github.com/LibreWeather/libre-weather/commit/13292b0a87fbb9be131c07d44cbf89bd827c9b60))
8+
9+
10+
### Features
11+
12+
* add dropdown on zip search ([#36](https://github.com/LibreWeather/libre-weather/issues/36)) ([b32cd00](https://github.com/LibreWeather/libre-weather/commit/b32cd00cf2eb9e829b57eece4b8e8cb7866e43a8))
13+
* better mobile support ([#22](https://github.com/LibreWeather/libre-weather/issues/22)) ([0d9d7be](https://github.com/LibreWeather/libre-weather/commit/0d9d7be42b502094aa3b6a8a1fe9fcfd33d36462))
14+
* gh docker package for libreweather ([#38](https://github.com/LibreWeather/libre-weather/issues/38)) ([975fdab](https://github.com/LibreWeather/libre-weather/commit/975fdab6fc962b946045af3a5324b93eba238314))
15+
* increase symbol padding ([#33](https://github.com/LibreWeather/libre-weather/issues/33)) ([706995c](https://github.com/LibreWeather/libre-weather/commit/706995cabaea91c15282eeaefd8bee19f19c9811))
16+
* service worker & height fix ([23456d3](https://github.com/LibreWeather/libre-weather/commit/23456d37d19c2ed64363f72a14e6ad81feca56e5))
17+
* **site:** Add MVP implementation ([#5](https://github.com/LibreWeather/libre-weather/issues/5)) ([741a291](https://github.com/LibreWeather/libre-weather/commit/741a291767fdbac52013d18030770d6cf4ad5661))
18+
* support open-meteo and parcel v2 ([#13](https://github.com/LibreWeather/libre-weather/issues/13)) ([340ec54](https://github.com/LibreWeather/libre-weather/commit/340ec5409cd4461425f5046ed3ae17c00cda0fc0))
19+
20+
21+
### Performance Improvements
22+
23+
* run serve w/ spa support ([#15](https://github.com/LibreWeather/libre-weather/issues/15)) ([5d1f149](https://github.com/LibreWeather/libre-weather/commit/5d1f1494157d6966826f8ffddaa6a8f6f9b91393)), closes [#14](https://github.com/LibreWeather/libre-weather/issues/14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libre-weather",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"license": "AGPL-3.0",
66
"dependencies": {

0 commit comments

Comments
 (0)