@digigov/react-icons 1.0.0-rc.6 → 1.0.1

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 +30 -0
  2. package/index.js +5 -0
  3. package/package.json +2 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,30 @@
1
+ # Change Log - @digigov/react-icons
2
+
3
+ This log was last generated on Tue, 19 Dec 2023 15:00:14 GMT and should not be manually modified.
4
+
5
+ ## 1.0.1
6
+ Tue, 19 Dec 2023 15:00:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.0.0
11
+ Fri, 15 Dec 2023 15:23:56 GMT
12
+
13
+ ### Breaking changes
14
+
15
+ - Upgrade versions to v1.0.0-rc
16
+ - Refactor libs to a generic UI library removing personas organizing
17
+
18
+ ### Minor changes
19
+
20
+ - major refactor
21
+ - Move Icon from recat-core
22
+ - Update values of size prop
23
+ - Rename ArrowIcon to ChevronIcon and update ArrowIcon
24
+
25
+ ### Patches
26
+
27
+ - Normalize JSDoc comments
28
+ - Fix publint not running correctly
29
+ - Fix linter errors
30
+
package/index.js CHANGED
@@ -1,3 +1,8 @@
1
+ /** @license Digigov v1.0.1
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,17 +1,13 @@
1
1
  {
2
2
  "name": "@digigov/react-icons",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.1",
4
4
  "description": "@digigov react icons",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "./cjs/index.js",
8
8
  "module": "./index.js",
9
- "publishConfig": {
10
- "access": "public",
11
- "directory": "dist"
12
- },
13
9
  "peerDependencies": {
14
- "@digigov/css": "1.0.0-rc.6",
10
+ "@digigov/css": "1.0.1",
15
11
  "clsx": "1.1.1",
16
12
  "react": "^16.8.0 || ^17.0.0",
17
13
  "react-dom": "^16.8.0 || ^17.0.0"