@digigov/react-icons 1.0.0-rc.5 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/index.js +5 -0
  3. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # Change Log - @digigov/react-icons
2
+
3
+ This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
4
+
5
+ ## 1.0.0
6
+ Fri, 15 Dec 2023 15:23:56 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - Upgrade versions to v1.0.0-rc
11
+ - Refactor libs to a generic UI library removing personas organizing
12
+
13
+ ### Minor changes
14
+
15
+ - major refactor
16
+ - Move Icon from recat-core
17
+ - Update values of size prop
18
+ - Rename ArrowIcon to ChevronIcon and update ArrowIcon
19
+
20
+ ### Patches
21
+
22
+ - Normalize JSDoc comments
23
+ - Fix publint not running correctly
24
+ - Fix linter errors
25
+
package/index.js CHANGED
@@ -1,3 +1,8 @@
1
+ /** @license Digigov v1.0.0
2
+ *
3
+ * This source code is licensed under the BSD-2-Clause license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
1
6
  export * from '@digigov/react-icons/AccessibilityIcon';
2
7
  export * from '@digigov/react-icons/ArrowIcon';
3
8
  export * from '@digigov/react-icons/BurgerIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/react-icons",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0",
4
4
  "description": "@digigov react icons",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -11,7 +11,7 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "1.0.0-rc.5",
14
+ "@digigov/css": "1.0.0",
15
15
  "clsx": "1.1.1",
16
16
  "react": "^16.8.0 || ^17.0.0",
17
17
  "react-dom": "^16.8.0 || ^17.0.0"