roosterjs 8.28.0-git → 8.28.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.
@@ -1,4 +1,4 @@
1
- // Type definitions for roosterjs (Version 8.28.0git)
1
+ // Type definitions for roosterjs (Version 8.28.0)
2
2
  // Generated by dts tool from roosterjs
3
3
  // Project: https://github.com/Microsoft/roosterjs
4
4
 
package/dist/rooster.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Type definitions for roosterjs (Version 8.28.0git)
1
+ // Type definitions for roosterjs (Version 8.28.0)
2
2
  // Generated by dts tool from roosterjs
3
3
  // Project: https://github.com/Microsoft/roosterjs
4
4
 
package/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "name": "roosterjs",
3
3
  "description": "A simple facade for all roosterjs code",
4
4
  "dependencies": {
5
- "roosterjs-editor-types": "8.28.0git",
6
- "roosterjs-editor-types-compatible": "8.28.0git",
7
- "roosterjs-editor-dom": "8.28.0git",
8
- "roosterjs-editor-core": "8.28.0git",
9
- "roosterjs-editor-api": "8.28.0git",
10
- "roosterjs-editor-plugins": "8.28.0git",
5
+ "roosterjs-editor-types": "8.28.0",
6
+ "roosterjs-editor-types-compatible": "8.28.0",
7
+ "roosterjs-editor-dom": "8.28.0",
8
+ "roosterjs-editor-core": "8.28.0",
9
+ "roosterjs-editor-api": "8.28.0",
10
+ "roosterjs-editor-plugins": "8.28.0",
11
11
  "roosterjs-color-utils": "1.0.1"
12
12
  },
13
13
  "main": "./lib/index.js",
14
- "version": "8.28.0git",
14
+ "version": "8.28.0",
15
15
  "typings": "./lib/index.d.ts",
16
16
  "license": "MIT",
17
17
  "repository": {