@aragon/gov-ui-kit 1.11.0 → 1.12.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @aragon/gov-ui-kit
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#523](https://github.com/aragon/gov-ui-kit/pull/523) [`e153bc2`](https://github.com/aragon/gov-ui-kit/commit/e153bc2503ae1c985b2221453b122bacce735b53) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
8
+
9
+ - [#529](https://github.com/aragon/gov-ui-kit/pull/529) [`daeaccf`](https://github.com/aragon/gov-ui-kit/commit/daeaccf9928fc2180565fa60610984cb43a4c7bf) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
10
+
11
+ ### Patch Changes
12
+
13
+ - [#524](https://github.com/aragon/gov-ui-kit/pull/524) [`74f4834`](https://github.com/aragon/gov-ui-kit/commit/74f483434137eb0b5401f4f89d6754d166d3a957) Thanks [@Fabricevladimir](https://github.com/Fabricevladimir)! - Add `valueFormat` prop in `TextAreaRichText` to control `onChange` output as `html`, `markdown` or `text`
14
+
3
15
  ## 1.11.0
4
16
 
5
17
  ### Minor Changes