Skip to content

Commit

Permalink
v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 20, 2020
1 parent de7703a commit acce1c6
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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.15.0",
"version": "1.15.1",
"private": true,
"scripts": {
"build": "npm-run-all clean scripts styles",
Expand All @@ -21,13 +21,13 @@
"directory": "packages/docs"
},
"dependencies": {
"@vrembem/base": "^1.15.0",
"@vrembem/base": "^1.15.1",
"@vrembem/core": "^1.15.0",
"feather-icons": "^4.28.0",
"list.js": "^1.5.0",
"scroll-stash": "^1.0.11",
"svgxuse": "^1.2.6",
"vrembem": "^1.15.0",
"vrembem": "^1.15.1",
"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.15.0",
"version": "1.15.1",
"changelog": {
"repo": "sebnitu/vrembem",
"cacheDir": ".changelog",
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.15.0",
"@vrembem/base": "^1.15.1",
"@vrembem/core": "^1.15.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
4 changes: 2 additions & 2 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.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/notice"
},
"dependencies": {
"@vrembem/base": "^1.15.0",
"@vrembem/base": "^1.15.1",
"@vrembem/core": "^1.15.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/vrembem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vrembem",
"description": "A component library based on the BEM methodology.",
"version": "1.15.0",
"version": "1.15.1",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -30,16 +30,16 @@
},
"dependencies": {
"@vrembem/arrow": "^1.15.0",
"@vrembem/base": "^1.15.0",
"@vrembem/breadcrumb": "^1.15.0",
"@vrembem/base": "^1.15.1",
"@vrembem/breadcrumb": "^1.15.1",
"@vrembem/button": "^1.15.0",
"@vrembem/button-group": "^1.15.0",
"@vrembem/card": "^1.15.0",
"@vrembem/checkbox": "^1.15.0",
"@vrembem/checkbox": "^1.15.1",
"@vrembem/container": "^1.15.0",
"@vrembem/core": "^1.15.0",
"@vrembem/dialog": "^1.15.0",
"@vrembem/drawer": "^1.15.0",
"@vrembem/drawer": "^1.15.1",
"@vrembem/dropdown": "^1.15.0",
"@vrembem/grid": "^1.15.0",
"@vrembem/icon": "^1.15.0",
Expand All @@ -48,8 +48,8 @@
"@vrembem/level": "^1.15.0",
"@vrembem/media": "^1.15.0",
"@vrembem/menu": "^1.15.0",
"@vrembem/modal": "^1.15.0",
"@vrembem/notice": "^1.15.0",
"@vrembem/modal": "^1.15.1",
"@vrembem/notice": "^1.15.1",
"@vrembem/panel": "^1.15.0",
"@vrembem/radio": "^1.15.0",
"@vrembem/section": "^1.15.0",
Expand Down

0 comments on commit acce1c6

Please sign in to comment.