diff --git a/lerna.json b/lerna.json index c1418830b..3b9e21041 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.15.2", + "version": "2.16.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/babel-plugin-include-styles/package.json b/packages/babel-plugin-include-styles/package.json index 51e1c1f0c..9c8ed2d7f 100644 --- a/packages/babel-plugin-include-styles/package.json +++ b/packages/babel-plugin-include-styles/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/babel-plugin-include-styles", - "version": "2.15.2", + "version": "2.16.0", "description": "A babel plugin that automatically includes the styles for a scoped monorepo design system built with `@design-systems/cli`", "main": "./dist/index.js", "types": "./dist", diff --git a/packages/babel-plugin-replace-styles/package.json b/packages/babel-plugin-replace-styles/package.json index 057fcf59a..95f91980f 100644 --- a/packages/babel-plugin-replace-styles/package.json +++ b/packages/babel-plugin-replace-styles/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/babel-plugin-replace-styles", - "version": "2.15.2", + "version": "2.16.0", "description": "A babel plugin that replaces CSS imports for a scoped monorepo design system built with `@design-systems/cli`", "main": "./dist/index.js", "types": "./dist", diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 42e06f6ae..7ed03cfa1 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/cli-utils", - "version": "2.15.2", + "version": "2.16.0", "description": "Utility functions for the @design-systems CLI", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/packages/cli/package.json b/packages/cli/package.json index 242729b08..052348eaa 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/cli", - "version": "2.15.2", + "version": "2.16.0", "description": "A cli for scaffolding and building design systems", "author": "Adam Dierkens ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index a5efe1c23..e994f6442 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/core", - "version": "2.15.2", + "version": "2.16.0", "description": "The core structure of the @design-systems CLI", "author": "Adam Dierkens ", "license": "MIT", diff --git a/packages/create/package.json b/packages/create/package.json index 05191f0e4..a5a9302b2 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/create", - "version": "2.15.2", + "version": "2.16.0", "description": "Initialize a @design-systems/cli monorepo", "main": "dist/index.js", "bin": "dist/bundle.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index fbda14b35..f6020fde7 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/docs", - "version": "2.15.2", + "version": "2.16.0", "private": true, "author": "Andrew Lisowski ", "repository": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4fe8debbc..2a2ec175f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/eslint-config", - "version": "2.15.2", + "version": "2.16.0", "description": "The eslint-config of the @design-systems CLI", "main": "index.js", "author": "Adam Dierkens ", diff --git a/packages/load-config/package.json b/packages/load-config/package.json index 8a2e36f35..96b5c0157 100644 --- a/packages/load-config/package.json +++ b/packages/load-config/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/load-config", - "version": "2.15.2", + "version": "2.16.0", "main": "./dist/index.js", "types": "./dist", "repository": "https://github.com/intuit/design-systems-cli.git", diff --git a/packages/next-esm-css/package.json b/packages/next-esm-css/package.json index eed66da52..1c47553c3 100644 --- a/packages/next-esm-css/package.json +++ b/packages/next-esm-css/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/next-esm-css", - "version": "2.15.2", + "version": "2.16.0", "main": "./src/index.js", "repository": "https://github.com/intuit/design-systems-cli.git", "author": "Andrew Lisowski lisowski54@gmail.com", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index dc24a9b92..4ded30a0a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/plugin", - "version": "2.15.2", + "version": "2.16.0", "description": "Plugin structure for the @design-systems CLI", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index c57702739..badfed813 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/stylelint-config", - "version": "2.15.2", + "version": "2.16.0", "description": "The stylelint-config of the @design-systems CLI", "main": "index.js", "author": "Adam Dierkens ", diff --git a/packages/svg-icon-builder/package.json b/packages/svg-icon-builder/package.json index e8be00991..7a4833fbe 100644 --- a/packages/svg-icon-builder/package.json +++ b/packages/svg-icon-builder/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/svg-icon-builder", - "version": "2.15.2", + "version": "2.16.0", "main": "./dist/cjs/index.js", "description": "A simple CLI for generating icon components from SVGs.", "bin": { diff --git a/packages/utils/package.json b/packages/utils/package.json index a5268b097..9b755c16a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/utils", - "version": "2.15.2", + "version": "2.16.0", "description": "Helper utilities for developing react components", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", diff --git a/plugins/build/package.json b/plugins/build/package.json index 86451e395..d24999a71 100644 --- a/plugins/build/package.json +++ b/plugins/build/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/build", - "version": "2.15.2", + "version": "2.16.0", "description": "The build command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/bundle/package.json b/plugins/bundle/package.json index 47ea1552c..bfff2ec00 100644 --- a/plugins/bundle/package.json +++ b/plugins/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/bundle", - "version": "2.15.2", + "version": "2.16.0", "description": "The bundle command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/clean/package.json b/plugins/clean/package.json index 48a892c4d..0143f1a5e 100644 --- a/plugins/clean/package.json +++ b/plugins/clean/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/clean", - "version": "2.15.2", + "version": "2.16.0", "description": "The clean command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/create-command/package.json b/plugins/create-command/package.json index 5d91db921..9df917ff1 100644 --- a/plugins/create-command/package.json +++ b/plugins/create-command/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/create-command", - "version": "2.15.2", + "version": "2.16.0", "description": "The create command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/dev/package.json b/plugins/dev/package.json index 593b2fa90..15e454382 100644 --- a/plugins/dev/package.json +++ b/plugins/dev/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/dev", - "version": "2.15.2", + "version": "2.16.0", "description": "The dev command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/lint/package.json b/plugins/lint/package.json index a7ae7ff15..94f88ed2f 100644 --- a/plugins/lint/package.json +++ b/plugins/lint/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/lint", - "version": "2.15.2", + "version": "2.16.0", "description": "The lint command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/playroom/package.json b/plugins/playroom/package.json index 5247d1f67..0512309c1 100644 --- a/plugins/playroom/package.json +++ b/plugins/playroom/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/playroom", - "version": "2.15.2", + "version": "2.16.0", "description": "The playroom command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/proof/package.json b/plugins/proof/package.json index 8b9bf1b60..65b8857d1 100644 --- a/plugins/proof/package.json +++ b/plugins/proof/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/proof", - "version": "2.15.2", + "version": "2.16.0", "description": "The proof command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/size/package.json b/plugins/size/package.json index 3b047062d..a65d2184d 100644 --- a/plugins/size/package.json +++ b/plugins/size/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/size", - "version": "2.15.2", + "version": "2.16.0", "description": "The size command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/storybook/package.json b/plugins/storybook/package.json index 1f03ccfef..2d47f41dc 100644 --- a/plugins/storybook/package.json +++ b/plugins/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/storybook", - "version": "2.15.2", + "version": "2.16.0", "description": "The storybook command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/test/package.json b/plugins/test/package.json index 4f95ea4c4..53c787e4b 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/test", - "version": "2.15.2", + "version": "2.16.0", "description": "The test command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ", diff --git a/plugins/update/package.json b/plugins/update/package.json index 2e9f956eb..cd53d24cd 100644 --- a/plugins/update/package.json +++ b/plugins/update/package.json @@ -1,6 +1,6 @@ { "name": "@design-systems/update", - "version": "2.15.2", + "version": "2.16.0", "description": "The update command for @design-systems-cli", "main": "dist/index.js", "author": "Adam Dierkens ",