Skip to content

Commit

Permalink
chore(release): bump to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Sep 3, 2020
1 parent def7564 commit 4910a94
Show file tree
Hide file tree
Showing 30 changed files with 84 additions and 84 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.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"private": true,
"scripts": {
"build": "npm-run-all clean scripts styles",
Expand All @@ -25,7 +25,7 @@
"list.js": "^1.5.0",
"scroll-stash": "^1.0.12",
"svgxuse": "^1.2.6",
"vrembem": "^1.18.1",
"vrembem": "^1.18.2",
"wicg-inert": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.18.1",
"version": "1.18.2",
"command": {
"publish": {
"message": "chore(release): bump to %s",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/base",
"description": "Includes useful default styles and base modules for common HTML elements.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/base"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.18.1",
"@vrembem/core": "^1.18.1"
"@vrembem/base": "^1.18.2",
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button-group",
"description": "A component for displaying groups of buttons.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button-group"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button",
"description": "Buttons are a simple component that allow users to take actions.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/card"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/checkbox",
"description": "Checkboxes allow the user to select multiple options from a set.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -29,7 +29,7 @@
"directory": "packages/checkbox"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/container",
"description": "A component for giving content a max width and centered within it's parent.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/container"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/core",
"description": "The core variables, functions and mixins for Vrembem components.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dialog"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -29,7 +29,7 @@
"directory": "packages/drawer"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dropdown"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/grid",
"description": "A flexbox based grid system component.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/grid"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon-action",
"description": "A component for displaying simple action buttons using icons.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon-action"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon",
"description": "The icon component provides a consistent way to style icons.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/input",
"description": "A component for displaying form input elements.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/input"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/level/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/level",
"description": "A simple flexbox based layout component.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/level"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/media",
"description": "The media component is used for displaying groups of content with a corresponding media asset, such as an image, avatar or icon.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/media"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/menu",
"description": "Menus represent groups of links, actions or tools that a user can interact with.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/menu"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -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.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -29,7 +29,7 @@
"directory": "packages/modal"
},
"dependencies": {
"@vrembem/core": "^1.18.1"
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/notice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/notice",
"description": "A component for highlighting (optionally dismissible) messages to the user.",
"version": "1.18.1",
"version": "1.18.2",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/notice"
},
"dependencies": {
"@vrembem/base": "^1.18.1",
"@vrembem/core": "^1.18.1"
"@vrembem/base": "^1.18.2",
"@vrembem/core": "^1.18.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4910a94

Please sign in to comment.