Skip to content

Commit

Permalink
v1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 15, 2020
1 parent 6e4b3d5 commit 900b460
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.14.8",
"version": "1.14.9",
"private": true,
"scripts": {
"build": "npm-run-all clean scripts styles",
Expand All @@ -27,7 +27,7 @@
"list.js": "^1.5.0",
"scroll-stash": "^1.0.10",
"svgxuse": "^1.2.6",
"vrembem": "^1.14.8",
"vrembem": "^1.14.9",
"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.8",
"version": "1.14.9",
"changelog": {
"repo": "sebnitu/vrembem",
"cacheDir": ".changelog",
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.14.8",
"version": "1.14.9",
"license": "MIT",
"keywords": [
"BEM",
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "1.14.9",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@vrembem/level": "^1.14.8",
"@vrembem/media": "^1.14.8",
"@vrembem/menu": "^1.14.8",
"@vrembem/modal": "^1.14.8",
"@vrembem/modal": "^1.14.9",
"@vrembem/notice": "^1.14.8",
"@vrembem/panel": "^1.14.8",
"@vrembem/radio": "^1.14.8",
Expand Down

0 comments on commit 900b460

Please sign in to comment.