Skip to content

Commit

Permalink
chore(release): bump to v4.0.0-next.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 31, 2024
1 parent 17ce450 commit 398444c
Show file tree
Hide file tree
Showing 25 changed files with 125 additions and 125 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.15",
"version": "4.0.0-next.16",
"packages": [
"packages/*",
"docs"
Expand Down
120 changes: 60 additions & 60 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.15",
"version": "4.0.0-next.16",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/base#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button",
"description": "Buttons are a simple component that allow users to take actions.",
"version": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/button#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/card",
"description": "The card component provides a flexible and highly composable content container.",
"version": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/card#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/checkbox",
"description": "Checkboxes allow the user to select multiple options from a set.",
"version": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/checkbox#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/core",
"description": "Shared variables, functions and mixins for Vrembem components.",
"version": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/dialog",
"description": "A component that facilitates a conversation between the system and the user. They often request information or an action from the user.",
"version": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/dialog#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.0-next.15",
"version": "4.0.0-next.16",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/drawer#readme",
"dependencies": {
"@vrembem/core": "^4.0.0-next.15"
"@vrembem/core": "^4.0.0-next.16"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 398444c

Please sign in to comment.