@osdk/generator-utils 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 +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @osdk/generator-utils
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
@@ -18,6 +37,18 @@
18
37
 
19
38
  ## 2.5.0-beta.15
20
39
 
40
+ ## 2.5.2
41
+
42
+ ## 2.5.1
43
+
44
+ ## 2.5.0
45
+
46
+ ### Patch Changes
47
+
48
+ - 322c5bc: Simulated release
49
+
50
+ ## 2.5.0-rc.15
51
+
21
52
  ## 2.5.0-beta.14
22
53
 
23
54
  ## 2.5.0-beta.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-utils",
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",
@@ -35,8 +35,8 @@
35
35
  "@types/tmp": "^0.2.6",
36
36
  "tmp": "^0.2.5",
37
37
  "typescript": "~5.5.4",
38
- "@osdk/monorepo.tsconfig": "~0.5.0-beta.1",
39
- "@osdk/monorepo.api-extractor": "~0.5.0-beta.1"
38
+ "@osdk/monorepo.api-extractor": "~0.5.0-beta.1",
39
+ "@osdk/monorepo.tsconfig": "~0.5.0-beta.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"