Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne committed Jun 29, 2023
1 parent 22fc900 commit cc4a47f
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.1.6",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "git@github.com:EventStore/Design-System.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/components",
"version": "0.1.6",
"version": "0.1.7",
"description": "Core components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/editor",
"version": "0.1.6",
"version": "0.1.7",
"description": "Monaco Editor for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/fields",
"version": "0.1.6",
"version": "0.1.7",
"description": "Forms and fields for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/forms",
"version": "0.1.6",
"version": "0.1.7",
"description": "Form validation and working copy data store.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/illustrations",
"version": "0.1.6",
"version": "0.1.7",
"description": "Illustrations for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/layout",
"version": "0.1.6",
"version": "0.1.7",
"description": "Page layout components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/router",
"version": "0.1.6",
"version": "0.1.7",
"description": "Router for Stencil",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/stores/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/stores",
"version": "0.1.6",
"version": "0.1.7",
"description": "Data stores for Stencil",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/theme",
"version": "0.1.6",
"version": "0.1.7",
"description": "Themes and theming utilities for Event Store Design System",
"main": "dist/index.js",
"prettier": "@eventstore-ui/configs/prettier",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/utils",
"version": "0.1.6",
"version": "0.1.7",
"description": "Utilities for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/assets",
"version": "0.1.6",
"version": "0.1.7",
"description": "Assets for use with the Event Store Design System",
"license": "Apache-2.0",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tools/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/configs",
"version": "0.1.6",
"version": "0.1.7",
"description": "Configs for the Event Store Design System",
"license": "Apache-2.0",
"prettier": "./prettier",
Expand Down
2 changes: 1 addition & 1 deletion tools/icon-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/icon-manager",
"version": "0.1.6",
"version": "0.1.7",
"description": "Automated icon inclusion for Event Store design system",
"license": "Apache-2.0",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion tools/stencil-markdown-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/stencil-markdown-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "Import md and mdx files into stencil projects",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/typedoc-plugin-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/typedoc-plugin-usage",
"version": "0.1.6",
"version": "0.1.7",
"description": "Typedoc plugin that resolves @usage paths to content.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit cc4a47f

Please sign in to comment.