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

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