@osdk/client.unstable 2.6.0-beta.9 → 2.6.0-rc.14

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 +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.6.0-rc.14
4
+
5
+ ### Patch Changes
6
+
7
+ - af4f3bf: Remove the following features for RC:
8
+ - Property formatting
9
+ - Branching
10
+ - Constant RDPs
11
+
12
+ ## 2.6.0-beta.13
13
+
14
+ ## 2.6.0-beta.12
15
+
16
+ ## 2.6.0-beta.11
17
+
18
+ ## 2.6.0-beta.10
19
+
3
20
  ## 2.6.0-beta.9
4
21
 
5
22
  ## 2.6.0-beta.8
@@ -22,6 +39,21 @@
22
39
 
23
40
  ## 2.5.0-beta.15
24
41
 
42
+ ## 2.5.2
43
+
44
+ ## 2.5.1
45
+
46
+ ## 2.5.0
47
+
48
+ ### Patch Changes
49
+
50
+ - 322c5bc: Simulated release
51
+ - a6f49e9: Intermediary links in oac
52
+ - a6f49e9: Fix Maker Rid Generation
53
+ - 04fe946: Use block data type for imports
54
+
55
+ ## 2.5.0-rc.15
56
+
25
57
  ## 2.5.0-beta.14
26
58
 
27
59
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable",
3
- "version": "2.6.0-beta.9",
3
+ "version": "2.6.0-rc.14",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",