diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..6b2aabe2 Binary files /dev/null and b/.DS_Store differ diff --git a/sakai-js/CHANGELOG.md b/CHANGELOG.md similarity index 54% rename from sakai-js/CHANGELOG.md rename to CHANGELOG.md index bd49063d..4c1a7edb 100644 --- a/sakai-js/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog +## 9.1.0 + +**Implemented New Features and Enhancements** + +- Add typescript support + ## 9.0.0 -###### \* Brings support to PrimeReact 9.x +**Implemented New Features and Enhancements** + +- Updates PrimeReact to v9 **Migration Guide** -- Update theme files and layout files +- Update ./layout folder and ./public/layout assets **Implemented New Features and Enhancements** diff --git a/sakai-js/LICENSE.md b/LICENSE.md similarity index 100% rename from sakai-js/LICENSE.md rename to LICENSE.md diff --git a/sakai-js/package.json b/sakai-js/package.json index 27a980b0..108f8593 100644 --- a/sakai-js/package.json +++ b/sakai-js/package.json @@ -1,6 +1,6 @@ { "name": "sakai-react", - "version": "9.0.0", + "version": "9.1.0", "private": false, "scripts": { "dev": "next dev", diff --git a/sakai-js/public/upload.php b/sakai-js/public/upload.php deleted file mode 100644 index b87a1041..00000000 --- a/sakai-js/public/upload.php +++ /dev/null @@ -1 +0,0 @@ - Fake Upload Process

'; ?> \ No newline at end of file diff --git a/sakai-ts/CHANGELOG.md b/sakai-ts/CHANGELOG.md deleted file mode 100644 index bd49063d..00000000 --- a/sakai-ts/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ -# Changelog - -## 9.0.0 - -###### \* Brings support to PrimeReact 9.x - -**Migration Guide** - -- Update theme files and layout files - -**Implemented New Features and Enhancements** - -- Upgrade to PrimeReact 9.2.2 -- Upgrade to PrimeFlex 3.3.0 -- Upgrade to Next 13.2.3 -- Update other dependencies - -## 8.1.0 - -- Migrate CRA to NextJS diff --git a/sakai-ts/package.json b/sakai-ts/package.json index d54d4650..f71b6d44 100644 --- a/sakai-ts/package.json +++ b/sakai-ts/package.json @@ -1,6 +1,6 @@ { "name": "sakai-react-typescript", - "version": "9.0.0", + "version": "9.1.0", "private": true, "scripts": { "dev": "next dev", diff --git a/sakai-ts/public/upload.php b/sakai-ts/public/upload.php deleted file mode 100644 index b87a1041..00000000 --- a/sakai-ts/public/upload.php +++ /dev/null @@ -1 +0,0 @@ - Fake Upload Process

'; ?> \ No newline at end of file