bump to version 0.3.18

This commit is contained in:
2024-08-18 13:52:55 -06:00
parent a3da157ae3
commit 877678b745
3 changed files with 10 additions and 3 deletions

View File

@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## ? ## ?
## [0.3.18] - 2024.08.18
### Added
- Update of an offer
- Recipient description in offer list
### Fixed ### Fixed
- List of offers wasn't showing. - List of offers wasn't showing.
- Destination page after sharing photo was wrong.
## [0.3.17] - 2024.07.11 - cefa384ff1a2d922848c370640c096c529920fab ## [0.3.17] - 2024.07.11 - cefa384ff1a2d922848c370640c096c529920fab

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "TimeSafari", "name": "TimeSafari",
"version": "0.3.18-beta", "version": "0.3.18",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TimeSafari", "name": "TimeSafari",
"version": "0.3.18-beta", "version": "0.3.18",
"dependencies": { "dependencies": {
"@dicebear/collection": "^5.4.1", "@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1", "@dicebear/core": "^5.4.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "TimeSafari", "name": "TimeSafari",
"version": "0.3.18-beta", "version": "0.3.18",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"serve": "vite preview", "serve": "vite preview",