From e9330cc5ada5c6e535b7a66b73252ad38147ce70 Mon Sep 17 00:00:00 2001 From: sebnitu Date: Wed, 26 Aug 2020 11:21:39 -0700 Subject: [PATCH] v1.16.0 --- docs/package-lock.json | 2 +- docs/package.json | 4 ++-- lerna.json | 2 +- packages/modal/package.json | 2 +- packages/utility/package.json | 2 +- packages/vrembem/package.json | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 6a8af7c86..6d314df2f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vrembem/docs", - "version": "1.15.5", + "version": "1.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/docs/package.json b/docs/package.json index 28147500a..baf20cf69 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@vrembem/docs", "description": "A container component that slides in from the left or right. It typically contains menus, search or other content for your app.", - "version": "1.15.5", + "version": "1.16.0", "private": true, "scripts": { "build": "npm-run-all clean scripts styles", @@ -25,7 +25,7 @@ "list.js": "^1.5.0", "scroll-stash": "^1.0.12", "svgxuse": "^1.2.6", - "vrembem": "^1.15.5", + "vrembem": "^1.16.0", "wicg-inert": "^3.0.3" } } diff --git a/lerna.json b/lerna.json index 51605e93e..75e7f5788 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.15.5", + "version": "1.16.0", "changelog": { "repo": "sebnitu/vrembem", "cacheDir": ".changelog", diff --git a/packages/modal/package.json b/packages/modal/package.json index cecc87c26..ed39856f8 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,7 +1,7 @@ { "name": "@vrembem/modal", "description": "A component for changing the mode of a page to complete a critical task. This is usually used in conjunction with the dialog component to make modal dialogs.", - "version": "1.15.5", + "version": "1.16.0", "license": "MIT", "keywords": [ "BEM", diff --git a/packages/utility/package.json b/packages/utility/package.json index f7f04f1cf..cff51dd45 100644 --- a/packages/utility/package.json +++ b/packages/utility/package.json @@ -1,7 +1,7 @@ { "name": "@vrembem/utility", "description": "The utility component provides a set of atomic classes that specialize in a single function.", - "version": "1.15.5", + "version": "1.16.0", "license": "MIT", "keywords": [ "BEM", diff --git a/packages/vrembem/package.json b/packages/vrembem/package.json index b14f5e534..c59a07b45 100644 --- a/packages/vrembem/package.json +++ b/packages/vrembem/package.json @@ -1,7 +1,7 @@ { "name": "vrembem", "description": "A component library based on the BEM methodology.", - "version": "1.15.5", + "version": "1.16.0", "license": "MIT", "keywords": [ "BEM", @@ -47,14 +47,14 @@ "@vrembem/level": "^1.15.5", "@vrembem/media": "^1.15.5", "@vrembem/menu": "^1.15.5", - "@vrembem/modal": "^1.15.5", + "@vrembem/modal": "^1.16.0", "@vrembem/notice": "^1.15.5", "@vrembem/radio": "^1.15.5", "@vrembem/section": "^1.15.5", "@vrembem/switch": "^1.15.5", "@vrembem/table": "^1.15.5", "@vrembem/tooltip": "^1.15.5", - "@vrembem/utility": "^1.15.5" + "@vrembem/utility": "^1.16.0" }, "publishConfig": { "access": "public"