@atom-learning/components 4.3.1 → 4.4.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 +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [4.3.1](https://github.com/Atom-Learning/components/compare/v4.3.0...v4.3.1) (2025-01-24)
1
+ # [4.4.0](https://github.com/Atom-Learning/components/compare/v4.3.1...v4.4.0) (2025-02-19)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * autoformatting docs update to trigger new release ([7670e06](https://github.com/Atom-Learning/components/commit/7670e06efdb7471e648e3bcc82fb018e58a7e9a6))
6
+ * segmented control animation and styling adjustments ([fe36abd](https://github.com/Atom-Learning/components/commit/fe36abd738e57ff5cd570845fbe6deb1ef010a0a))
7
7
 
8
8
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
9
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.1",
7
+ "version": "4.4.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"