@ministryofjustice/frontend 3.2.2 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/moj/all.js +1 -1
  2. package/package.json +1 -1
package/moj/all.js CHANGED
@@ -142,7 +142,7 @@ MOJFrontend.initAll = function (options) {
142
142
 
143
143
  }
144
144
 
145
- MOJFrontend.version = '3.2.2'
145
+ MOJFrontend.version = '3.3.0'
146
146
 
147
147
  MOJFrontend.AddAnother = function(container) {
148
148
  this.container = $(container);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ministryofjustice/frontend",
3
3
  "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
4
- "version": "3.2.2",
4
+ "version": "3.3.0",
5
5
  "main": "moj/all.js",
6
6
  "sass": "moj/all.scss",
7
7
  "engines": {