@elementor/editor-styles-repository 0.1.0 → 0.1.1

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,5 +1,5 @@
1
1
 
2
- > @elementor/editor-styles-repository@0.1.0 build
2
+ > @elementor/editor-styles-repository@0.1.1 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 1.62 KB
14
14
  ESM dist/index.mjs.map 3.55 KB
15
- ESM ⚡️ Build success in 30ms
15
+ ESM ⚡️ Build success in 75ms
16
16
  CJS dist/index.js 2.74 KB
17
17
  CJS dist/index.js.map 3.59 KB
18
- CJS ⚡️ Build success in 31ms
18
+ CJS ⚡️ Build success in 76ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 11031ms
20
+ DTS ⚡️ Build success in 9578ms
21
21
  DTS dist/index.d.mts 519.00 B
22
22
  DTS dist/index.d.ts 519.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @elementor/editor-styles-repository
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 91453b3: Update and lock dependencies versions
8
+ - Updated dependencies [91453b3]
9
+ - @elementor/editor-v1-adapters@0.8.5
10
+ - @elementor/editor-elements@0.3.2
11
+ - @elementor/editor-styles@0.3.1
12
+
3
13
  ## 0.1.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-styles-repository",
3
3
  "description": "Elementor Editor Styles Repository",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -33,8 +33,8 @@
33
33
  "dev": "tsup --config=../../tsup.dev.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@elementor/editor-elements": "^0.3.1",
37
- "@elementor/editor-styles": "^0.3.0",
38
- "@elementor/editor-v1-adapters": "^0.8.4"
36
+ "@elementor/editor-elements": "0.3.2",
37
+ "@elementor/editor-styles": "0.3.1",
38
+ "@elementor/editor-v1-adapters": "0.8.5"
39
39
  }
40
40
  }