From fb0079421a2b8bd4617a0090c289f01e745492b5 Mon Sep 17 00:00:00 2001 From: Nathan Barrett <30009669+nathan-barrett@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:02:53 -0700 Subject: [PATCH] bump protocol version --- CHANGELOG.md | 2 ++ assets/package/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7698428..8207a758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # HEAD +# 18.0.0 + ## Features * **css:** Replace `get-theme`, `type-scale` functions and theme and type-scale maps with CSS Custom Properties. Sass variables added for legacy support * **css:** Migrates the sass `@import` with `@use` and `@forward` (#755). diff --git a/assets/package/package.json b/assets/package/package.json index 566b137a..563b35e4 100644 --- a/assets/package/package.json +++ b/assets/package/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla-protocol/core", - "version": "17.0.1", + "version": "18.0.0", "description": "A design system for Mozilla's websites.", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 16c46722..99a06f4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "protocol", - "version": "17.0.1", + "version": "18.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "protocol", - "version": "17.0.1", + "version": "18.0.0", "license": "MIT", "dependencies": { "@babel/core": "^7.21.4", diff --git a/package.json b/package.json index 47315f84..1dff6b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protocol", - "version": "17.0.1", + "version": "18.0.0", "private": true, "author": "Mozilla", "description": "A design system for Mozilla's websites.",