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