Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remydenton committed Sep 13, 2018
1 parent f42386f commit 51805c6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/bolt-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/website",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@bolt/components-chip-list": "^1.8.0",
"@bolt/components-copy-to-clipboard": "^1.8.1",
"@bolt/components-critical-fonts": "^1.8.0",
"@bolt/components-device-viewer": "^1.8.0",
"@bolt/components-device-viewer": "^1.8.3",
"@bolt/components-figure": "^1.8.0",
"@bolt/components-form": "^1.8.0",
"@bolt/components-headline": "^1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/pattern-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bolt/pattern-lab",
"description": "Bolt Design System",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"license": "MIT",
"main": "bolt.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@bolt/components-chip-list": "^1.8.0",
"@bolt/components-copy-to-clipboard": "^1.8.1",
"@bolt/components-critical-fonts": "^1.8.0",
"@bolt/components-device-viewer": "^1.8.0",
"@bolt/components-device-viewer": "^1.8.3",
"@bolt/components-figure": "^1.8.0",
"@bolt/components-form": "^1.8.0",
"@bolt/components-headline": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "1.8.2",
"version": "1.8.3",
"command": {
"publish": {
"allowBranch": "release/1.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/bolt-device-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"design system",
"components"
],
"version": "1.8.0",
"version": "1.8.3",
"sourceFilesFrom": "0.10.2",
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/core-php/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bolt-design-system/core-php",
"description": "Core PHP functionality for Bolt",
"version": "1.8.2",
"version": "1.8.3",
"type": "library",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/drupal-modules/bolt_connect/bolt_connect.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ type: module
description: Connects Drupal to the Bolt Design System
core: 8.x
configure: bolt_connect.config_form
version: 1.8.2
version: 1.8.3
4 changes: 2 additions & 2 deletions packages/drupal-modules/bolt_connect/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bolt-design-system/bolt_connect",
"type": "drupal-module",
"version": "1.8.2",
"version": "1.8.3",
"description": "Connect to Bolt Design System",
"keywords": [
"drupal",
Expand All @@ -24,7 +24,7 @@
}
},
"require": {
"bolt-design-system/core-php": "1.8.2",
"bolt-design-system/core-php": "1.8.3",
"basaltinc/twig-tools": "^1.4.0",
"webmozart/path-util": "^2.3"
}
Expand Down

0 comments on commit 51805c6

Please sign in to comment.