@statedelta-actions/rules 0.5.1 → 0.5.3

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 (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +316 -316
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @statedelta-actions/rules
2
2
 
3
+ ## 0.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @statedelta-actions/actions@0.8.0
9
+ - @statedelta-actions/core@0.6.0
10
+
11
+ ## 0.5.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 5af0d89: Translate package docs to PT-BR
16
+
17
+ `rules/README.md` (the npm-published README) was translated from English to PT-BR
18
+ to match the rest of the ecosystem; `rules/docs/ARCHITECTURE.md` section
19
+ headers/ToC and `sdk/README.md` headers were normalized to PT-BR as well. Code
20
+ blocks, API names and identifiers are unchanged.
21
+
22
+ - Updated dependencies [fc436a7]
23
+ - @statedelta-actions/actions@0.7.0
24
+
3
25
  ## 0.5.1
4
26
 
5
27
  ### Patch Changes