@enact/ui-test-utils 1.0.0-alpha.1 → 1.0.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/.travis.yml CHANGED
@@ -1,6 +1,10 @@
1
+ dist: focal
1
2
  language: node_js
2
3
  node_js:
3
4
  - "node"
5
+ before_install:
6
+ - sudo apt-get update
7
+ - sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
4
8
  install:
5
9
  - npm install
6
10
  script:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.0.0] (June 8, 2022)
4
+
5
+ * Updated test app to use `createRoot` API from React 18.
6
+ * Updated the `lockfileVersion` of npm-shrinkwrap file to v2.
7
+
3
8
  ## [1.0.0-alpha.1] (April 11, 2022)
4
9
 
5
10
  * Updated dependencies includes ESLint 8.