From a187eb0e5bc97ab36a971448e3b16de2aad9d2c1 Mon Sep 17 00:00:00 2001 From: Craig Cook Date: Wed, 10 Jan 2024 15:05:41 -0800 Subject: [PATCH] Bump version to 19.0.0 (#917) Update Protocol assets to 5.3.0 --- CHANGELOG.md | 2 +- assets/package/README.md | 2 +- assets/package/package.json | 2 +- package-lock.json | 12 ++++++------ package.json | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7856e827..72283bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# HEAD +# 19.0.0 ## Features * **component:** Remove deprecated Picto Card component. diff --git a/assets/package/README.md b/assets/package/README.md index 9fc5eea0..41ca110f 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -20,7 +20,7 @@ Install package with NPM and add it to your dependencies: Version -18.0.0 +19.0.0 Releases diff --git a/assets/package/package.json b/assets/package/package.json index 563b35e4..2f0e1f22 100644 --- a/assets/package/package.json +++ b/assets/package/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla-protocol/core", - "version": "18.0.0", + "version": "19.0.0", "description": "A design system for Mozilla's websites.", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 857b1b5b..33137245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protocol", - "version": "18.0.0", + "version": "19.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protocol", - "version": "18.0.0", + "version": "19.0.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", @@ -14,7 +14,7 @@ "@frctl/fractal": "^1.5.15", "@frctl/mandelbrot": "^1.10.3", "@frctl/nunjucks": "^2.0.15", - "@mozilla-protocol/assets": "^5.2.0", + "@mozilla-protocol/assets": "^5.3.0", "@mozilla-protocol/tokens": "^5.0.5", "babel-loader": "^9.1.3", "clean-webpack-plugin": "^4.0.0", @@ -2323,9 +2323,9 @@ } }, "node_modules/@mozilla-protocol/assets": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@mozilla-protocol/assets/-/assets-5.2.0.tgz", - "integrity": "sha512-Wk9I3XvbQqS7tejE+GHrWG0rSEXn6ou+LtNMc63XjCs9ka0QzxTEhg9sz556ErziUzoT+uS4Q+hSqNKk1M/d7g==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@mozilla-protocol/assets/-/assets-5.3.0.tgz", + "integrity": "sha512-pZiWNonqqA/BgkrwX9b1DCejxazWU98/D/PtCDJRsGluGWJXJh3m006krsrvhe84glsxLTpRYQCDgI5ObybbBg==" }, "node_modules/@mozilla-protocol/tokens": { "version": "5.0.5", diff --git a/package.json b/package.json index f835519b..32d2117f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protocol", - "version": "18.0.0", + "version": "19.0.0", "private": true, "author": "Mozilla", "description": "A design system for Mozilla's websites.", @@ -30,7 +30,7 @@ "@frctl/fractal": "^1.5.15", "@frctl/mandelbrot": "^1.10.3", "@frctl/nunjucks": "^2.0.15", - "@mozilla-protocol/assets": "^5.2.0", + "@mozilla-protocol/assets": "^5.3.0", "@mozilla-protocol/tokens": "^5.0.5", "babel-loader": "^9.1.3", "clean-webpack-plugin": "^4.0.0",