Skip to content

Commit

Permalink
PLATUI-1190: Release webjar
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmascord committed Jun 10, 2021
1 parent f625ead commit 4b04116
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion check-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4b04116

Please sign in to comment.