Skip to content

Commit

Permalink
chore(release): bump to v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Aug 1, 2023
1 parent ac3fa50 commit 66a0fca
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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": "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": "3.0.14",
"version": "3.0.15",
"private": true,
"source": "src/js/app.js",
"browser": "dist/bundle.js",
Expand All @@ -27,7 +27,7 @@
"list.js": "^2.3.1",
"scroll-stash": "^1.1.2",
"svgxuse": "^1.2.6",
"vrembem": "^3.0.14",
"vrembem": "^3.0.15",
"wicg-inert": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.14",
"version": "3.0.15",
"command": {
"publish": {
"message": "chore(release): bump to %s",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.14",
"version": "3.0.15",
"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 component library based on the BEM methodology.",
"version": "3.0.14",
"version": "3.0.15",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@vrembem/checkbox": "^3.0.14",
"@vrembem/core": "^3.0.14",
"@vrembem/dialog": "^3.0.14",
"@vrembem/drawer": "^3.0.14",
"@vrembem/drawer": "^3.0.15",
"@vrembem/grid": "^3.0.14",
"@vrembem/icon": "^3.0.14",
"@vrembem/icon-action": "^3.0.14",
Expand Down

0 comments on commit 66a0fca

Please sign in to comment.