@reqlan/cli 0.3.0 → 0.3.2

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 +18 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/littletuna4/reqlan/HEAD/packages/extension/media/logo.png" alt="reqlan logo" width="128" height="128">
2
+ <img src="https://raw.githubusercontent.com/littletuna4/reqlan/HEAD/site/public/logo.svg" alt="reqlan logo" width="128" height="128">
3
3
  </p>
4
4
 
5
5
  # @reqlan/cli
@@ -44,6 +44,23 @@ The ideas index is shared application memory at `<workspace>/.reqlan/ideas-index
44
44
 
45
45
  ## Changelog
46
46
 
47
+ ### 0.3.2
48
+
49
+ #### Patch Changes
50
+
51
+ - Updated dependencies [eb9da11]
52
+ - @reqlan/language@1.6.2
53
+ - @reqlan/analytical@0.6.2
54
+
55
+ ### 0.3.1
56
+
57
+ #### Patch Changes
58
+
59
+ - 0a5649e: update the site base path, and untrack build artifacts
60
+ - Updated dependencies [0a5649e]
61
+ - @reqlan/analytical@0.6.1
62
+ - @reqlan/language@1.6.1
63
+
47
64
  ### 0.3.0
48
65
 
49
66
  #### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/cli",
3
3
  "description": "CLI for parsing, analysing, and exporting reqlan requirement graphs",
4
- "version": "0.3.0",
4
+ "version": "0.3.2",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "clipanion": "3.2.1",
28
28
  "langium": "~4.3.0",
29
- "@reqlan/analytical": "0.6.0",
30
- "@reqlan/language": "1.6.0"
29
+ "@reqlan/language": "1.6.2",
30
+ "@reqlan/analytical": "0.6.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "shx": "~0.4.0"