Skip to content

Commit

Permalink
chore(release): bump to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebnitu committed Jul 10, 2022
1 parent ac49855 commit b95ba8e
Show file tree
Hide file tree
Showing 30 changed files with 82 additions and 82 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.8",
"version": "3.0.9",
"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.8",
"vrembem": "^3.0.9",
"wicg-inert": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.8",
"version": "3.0.9",
"command": {
"publish": {
"message": "chore(release): bump to %s",
Expand Down
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": "3.0.8",
"version": "3.0.9",
"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.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/breadcrumb",
"description": "A navigation component that shows the hierarchical path to a users current location.",
"version": "3.0.8",
"version": "3.0.9",
"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.8",
"@vrembem/core": "^3.0.8"
"@vrembem/base": "^3.0.9",
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/button-group",
"description": "A component for displaying groups of buttons.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/button-group#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"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": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/button#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"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 cards component provides a flexible and extensive content container with multiple variants and options.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/card#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"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": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/checkbox#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"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": "The core variables, functions and mixins for Vrembem components.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
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": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/dialog#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"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": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/drawer#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/grid",
"description": "A flexbox based grid system component.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/grid#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-action/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon-action",
"description": "A component for displaying simple action buttons using icons.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/icon-action#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/icon",
"description": "The icon component provides a consistent way to style icons.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/icon#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/input",
"description": "A component for displaying form input elements.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/input#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/level/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/level",
"description": "A simple flexbox based layout component.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/level#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/media",
"description": "The media component is used for displaying groups of content with a corresponding media asset, such as an image, avatar or icon.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/media#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/menu",
"description": "Menus represent groups of links, actions or tools that a user can interact with.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/menu#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/modal#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/notice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vrembem/notice",
"description": "A component for highlighting (optionally dismissible) messages to the user.",
"version": "3.0.8",
"version": "3.0.9",
"license": "MIT",
"keywords": [
"BEM",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/sebnitu/vrembem/tree/main/packages/notice#readme",
"dependencies": {
"@vrembem/core": "^3.0.8"
"@vrembem/core": "^3.0.9"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package-lock.json

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

Loading

0 comments on commit b95ba8e

Please sign in to comment.