@1024pix/pix-ui 26.0.0 → 26.0.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.
@@ -16,10 +16,9 @@ workflows:
16
16
  jobs:
17
17
  build-and-test:
18
18
  docker:
19
- - image: cimg/node:16.14.0-browsers
19
+ - image: cimg/node:16.19.0-browsers
20
20
  steps:
21
21
  - checkout
22
- - run: sudo npm i -g npm@8.13.2
23
22
  - browser-tools/install-chrome
24
23
  - browser-tools/install-chromedriver
25
24
  - run: npm ci
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.14.0
1
+ 16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Pix-UI Changelog
2
2
 
3
+ ## v26.0.2 (14/02/2023)
4
+
5
+
6
+ ### :building_construction: Tech
7
+ - [#333](https://github.com/1024pix/pix-ui/pull/333) [TECH] Ajouter la configuration pour Renovate
8
+
9
+ ## v26.0.1 (06/02/2023)
10
+
11
+
12
+ ### :building_construction: Tech
13
+ - [#332](https://github.com/1024pix/pix-ui/pull/332) [TECH] Monter la version de Node.js en 16.19.0
14
+
3
15
  ## v26.0.0 (06/02/2023)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "26.0.0",
3
+ "version": "26.0.2",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"