@atom-learning/components 4.3.0 → 4.3.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 (2) hide show
  1. package/CHANGELOG.md +2 -12
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,19 +1,9 @@
1
- # [4.3.0](https://github.com/Atom-Learning/components/compare/v4.2.0...v4.3.0) (2025-01-21)
1
+ ## [4.3.1](https://github.com/Atom-Learning/components/compare/v4.3.0...v4.3.1) (2025-01-24)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * conditions to run build commands ([a6d9e60](https://github.com/Atom-Learning/components/commit/a6d9e608a4aefdcec9fc231c77458fd78e3c9aef))
7
-
8
-
9
- ### Features
10
-
11
- * add github workflow file for visual regression ([99278eb](https://github.com/Atom-Learning/components/commit/99278ebde00309f820be1dc3d349ed723523e498))
12
- * add new workflow file to run VR tests on push to main ([4b2a284](https://github.com/Atom-Learning/components/commit/4b2a28450957e993959c825aaf86cadfba352cdf))
13
- * add visual regression spec to crawl through all links and tabs ([4e1abc8](https://github.com/Atom-Learning/components/commit/4e1abc8dedb62278aacc2fa49cd68990977b86b9))
14
- * added 2xl variant as well ([02719bb](https://github.com/Atom-Learning/components/commit/02719bb4a0df807aa06316a654b297cf7545159c))
15
- * additional drawer variant ([19b4fbe](https://github.com/Atom-Learning/components/commit/19b4fbe3581079d40fc42f7415d82261c18c859f))
16
- * basic setup to run playwright tests ([aa9ce8f](https://github.com/Atom-Learning/components/commit/aa9ce8f051c5f0c80f6a37b233beef84066c7150))
6
+ * autoformatting docs update to trigger new release ([7670e06](https://github.com/Atom-Learning/components/commit/7670e06efdb7471e648e3bcc82fb018e58a7e9a6))
17
7
 
18
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
19
9
 
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": "4.3.0",
7
+ "version": "4.3.1",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"