hr-design-system-handlebars 1.11.5 → 1.11.6

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.
@@ -0,0 +1 @@
1
+ <meta name="robots" content="noindex, nofollow">
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.11.6 (Mon Apr 03 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - -set meta robots to no index [#601](https://github.com/mumprod/hr-design-system-handlebars/pull/601) ([@vascoeduardo](https://github.com/vascoeduardo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
10
+
11
+ ---
12
+
1
13
  # v1.11.5 (Wed Mar 29 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
@@ -2665,7 +2665,7 @@ video {
2665
2665
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2666
2666
  }
2667
2667
  .counter-reset {
2668
- counter-reset: cnt1680113643681;
2668
+ counter-reset: cnt1680514078344;
2669
2669
  }
2670
2670
  .line-clamp-4 {
2671
2671
  overflow: hidden;
@@ -2895,7 +2895,7 @@ video {
2895
2895
  --tw-ring-color: rgba(255, 255, 255, 0.5);
2896
2896
  }
2897
2897
  .-ordered {
2898
- counter-increment: cnt1680113643681 1;
2898
+ counter-increment: cnt1680514078344 1;
2899
2899
  }
2900
2900
  .-ordered::before {
2901
2901
  position: absolute;
@@ -2911,7 +2911,7 @@ video {
2911
2911
  letter-spacing: .0125em;
2912
2912
  --tw-text-opacity: 1;
2913
2913
  color: rgba(0, 0, 0, var(--tw-text-opacity));
2914
- content: counter(cnt1680113643681);
2914
+ content: counter(cnt1680514078344);
2915
2915
  }
2916
2916
  /*! ****************************/
2917
2917
  /*! text-shadow */
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.11.5",
9
+ "version": "1.11.6",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "start-storybook -p 6006 public",