From 4b041160889a4b8583a0de5e8ca18a4096f3bed7 Mon Sep 17 00:00:00 2001 From: Matthew Mascord <27346863+matthewmascord@users.noreply.github.com> Date: Thu, 10 Jun 2021 16:44:46 +0100 Subject: [PATCH] PLATUI-1190: Release webjar --- CHANGELOG.md | 4 +++- check-compatibility.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e2793c..c470a480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.36.0] - 2021-06-11 + ## Changed -- Added task to build and publish a webjar for Scala libraries and microservices +- Build and publish a webjar for Scala libraries and microservices ## [1.35.2] - 2021-05-24 diff --git a/check-compatibility.js b/check-compatibility.js index 11df1d93..7e4f75d9 100644 --- a/check-compatibility.js +++ b/check-compatibility.js @@ -14,7 +14,7 @@ if (!knownPrototypeKitNames.includes(consumerPackageJson.name)) { } const compatibility = { - 1.35: { + 1.36: { 'prototype-kit': ['9.13', '9.12', '9.11', '9.10', '9.9', '9.8', '9.7', '9.6', '9.5', '9.4', '9.3', '9.2', '9.1', '9.0', '9.9', '9.10', '9.11'], }, 0.6: { diff --git a/package-lock.json b/package-lock.json index 10b36958..ae440a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hmrc-frontend", - "version": "1.35.2", + "version": "1.36.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 92dbd36c..f1721ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hmrc-frontend", - "version": "1.35.2", + "version": "1.36.0", "description": "Design patterns for HMRC frontends", "scripts": { "start": "gulp dev",