Skip to content

Commit

Permalink
v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 22, 2020
1 parent ac3eab1 commit 6aa0632
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.15.2",
"version": "1.15.3",
"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.15.2",
"vrembem": "^1.15.3",
"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.2",
"version": "1.15.3",
"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.2",
"version": "1.15.3",
"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.2",
"version": "1.15.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/breadcrumb"
},
"dependencies": {
"@vrembem/base": "^1.15.2",
"@vrembem/base": "^1.15.3",
"@vrembem/core": "^1.15.2"
},
"publishConfig": {
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.2",
"version": "1.15.3",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -25,7 +25,7 @@
"directory": "packages/notice"
},
"dependencies": {
"@vrembem/base": "^1.15.2",
"@vrembem/base": "^1.15.3",
"@vrembem/core": "^1.15.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "1.15.3",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@vrembem/arrow": "^1.15.2",
"@vrembem/base": "^1.15.2",
"@vrembem/breadcrumb": "^1.15.2",
"@vrembem/base": "^1.15.3",
"@vrembem/breadcrumb": "^1.15.3",
"@vrembem/button": "^1.15.2",
"@vrembem/button-group": "^1.15.2",
"@vrembem/card": "^1.15.2",
Expand All @@ -49,7 +49,7 @@
"@vrembem/media": "^1.15.2",
"@vrembem/menu": "^1.15.2",
"@vrembem/modal": "^1.15.2",
"@vrembem/notice": "^1.15.2",
"@vrembem/notice": "^1.15.3",
"@vrembem/radio": "^1.15.2",
"@vrembem/section": "^1.15.2",
"@vrembem/switch": "^1.15.2",
Expand Down

0 comments on commit 6aa0632

Please sign in to comment.