@momentum-design/components 0.1.6 → 0.1.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,4 +8,4 @@ This package is **Work In Progress** - there is no guarantee for consistency, st
8
8
 
9
9
  ## Consumption
10
10
 
11
- Storybook & Guide can be found [here](https://momentum-design.github.io/momentum-design/en/components/).
11
+ Visit the [Storybook link](https://momentum-design.github.io/momentum-design/en/components/) to learn about the available components.
package/package.json CHANGED
@@ -37,5 +37,5 @@
37
37
  "@momentum-design/icons": "*",
38
38
  "@momentum-design/tokens": "*"
39
39
  },
40
- "version": "0.1.6"
40
+ "version": "0.1.7"
41
41
  }