@atom-learning/components 2.48.0 → 2.49.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 +11 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
- # [2.48.0](https://github.com/Atom-Learning/components/compare/v2.47.0...v2.48.0) (2023-04-13)
1
+ # [2.49.0](https://github.com/Atom-Learning/components/compare/v2.48.0...v2.49.0) (2023-04-25)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * ts fix/hack ([d13a7f9](https://github.com/Atom-Learning/components/commit/d13a7f9ded696d44ec7b86dc528e3be04af74e8e))
6
+ * empty page when navigating from a tab that is not the first ([7aa2aec](https://github.com/Atom-Learning/components/commit/7aa2aec656508716c9fe4bf8bb507daf9203ad59))
7
+ * make background of cards and dos and donts grey ([52bacb1](https://github.com/Atom-Learning/components/commit/52bacb10f6d395071c3c984404123b9a895a3dd9))
8
+ * use base2 instead of a specific color ([7340a0b](https://github.com/Atom-Learning/components/commit/7340a0b3f5992cafbf6325ba20642e7418b2b8ea))
7
9
 
8
10
 
9
11
  ### Features
10
12
 
11
- * add Tile component ([563cd14](https://github.com/Atom-Learning/components/commit/563cd14408c7d00da9f6f4dfdd4ab832e3753b4c))
13
+ * add yarn format to auto-fix action ([b64f89b](https://github.com/Atom-Learning/components/commit/b64f89bcaaec04030922b5e39ffb3471f60670b4))
14
+ * add yarn format to documentation, move config to be shared with lib ([d5b792f](https://github.com/Atom-Learning/components/commit/d5b792f67a5d925cc88db201863dcd6437233683))
15
+ * bump icons version ([7e8cdee](https://github.com/Atom-Learning/components/commit/7e8cdee7375100a9cccaa6075679828d14ee77b8))
16
+ * revert dev dependency of icons, as the new icons are not used in the tests ([b223f98](https://github.com/Atom-Learning/components/commit/b223f985f9d1e74dc76e69c6803ec206924d3eed))
17
+ * revert peer dependency to 1.10 as the new icons are not used in ([7867a0a](https://github.com/Atom-Learning/components/commit/7867a0afa6b394ef7ad204bb0788adcf86dc9c5a))
18
+ * revert the peer dependency to its right value ([f79a977](https://github.com/Atom-Learning/components/commit/f79a977b7c334f53cc5ebc0596d8aebe8e2aeb43))
19
+ * update yarn.lock ([b9d8e71](https://github.com/Atom-Learning/components/commit/b9d8e711774d2c381bf72103b417006e9b5c56f5))
12
20
 
13
21
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
14
22
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "2.48.0",
7
+ "version": "2.49.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"