kurtosis-ui-components 0.86.1 → 0.86.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Kurtosis UI Components
2
2
 
3
3
  This guide provides instructions and code snippets to help you get started with the Kurtosis UI Components. This library
4
- can be used to create
4
+ can be used to create
5
5
 
6
6
  ## Setting Up
7
7
 
@@ -13,4 +13,4 @@ $ yarn add kurtosis-ui-components
13
13
 
14
14
  ## Usage
15
15
 
16
- Instructions to follow.
16
+ Instructions to follow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kurtosis-ui-components",
3
- "version": "0.86.1",
3
+ "version": "0.86.3",
4
4
  "private": false,
5
5
  "main": "build/index",
6
6
  "description": "This repo contains components used by Kurtosis UI applications.",