Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-11-25)

### Bug Fixes

* add marker opacity deps to effect ([ec00528](ec00528))
* add missing translation ([897b666](897b666))
* add missing translation and slider label ([1e7bc6f](1e7bc6f))
* add missing translation and slider label ([#6](#6)) ([06b5db8](06b5db8))
* disable eslint rule for unused var line ([4d4cdf4](4d4cdf4))
* increase chunk threshold ([635567c](635567c))
* last cache clear feature ([9e00fda](9e00fda))
* match filename to component ([3840135](3840135))
* realt community URL domain ([3d81b16](3d81b16))
* remove unused filter ([7042181](7042181))
* remove wallet requirement for property loading ([4897723](4897723))
* rpm logo import ([562350c](562350c))
* run npm audit fix ([eb28ebb](eb28ebb))
* ttl is calculated in seconds ([1342ea0](1342ea0))
* ttl is calculated in seconds ([#14](#14)) ([be59bef](be59bef))
* use case-sensitive address for realt dashboard URL ([7ec9862](7ec9862))
* use case-sensitive address for realt dashboard URL ([#12](#12)) ([e1a89be](e1a89be)), closes [#8](#8)

### Features

* add carousel for property panel images ([86e6e2f](86e6e2f))
* add ga events to app ([c2d6b02](c2d6b02))
* add google maps link ([dbc1e14](dbc1e14))
* add marker clustering setting ([3388ccc](3388ccc))
* add marker clustering setting ([#13](#13)) ([740fd67](740fd67)), closes [#10](#10)
* add property panel informations ([efae3de](efae3de))
* add realt provider ([88f9bf6](88f9bf6))
* add rpm help button ([a9074bc](a9074bc))
* add search field ([3bacc2f](3bacc2f))
* add sharing buttons ([9ba5e5e](9ba5e5e))
* add splash screen ([73e912e](73e912e))
* add start tooltip display option ([9855296](9855296))
* add start tooltip display option ([#7](#7)) ([ea9160a](ea9160a))
* add URL copy feature ([9947a26](9947a26))
* change markers icon and add opacity option ([596ac7f](596ac7f))
* default mapOption to display all ([e7f7c33](e7f7c33))
* extend local storage items getter ([aa6a6f9](aa6a6f9))
* handle resort bungalow property type ([a0930b2](a0930b2))
* handle wrong response from realt community ([e038d3d](e038d3d))
* hide existing addresses by default ([642b08a](642b08a))
* improve map performance ([d0c3a43](d0c3a43))
* improve SEO ([c9f78d0](c9f78d0))
* mark rmm tokens option as in progress work ([7dee7d5](7dee7d5))
* owned marker differentiate option ([22c6cb2](22c6cb2))
* reduce ttl for cache to 1h ([757036b](757036b))
* reduce ttl for cache to 1h ([#15](#15)) ([284bdeb](284bdeb))
* replace GQL api using the graph ([b7f92e3](b7f92e3))
* store data in URL ([a35c36c](a35c36c))
* update build files ([692a362](692a362))
* update URL env variables ([eb7e07c](eb7e07c))
* upgrade cache layer ([e5a3fcf](e5a3fcf))
* use mantine ([316e204](316e204))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent fb4fd4e commit 5884c76
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 4 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 1.0.0 (2024-11-25)


### Bug Fixes

* add marker opacity deps to effect ([ec00528](https://github.com/mfrederic/realt-properties-map/commit/ec005289ba436f4a09994860b2ef972c5b0a97be))
* add missing translation ([897b666](https://github.com/mfrederic/realt-properties-map/commit/897b666d43bc9f0fbd7043be79c6b419d1dc6153))
* add missing translation and slider label ([1e7bc6f](https://github.com/mfrederic/realt-properties-map/commit/1e7bc6f928a40ed48c14c807bd14ab046c9846f4))
* add missing translation and slider label ([#6](https://github.com/mfrederic/realt-properties-map/issues/6)) ([06b5db8](https://github.com/mfrederic/realt-properties-map/commit/06b5db88ad262fcee04d5463be067c5349d6f979))
* disable eslint rule for unused var line ([4d4cdf4](https://github.com/mfrederic/realt-properties-map/commit/4d4cdf43a5df62bcc69eb5b903332d5b2e54d632))
* increase chunk threshold ([635567c](https://github.com/mfrederic/realt-properties-map/commit/635567c3fe661c81d9ce54e27d5960b39cdb4367))
* last cache clear feature ([9e00fda](https://github.com/mfrederic/realt-properties-map/commit/9e00fda8ee9bb3dd6c83700da6ea9947fcd27dda))
* match filename to component ([3840135](https://github.com/mfrederic/realt-properties-map/commit/3840135123e9a7805189cf7458292984949e9a2f))
* realt community URL domain ([3d81b16](https://github.com/mfrederic/realt-properties-map/commit/3d81b16da1f2f7a70bdf713f87ce3455d9219a03))
* remove unused filter ([7042181](https://github.com/mfrederic/realt-properties-map/commit/704218100277f1e5d4124b17fcc4bfce75652b72))
* remove wallet requirement for property loading ([4897723](https://github.com/mfrederic/realt-properties-map/commit/4897723bf7217620d93a7ecc1ef035f53c1ef933))
* rpm logo import ([562350c](https://github.com/mfrederic/realt-properties-map/commit/562350c5305d02ada5131073ce078066c7b0baeb))
* run npm audit fix ([eb28ebb](https://github.com/mfrederic/realt-properties-map/commit/eb28ebb44048424954de202f489dab9fc204df1d))
* ttl is calculated in seconds ([1342ea0](https://github.com/mfrederic/realt-properties-map/commit/1342ea063dbd0b668b1af1ad752d40713a30d9f2))
* ttl is calculated in seconds ([#14](https://github.com/mfrederic/realt-properties-map/issues/14)) ([be59bef](https://github.com/mfrederic/realt-properties-map/commit/be59bef5ec730673f37e48d9d23e9fed7e1b1466))
* use case-sensitive address for realt dashboard URL ([7ec9862](https://github.com/mfrederic/realt-properties-map/commit/7ec98624f508b2bf33b770483fc1e9240d2c5521))
* use case-sensitive address for realt dashboard URL ([#12](https://github.com/mfrederic/realt-properties-map/issues/12)) ([e1a89be](https://github.com/mfrederic/realt-properties-map/commit/e1a89becc77631b1ff449e06f03c17fcd7e4bbbf)), closes [#8](https://github.com/mfrederic/realt-properties-map/issues/8)


### Features

* add carousel for property panel images ([86e6e2f](https://github.com/mfrederic/realt-properties-map/commit/86e6e2f9b6bfac54c198e5581a9efa714dc25b70))
* add ga events to app ([c2d6b02](https://github.com/mfrederic/realt-properties-map/commit/c2d6b02b2f21d86305d3c5993841572e7d48fd67))
* add google maps link ([dbc1e14](https://github.com/mfrederic/realt-properties-map/commit/dbc1e1467c15ca1a460fcf3a91be1feab19852e7))
* add marker clustering setting ([3388ccc](https://github.com/mfrederic/realt-properties-map/commit/3388cccfe817999c6c7fae97914bb7a77672b2b0))
* add marker clustering setting ([#13](https://github.com/mfrederic/realt-properties-map/issues/13)) ([740fd67](https://github.com/mfrederic/realt-properties-map/commit/740fd67617bfa04cb5f0371a4fce92398c8ae39e)), closes [#10](https://github.com/mfrederic/realt-properties-map/issues/10)
* add property panel informations ([efae3de](https://github.com/mfrederic/realt-properties-map/commit/efae3de06d7bca68a4f88dd7f51f6508aae2af30))
* add realt provider ([88f9bf6](https://github.com/mfrederic/realt-properties-map/commit/88f9bf6c57c2a3d12654049e130aa013acb6035b))
* add rpm help button ([a9074bc](https://github.com/mfrederic/realt-properties-map/commit/a9074bc5305367773f6ac395ab3a845000d6b09a))
* add search field ([3bacc2f](https://github.com/mfrederic/realt-properties-map/commit/3bacc2fcd13b7c90be2508594a3a35ab6ccde13f))
* add sharing buttons ([9ba5e5e](https://github.com/mfrederic/realt-properties-map/commit/9ba5e5e61be42191533bf83d4b660066dc7ce87e))
* add splash screen ([73e912e](https://github.com/mfrederic/realt-properties-map/commit/73e912e59ff53ac0b63a278fc085212e19ed9996))
* add start tooltip display option ([9855296](https://github.com/mfrederic/realt-properties-map/commit/9855296ef3d023ba19ed3951f0cf5755790605bc))
* add start tooltip display option ([#7](https://github.com/mfrederic/realt-properties-map/issues/7)) ([ea9160a](https://github.com/mfrederic/realt-properties-map/commit/ea9160ac5e401c0e7563ca5a9330993e045ab295))
* add URL copy feature ([9947a26](https://github.com/mfrederic/realt-properties-map/commit/9947a26682635062d19ecde51b7142f1dfa5a729))
* change markers icon and add opacity option ([596ac7f](https://github.com/mfrederic/realt-properties-map/commit/596ac7f250af9c04e6d875cd091cbdfe2a3497f5))
* default mapOption to display all ([e7f7c33](https://github.com/mfrederic/realt-properties-map/commit/e7f7c33930df098cd0209dbed3d8acdf114998b8))
* extend local storage items getter ([aa6a6f9](https://github.com/mfrederic/realt-properties-map/commit/aa6a6f93d5dbcb8db30580b522d21f5748a452ac))
* handle resort bungalow property type ([a0930b2](https://github.com/mfrederic/realt-properties-map/commit/a0930b24975cce6f15f5a2daaacbef0f251e109e))
* handle wrong response from realt community ([e038d3d](https://github.com/mfrederic/realt-properties-map/commit/e038d3d3b257e1deb47caa8090ae25d4a0e44121))
* hide existing addresses by default ([642b08a](https://github.com/mfrederic/realt-properties-map/commit/642b08ac25e0c03e542ddcdcb0670932ac1932a6))
* improve map performance ([d0c3a43](https://github.com/mfrederic/realt-properties-map/commit/d0c3a43635ad2d71943a5a71324aa57d4a3a29d4))
* improve SEO ([c9f78d0](https://github.com/mfrederic/realt-properties-map/commit/c9f78d0ca9806d5c4c83b05012c37a7606d1fb70))
* mark rmm tokens option as in progress work ([7dee7d5](https://github.com/mfrederic/realt-properties-map/commit/7dee7d51d746b3c7a9fcdc3453bb63d80a4a4709))
* owned marker differentiate option ([22c6cb2](https://github.com/mfrederic/realt-properties-map/commit/22c6cb2e61f8e93f6a86acc32ccae360082eb265))
* reduce ttl for cache to 1h ([757036b](https://github.com/mfrederic/realt-properties-map/commit/757036bfe2db3fa9da00c683e7b426279a58c39f))
* reduce ttl for cache to 1h ([#15](https://github.com/mfrederic/realt-properties-map/issues/15)) ([284bdeb](https://github.com/mfrederic/realt-properties-map/commit/284bdeb8c25538dd1ed567c708b51ab46a53fad2))
* replace GQL api using the graph ([b7f92e3](https://github.com/mfrederic/realt-properties-map/commit/b7f92e330605c1b8eb8352a998df2f5b5b339767))
* store data in URL ([a35c36c](https://github.com/mfrederic/realt-properties-map/commit/a35c36c4fc7cee5c48e30a12d3ac7bc0e734eb2a))
* update build files ([692a362](https://github.com/mfrederic/realt-properties-map/commit/692a362b9037b6425c8f9caa26e4ebfa45c16a83))
* update URL env variables ([eb7e07c](https://github.com/mfrederic/realt-properties-map/commit/eb7e07cccf3e7fa81e98e57ab5b45c1accff8fb1))
* upgrade cache layer ([e5a3fcf](https://github.com/mfrederic/realt-properties-map/commit/e5a3fcf90f6c4b8fd3daa93cc3b676f19eff3182))
* use mantine ([316e204](https://github.com/mfrederic/realt-properties-map/commit/316e2049c5ab03fcaee696c19cc1ec737558b609))
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realt-properties-map-backend",
"version": "1.3.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realt-properties-map-frontend",
"version": "1.7.0",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "PORT=3010 vite",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.2.0"
}
}
},
"version": "1.0.0"
}

0 comments on commit 5884c76

Please sign in to comment.