@public-ui/hydrate 2.0.4-rc.0 → 2.0.4

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -9016,7 +9016,7 @@ const initKoliBri = () => {
9016
9016
  | . ' | .-. | | | ,--. | .-. \\ | .--' ,--.
9017
9017
  | |\\ \\ | '-' | | | | | | '--' / | | | |
9018
9018
  \`--' \`--´ \`---´ \`--' \`--' \`------´ \`--' \`--'
9019
- 🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io | 2.0.4-rc.0
9019
+ 🚹 The accessible HTML-Standard | 👉 https://public-ui.github.io | 2.0.4
9020
9020
  `, {
9021
9021
  forceLog: true,
9022
9022
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/hydrate",
3
- "version": "2.0.4-rc.0",
3
+ "version": "2.0.4",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -42,11 +42,11 @@
42
42
  "hydrate"
43
43
  ],
44
44
  "devDependencies": {
45
- "@public-ui/components": "2.0.4-rc.0",
45
+ "@public-ui/components": "2.0.4",
46
46
  "rimraf": "3.0.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@public-ui/components": "2.0.4-rc.0"
49
+ "@public-ui/components": "2.0.4"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "type": "commonjs",