@tinacms/app 2.0.3 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @tinacms/app
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 324950a: Updates Plate Editor to latest version 36.
8
+
9
+ - Upgrades all remaining packages `Typescript` to version `^5`
10
+ - Adds Shadcn/ui styles/colours to our `tinatailwind` config (`packages/@tinacms/cli/src/next/vite/tailwind.ts`)
11
+ - Replaces some `lodash` deps with either the specific function i.e. `lodash.set` or implements them in a utility file
12
+ - Updates and removes old version of plate (`plate-headless`) for latest version `^36`
13
+ - Starts removing and cleaning up some of the old Plate code.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [324950a]
18
+ - Updated dependencies [f378f11]
19
+ - Updated dependencies [ceb0c07]
20
+ - @tinacms/mdx@1.4.0
21
+ - tinacms@2.2.0
22
+
3
23
  ## 2.0.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
7
  "@types/react": "^18.3.3",
8
8
  "@types/react-dom": "^18.3.0",
9
- "typescript": "^5.5.3"
9
+ "typescript": "^5.5.4"
10
10
  },
11
11
  "dependencies": {
12
12
  "@graphiql/toolkit": "0.8.4",
@@ -20,9 +20,9 @@
20
20
  "react": "^18.3.1",
21
21
  "react-dom": "^18.3.1",
22
22
  "react-router-dom": "6.3.0",
23
- "typescript": "^5.5.3",
23
+ "typescript": "^5.5.4",
24
24
  "zod": "^3.14.3",
25
- "@tinacms/mdx": "1.3.29",
26
- "tinacms": "2.1.1"
25
+ "@tinacms/mdx": "1.4.0",
26
+ "tinacms": "2.2.0"
27
27
  }
28
28
  }