Skip to content

Commit

Permalink
chore(release): bump to v4.0.0-next.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 13, 2024
1 parent 806d437 commit c092e7b
Show file tree
Hide file tree
Showing 25 changed files with 125 additions and 204 deletions.
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": "4.0.0-next.14",
"version": "4.0.0-next.15",
"packages": [
"packages/*",
"docs"
Expand Down
199 changes: 60 additions & 139 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
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": "4.0.0-next.14",
"version": "4.0.0-next.15",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/base#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.14"
"@vrembem/core": "^4.0.0-next.15"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c092e7b

Please sign in to comment.