@up42/up-components 7.3.0 → 7.3.1

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
@@ -20,13 +20,13 @@ The package utilizes [Storybook](https://storybook.js.org/docs/react/get-started
20
20
 
21
21
  ## Getting Started
22
22
 
23
- With npm
23
+ With npm:
24
24
 
25
25
  ```bash
26
26
  $ npm install @up42/up-components
27
27
  ```
28
28
 
29
- With pnpm
29
+ With pnpm:
30
30
 
31
31
  ```bash
32
32
  pnpm add @up42/up-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",