@axinom/mosaic-ui 0.8.0-rc.1 → 0.8.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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.7.1&targetVersion=GT@axinom/mosaic-ui@0.8.0) (2021-12-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * updated icons for expand collapse accordion ([6e09ff5](https://dev.azure.com/axinom/CMS/_git/Navy/commit/6e09ff595a2fcd89a961e5a4a1887dc3d4370319))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * fixes in accordion spec for new icons ([9dbfd87](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9dbfd871ba760641dea46324e65381b661f162c2))
17
+
18
+
19
+
6
20
  ### [0.7.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-ui@0.7.0&targetVersion=GT@axinom/mosaic-ui@0.7.1) (2021-11-24)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.8.0-rc.1",
3
+ "version": "0.8.0",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -33,7 +33,7 @@
33
33
  "build-storybook": "build-storybook -s ./.storybook/static"
34
34
  },
35
35
  "dependencies": {
36
- "@axinom/mosaic-core": "^0.0.12-rc.6",
36
+ "@axinom/mosaic-core": "^0.0.12",
37
37
  "@popperjs/core": "^2.9.2",
38
38
  "clsx": "^1.1.0",
39
39
  "lodash": "^4.17.15",
@@ -90,5 +90,5 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "gitHead": "b87cc80deef2f5173701d845c133582925a6b7fe"
93
+ "gitHead": "de356e3d88414dc569d1291d00c21069c5e3556a"
94
94
  }