Skip to content

Commit

Permalink
v1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 9, 2020
1 parent ff37643 commit 8764177
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 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.

6 changes: 3 additions & 3 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.14.3",
"version": "1.14.4",
"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.14.2",
"@vrembem/base": "^1.14.4",
"@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.3",
"vrembem": "^1.14.4",
"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.14.3",
"version": "1.14.4",
"changelog": {
"repo": "sebnitu/vrembem",
"cacheDir": ".changelog",
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.14.2",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@vrembem/core": "^1.14.2",
"@vrembem/utility": "^1.14.2"
"@vrembem/utility": "^1.14.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.14.2",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.14.2",
"@vrembem/base": "^1.14.4",
"@vrembem/core": "^1.14.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.14.3",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -28,9 +28,9 @@
"directory": "packages/drawer"
},
"devDependencies": {
"@vrembem/base": "^1.14.2",
"@vrembem/base": "^1.14.4",
"@vrembem/dialog": "^1.14.2",
"@vrembem/utility": "^1.14.2"
"@vrembem/utility": "^1.14.4"
},
"dependencies": {
"@vrembem/core": "^1.14.2"
Expand Down
2 changes: 1 addition & 1 deletion 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.14.2",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
6 changes: 3 additions & 3 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.14.3",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -28,9 +28,9 @@
"directory": "packages/modal"
},
"devDependencies": {
"@vrembem/base": "^1.14.2",
"@vrembem/base": "^1.14.4",
"@vrembem/dialog": "^1.14.2",
"@vrembem/utility": "^1.14.2"
"@vrembem/utility": "^1.14.4"
},
"dependencies": {
"@vrembem/core": "^1.14.2"
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.14.2",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,9 +25,9 @@
"directory": "packages/notice"
},
"dependencies": {
"@vrembem/base": "^1.14.2",
"@vrembem/base": "^1.14.4",
"@vrembem/core": "^1.14.2",
"@vrembem/utility": "^1.14.2"
"@vrembem/utility": "^1.14.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utility/package.json
Original file line number Diff line number Diff line change
@@ -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.14.2",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
18 changes: 9 additions & 9 deletions packages/vrembem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vrembem",
"description": "A CSS component library based on the BEM methodology.",
"version": "1.14.3",
"version": "1.14.4",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -29,36 +29,36 @@
},
"dependencies": {
"@vrembem/arrow": "^1.14.2",
"@vrembem/base": "^1.14.2",
"@vrembem/breadcrumb": "^1.14.2",
"@vrembem/base": "^1.14.4",
"@vrembem/breadcrumb": "^1.14.4",
"@vrembem/button": "^1.14.2",
"@vrembem/button-group": "^1.14.2",
"@vrembem/card": "^1.14.2",
"@vrembem/checkbox": "^1.14.3",
"@vrembem/container": "^1.14.2",
"@vrembem/core": "^1.14.2",
"@vrembem/dialog": "^1.14.2",
"@vrembem/drawer": "^1.14.3",
"@vrembem/drawer": "^1.14.4",
"@vrembem/dropdown": "^1.14.2",
"@vrembem/grid": "^1.14.2",
"@vrembem/grid": "^1.14.4",
"@vrembem/icon": "^1.14.2",
"@vrembem/icon-action": "^1.14.2",
"@vrembem/input": "^1.14.2",
"@vrembem/level": "^1.14.2",
"@vrembem/media": "^1.14.2",
"@vrembem/menu": "^1.14.2",
"@vrembem/modal": "^1.14.3",
"@vrembem/notice": "^1.14.2",
"@vrembem/modal": "^1.14.4",
"@vrembem/notice": "^1.14.4",
"@vrembem/panel": "^1.14.2",
"@vrembem/radio": "^1.14.2",
"@vrembem/section": "^1.14.2",
"@vrembem/switch": "^1.14.2",
"@vrembem/table": "^1.14.2",
"@vrembem/tooltip": "^1.14.2",
"@vrembem/utility": "^1.14.2"
"@vrembem/utility": "^1.14.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d966f513f86f66dddf93ed60ddefe51124562dc0"
}
}

0 comments on commit 8764177

Please sign in to comment.