@wavelengthusaf/components 2.0.4 → 2.0.5

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 +9 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # common-components (npm package)
1
+ # common-components
2
2
 
3
3
  ## Overview
4
4
 
@@ -14,19 +14,23 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
- ## 2.0.4
17
+ ### 2.0.5
18
+
19
+ - Various refactors made to the Monorepo; users can now access the Testbed website at the following link: https://wavelength2.gitlab.io/common-components/
20
+
21
+ ### 2.0.4
18
22
 
19
23
  - Added BoxShadow prop to menuSx for the dropdown menu component
20
24
 
21
- ## 2.0.0
25
+ ## #2.0.0
22
26
 
23
27
  - Migrated to a Mono Repo; some minor updates to various components were made throughout the package.
24
28
 
25
- ## 1.3.1
29
+ ### 1.3.1
26
30
 
27
31
  - Updated WavelengthBox Component, and Wavelength Button Component. Created new Dropdown Component called Wavelength Dropdown.
28
32
 
29
- ## 1.3.0
33
+ ### 1.3.0
30
34
 
31
35
  - Updated Footer and Snackbar component, added a basic File Download component.
32
36
 
@@ -41,17 +45,3 @@ npm install @wavelengthusaf/components
41
45
  ### 1.0.0
42
46
 
43
47
  - Created npm package
44
-
45
- # common components (testbed website)
46
-
47
- ## Overview
48
-
49
- This project provides an overview of the common components library. It is meant to give developers a way to see the components as they work on them.
50
-
51
- ## Instructions
52
-
53
- 1. Make sure that you have built and linked the common-components library in a separate VS Code Window
54
- 2. Run `npm link @wavelengthusaf/components` to install the components library
55
- 3. Open your node_modules and verify that @wavelengthusaf exists (and that there is stuff in it)
56
- 4. Run `npm run dev`
57
- 5. Navigate to the generated localhost url on your Chrome/Firefox browser.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "2.0.4",
5
+ "version": "2.0.5",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "/dist/index.js",
8
8
  "module": "/dist/index.js",