@atom-learning/components 4.4.0 → 4.4.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 +4 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
- # [4.4.0](https://github.com/Atom-Learning/components/compare/v4.3.1...v4.4.0) (2025-02-19)
1
+ ## [4.4.1](https://github.com/Atom-Learning/components/compare/v4.4.0...v4.4.1) (2025-02-26)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * segmented control animation and styling adjustments ([fe36abd](https://github.com/Atom-Learning/components/commit/fe36abd738e57ff5cd570845fbe6deb1ef010a0a))
6
+ * add additional timeout to settle font fluctuations in VR builds ([2294797](https://github.com/Atom-Learning/components/commit/22947979c24199e1903680efb524ccbca310d4ff))
7
+ * vr yml issue - build not triggered on push to main ([0d3ffca](https://github.com/Atom-Learning/components/commit/0d3ffca9d4cacdbe85eac826f91aa93bc5977037))
7
8
 
8
9
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
10
 
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.4.0",
7
+ "version": "4.4.1",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"