From 4bdbba03e822685638a3b4b89de4020a021ae9fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 16:57:49 -0400 Subject: [PATCH 1/2] automated update to translation keys (#507) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 16f46543..a96599a4 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -544,7 +544,8 @@ "Theme": "Theme", "WIDGET TITLE": "WIDGET TITLE", "Widget": "Widget", - "You do not have edit access to this document": "You do not have edit access to this document" + "You do not have edit access to this document": "You do not have edit access to this document", + "Add referenced columns": "Add referenced columns" }, "RowContextMenu": { "Copy anchor link": "Copy anchor link", From 1152976152689a39ebb0a95cfb25f6ca38da1188 Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Thu, 4 May 2023 15:02:55 -0400 Subject: [PATCH 2/2] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c08c89d..c36fd918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grist-core", - "version": "1.0.9", + "version": "1.1.0", "license": "Apache-2.0", "description": "Grist is the evolution of spreadsheets", "homepage": "https://github.com/gristlabs/grist-core",