Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 12, 2020
1 parent c2c1f23 commit 406c97b
Show file tree
Hide file tree
Showing 33 changed files with 103 additions and 103 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.8.2",
"version": "1.8.3",
"private": true,
"main": "dist/scripts.cjs.js",
"module": "src/js/app.js",
Expand All @@ -25,12 +25,12 @@
"directory": "packages/docs"
},
"dependencies": {
"@vrembem/base": "^1.8.0",
"@vrembem/core": "^1.7.3",
"@vrembem/base": "^1.8.3",
"@vrembem/core": "^1.8.3",
"feather-icons": "^4.28.0",
"list.js": "^1.5.0",
"scroll-stash": "^0.2.1",
"svgxuse": "^1.2.6",
"vrembem": "^1.8.2"
"vrembem": "^1.8.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.8.2",
"version": "1.8.3",
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/arrow"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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 components for common HTML elements.",
"version": "1.8.0",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/base"
},
"dependencies": {
"@vrembem/core": "^1.7.3",
"@vrembem/utility": "^1.8.0"
"@vrembem/core": "^1.8.3",
"@vrembem/utility": "^1.8.3"
},
"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.8.0",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,8 +25,8 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.8.0",
"@vrembem/core": "^1.7.3"
"@vrembem/base": "^1.8.3",
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button-group"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/button"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/card"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "packages/checkbox"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/container"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/core",
"description": "The core variables, functions and mixins for Vrembem components.",
"version": "1.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dialog"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.8.0",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,11 +25,11 @@
"directory": "packages/dismissible"
},
"devDependencies": {
"@vrembem/base": "^1.8.0",
"@vrembem/utility": "^1.8.0"
"@vrembem/base": "^1.8.3",
"@vrembem/utility": "^1.8.3"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -30,11 +30,11 @@
"directory": "packages/drawer"
},
"devDependencies": {
"@vrembem/base": "^1.8.0",
"@vrembem/utility": "^1.8.0"
"@vrembem/base": "^1.8.3",
"@vrembem/utility": "^1.8.3"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/dropdown"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.8.0",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/grid"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon-action"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/icon"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/input"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/level"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/media/package.json
@@ -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.7.3",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/media"
},
"dependencies": {
"@vrembem/core": "^1.7.3"
"@vrembem/core": "^1.8.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 406c97b

Please sign in to comment.