Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/brave-olives-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-hoops-fold.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tailor-platform/app-shell

## 1.2.1

### Patch Changes

- 4998df4: Fix and improve `DescriptionCard` component:

- Fix relative date formatting producing incorrect output for future dates (negative time diff)
- Add i18n label support for relative date strings
- Use react-router `<Link>` for internal navigation in link and reference fields instead of plain `<a>` tags

- 99f6b6d: Updated [graphql](https://www.npmjs.com/package/graphql) (^16.13.2 -> ^16.14.0)

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailor-platform/app-shell",
"version": "1.2.0",
"version": "1.2.1",
"description": "An opinionated React application framework for building ERP applications on Tailor Platform",
"keywords": [
"app-shell",
Expand Down