We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a6312 commit 349ea14Copy full SHA for 349ea14
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 2.0.8 (26 Sept 2024)
4
+
5
+* More more sass warning fix
6
7
# 2.0.7 (26 Sept 2024)
8
9
* Updated dist file from 2.0.6 release
package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'foundation:motion-ui',
- version: '2.0.7',
+ version: '2.0.8',
summary: 'Sass library for creating transitions and animations',
git: 'https://github.com/foundation/motion-ui.git',
documentation: 'README.md'
package.json
{
"name": "motion-ui",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "Sass library for creating transitions and animations.",
"main": "dist/motion-ui.js",
"scripts": {
0 commit comments