Skip to content

Commit

Permalink
chore(release): bump to v3.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Feb 1, 2024
1 parent a03f037 commit ea8b035
Show file tree
Hide file tree
Showing 31 changed files with 158 additions and 158 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
@@ -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.17",
"version": "3.0.18",
"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.17",
"vrembem": "^3.0.18",
"wicg-inert": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.17",
"version": "3.0.18",
"command": {
"publish": {
"message": "chore(release): bump to %s",
Expand Down
150 changes: 75 additions & 75 deletions 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 packages/base/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/base",
"description": "Includes useful default styles and base modules for common HTML elements.",
"version": "3.0.17",
"version": "3.0.18",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/base#readme",
"dependencies": {
"@vrembem/core": "^3.0.17"
"@vrembem/core": "^3.0.18"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/breadcrumb/package.json
@@ -1,7 +1,7 @@
{
"name": "@vrembem/breadcrumb",
"description": "A navigation component that shows the hierarchical path to a users current location.",
"version": "3.0.17",
"version": "3.0.18",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/breadcrumb#readme",
"dependencies": {
"@vrembem/base": "^3.0.17",
"@vrembem/core": "^3.0.17"
"@vrembem/base": "^3.0.18",
"@vrembem/core": "^3.0.18"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ea8b035

Please sign in to comment.