Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Aug 17, 2023
1 parent 812ee83 commit 12a30a2
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 248 deletions.
15 changes: 0 additions & 15 deletions .versions

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 2.0.5 (17 August 2023)

* Removed node-sass in favor of DartSass and resolved deprecations
* Updated the packages and got the build working again.
* Build works under Node 18.17.1.

# 2.0.4 (11 July 2022)

* Updated SCSS to remove deprecated slash division.
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'foundation:motion-ui',
version: '2.0.4',
version: '2.0.5',
summary: 'Sass library for creating transitions and animations',
git: 'https://github.com/foundation/motion-ui.git',
documentation: 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-ui",
"version": "2.0.4",
"version": "2.0.5",
"description": "Sass library for creating transitions and animations.",
"main": "dist/motion-ui.js",
"scripts": {
Expand Down
Loading

0 comments on commit 12a30a2

Please sign in to comment.