Skip to content

Commit

Permalink
Merge pull request #63 from IntersectMBO/dev
Browse files Browse the repository at this point in the history
Dev to QA
  • Loading branch information
nebojsact authored Jan 9, 2025
2 parents 40d1911 + c3cd7e7 commit d10be52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pdf-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## [v0.5.6](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.6) 2024-12-28
## [v0.5.6](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.6) 2025-01-09
### Added -
### Fixed
= Changed copy on landing page [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2544)
- Changed copy on landing page [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2544)
- Fixed support for IPFS [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2495)

### Changed -
### Removed -
Expand Down
2 changes: 1 addition & 1 deletion pdf-ui/src/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from '@emurgo/cardano-serialization-lib-asmjs';

export const URL_REGEX =
/^(?:(?:https?:\/\/)?(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,})(?:\/[^\s]*)?)|(?:ipfs:\/\/[a-f0-9]+(?:\/[a-zA-Z0-9_]+)*)$|^$/;
/^(?:(?:https?:\/\/)?(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,})(?:\/[^\s]*)?)|(?:ipfs:\/\/(?:[a-zA-Z0-9]+(?:\/[a-zA-Z0-9._-]+)*))$|^$/;

export const formatIsoDate = (isoDate) => {
if (!isoDate) return '';
Expand Down

0 comments on commit d10be52

Please sign in to comment.