Skip to content

Commit aafc25f

Browse files
committed
Merge branch 'release/v2.0.8'
2 parents 96242f8 + 349ea14 commit aafc25f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 2.0.8 (26 Sept 2024)
4+
5+
* More more sass warning fix
6+
37
# 2.0.7 (26 Sept 2024)
48

59
* Updated dist file from 2.0.6 release

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'foundation:motion-ui',
3-
version: '2.0.7',
3+
version: '2.0.8',
44
summary: 'Sass library for creating transitions and animations',
55
git: 'https://github.com/foundation/motion-ui.git',
66
documentation: 'README.md'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-ui",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Sass library for creating transitions and animations.",
55
"main": "dist/motion-ui.js",
66
"scripts": {

0 commit comments

Comments
 (0)