@openproject/primer-view-components 0.7.0-rc.0d17a566 → 0.7.0
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.
- package/README.md +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,19 @@ _Note: This library is under active pre-1.0 development. Breaking changes are li
|
|
|
6
6
|
|
|
7
7
|
## Contribution
|
|
8
8
|
|
|
9
|
-
Please have a look at our [Contribution docs](./docs/contributors/README.md) to learn about
|
|
9
|
+
Please have a look at our [Contribution docs](./docs/contributors/README.md) to learn about any ways to contribute as for example
|
|
10
|
+
|
|
11
|
+
* [Getting started](./docs/contributors/setup.md)
|
|
12
|
+
* [Adding a component](./docs/contributors/adding-components.md)
|
|
13
|
+
* [Releasing](./docs/contributors/releasing.md)
|
|
14
|
+
* ...
|
|
15
|
+
|
|
16
|
+
## CI & Automation
|
|
17
|
+
|
|
18
|
+
Primer already provides us with a lot of automation and an advanced test setup. In our guide we explain how that works, and what we adapted to our need after the fork.
|
|
19
|
+
|
|
20
|
+
* [CI](./docs/contributors/ci.md)
|
|
21
|
+
* [Testing](./docs/contributors/playwright-testing.md)
|
|
10
22
|
|
|
11
23
|
## Documentation
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "ViewComponents of the Primer Design System for OpenProject",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|