From ff7dd2fb25d93a0ddeff9d5fd405e1678152e949 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 20 Dec 2023 12:09:01 -0500 Subject: [PATCH] rapid-v2.2.0 --- modules/Context.js | 2 +- modules/ui/rapid_whatsnew.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/Context.js b/modules/Context.js index b61df1629b..c86f59c01c 100644 --- a/modules/Context.js +++ b/modules/Context.js @@ -30,7 +30,7 @@ export class Context extends EventEmitter { super(); this.privacyVersion = '20201202'; - this.version = '2.2.0-beta.0'; // see https://semver.org/ for examples + this.version = '2.2.0'; // see https://semver.org/ for examples // These may be set by our continuous deployment scripts, or left empty this.buildID = ''; diff --git a/modules/ui/rapid_whatsnew.js b/modules/ui/rapid_whatsnew.js index 0043b5a04a..bd77aada13 100644 --- a/modules/ui/rapid_whatsnew.js +++ b/modules/ui/rapid_whatsnew.js @@ -9,7 +9,7 @@ export function uiRapidWhatsNew(context) { // If user has not seen this version of the what's new screen, show it again. // Just bump the version to a higher number to get it to come back. - const currWhatsNewVersion = 20230823; + const currWhatsNewVersion = 20231220; let _dontShowAgain = false; return function render(selection) { diff --git a/package.json b/package.json index 9515258612..624e944f51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rapideditor/rapid", - "version": "2.1.1", + "version": "2.2.0", "description": "An AI-enhanced editor for OpenStreetMap", "main": "dist/rapid.min.js", "repository": "github:facebook/Rapid",