Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 9, 2020
1 parent 6c95f06 commit 9001a65
Show file tree
Hide file tree
Showing 33 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docs/package-lock.json

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

8 changes: 4 additions & 4 deletions 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.14.1",
"version": "1.14.2",
"private": true,
"main": "dist/scripts.cjs.js",
"module": "src/js/app.js",
Expand All @@ -25,13 +25,13 @@
"directory": "packages/docs"
},
"dependencies": {
"@vrembem/base": "^1.12.0",
"@vrembem/core": "^1.10.0",
"@vrembem/base": "^1.14.2",
"@vrembem/core": "^1.14.2",
"feather-icons": "^4.28.0",
"list.js": "^1.5.0",
"scroll-stash": "^1.0.1",
"svgxuse": "^1.2.6",
"vrembem": "^1.14.1",
"vrembem": "^1.14.2",
"wicg-inert": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.14.1",
"version": "1.14.2",
"changelog": {
"repo": "sebnitu/vrembem",
"cacheDir": ".changelog",
Expand Down
4 changes: 2 additions & 2 deletions packages/arrow/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/arrow",
"description": "A directional triangle drawn with CSS.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/arrow"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/base",
"description": "Includes useful default styles and base modules for common HTML elements.",
"version": "1.12.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/base"
},
"dependencies": {
"@vrembem/core": "^1.10.0",
"@vrembem/utility": "^1.12.0"
"@vrembem/core": "^1.14.2",
"@vrembem/utility": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/breadcrumb/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/breadcrumb",
"description": "The breadcrumb component is a navigation component that shows the hierarchical path to a users current location.",
"version": "1.12.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.12.0",
"@vrembem/core": "^1.10.0"
"@vrembem/base": "^1.14.2",
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button-group/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button-group",
"description": "A component for displaying groups of buttons.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button-group"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button",
"description": "Buttons are a simple component that allow users to take actions.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/card",
"description": "The cards component provides a flexible and extensive content container with multiple variants and options.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/card"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/checkbox",
"description": "Checkboxes allow the user to select multiple options from a set.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -28,10 +28,10 @@
"directory": "packages/checkbox"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0"
}
}
4 changes: 2 additions & 2 deletions packages/container/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/container",
"description": "A component for giving content a max width and centered within it's parent.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/container"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/core",
"description": "The core variables, functions and mixins for Vrembem components.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,4 +27,4 @@
"access": "public"
},
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0"
}
}
4 changes: 2 additions & 2 deletions packages/dialog/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/dialog",
"description": "A component that facilitates a conversation between the system and the user. They often request information or an action from the user.",
"version": "1.14.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dialog"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/dismissible/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/dismissible",
"description": "A component for removing an element from the DOM or hiding it with a CSS class.",
"version": "1.12.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -23,14 +23,14 @@
"directory": "packages/dismissible"
},
"devDependencies": {
"@vrembem/base": "^1.12.0",
"@vrembem/utility": "^1.12.0"
"@vrembem/base": "^1.14.2",
"@vrembem/utility": "^1.14.2"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0"
}
}
12 changes: 6 additions & 6 deletions packages/drawer/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/drawer",
"description": "A container component that slides in from the left or right. Typically containing menus, search or other content.",
"version": "1.14.1",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -28,15 +28,15 @@
"directory": "packages/drawer"
},
"devDependencies": {
"@vrembem/base": "^1.12.0",
"@vrembem/dialog": "^1.14.0",
"@vrembem/utility": "^1.12.0"
"@vrembem/base": "^1.14.2",
"@vrembem/dialog": "^1.14.2",
"@vrembem/utility": "^1.14.2"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0"
}
}
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/dropdown",
"description": "A component that is initially hidden and revealed upon user interaction either through a click or hover event. Dropdown components typically display lists of possible actions or navigation.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dropdown"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/grid",
"description": "A flexbox based grid system component.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/grid"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-action/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon-action",
"description": "A component for displaying simple action buttons using icons.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon-action"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon",
"description": "The icon component provides a consistent way to style icons.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/input",
"description": "A component for displaying form input elements.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/input"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/level/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/level",
"description": "A simple flexbox based layout component.",
"version": "1.10.0",
"version": "1.14.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/level"
},
"dependencies": {
"@vrembem/core": "^1.10.0"
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9001a65

Please sign in to comment.