forked from trent_larson/crowd-funder-for-time-pwa
bump version to 0.3.25
This commit is contained in:
@@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
|
||||||
## [0.3.24] - 2024.08.30
|
## [0.3.25] - 2024.08.30
|
||||||
### Added
|
### Added
|
||||||
- "Ideas" now jumps directly to giving prompt or contact list.
|
- "Ideas" now jumps directly to giving prompt or contact list.
|
||||||
### Fixed
|
### Fixed
|
||||||
- Empty giver name on gifted-details view
|
- Empty giver name on gifted-details view
|
||||||
|
- Previously visited project would show up on the giving-details page.
|
||||||
|
### Removed
|
||||||
|
- All unnecessary localStorage for project IDs
|
||||||
|
|
||||||
|
|
||||||
## [0.3.23] - 2024.08.30
|
## [0.3.23] - 2024.08.30
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "TimeSafari",
|
"name": "TimeSafari",
|
||||||
"version": "0.3.24",
|
"version": "0.3.25",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "TimeSafari",
|
"name": "TimeSafari",
|
||||||
"version": "0.3.24",
|
"version": "0.3.25",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dicebear/collection": "^5.4.1",
|
"@dicebear/collection": "^5.4.1",
|
||||||
"@dicebear/core": "^5.4.1",
|
"@dicebear/core": "^5.4.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "TimeSafari",
|
"name": "TimeSafari",
|
||||||
"version": "0.3.24",
|
"version": "0.3.25",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"serve": "vite preview",
|
"serve": "vite preview",
|
||||||
|
|||||||
Reference in New Issue
Block a user