@osdk/generator-utils 2.7.1 → 2.8.0-beta.10

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 +11 -18
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,22 @@
1
1
  # @osdk/generator-utils
2
2
 
3
- ## 2.7.1
3
+ ## 2.8.0-beta.10
4
4
 
5
- ## 2.7.0
5
+ ## 2.8.0-beta.9
6
6
 
7
- ### Patch Changes
7
+ ## 2.8.0-beta.8
8
8
 
9
- - 322c5bc: Simulated release
10
- - 31cd835: Revert beta changes
9
+ ## 2.8.0-beta.7
11
10
 
12
- ## 2.7.0-rc.15
11
+ ## 2.8.0-beta.6
13
12
 
14
- ### Patch Changes
13
+ ## 2.8.0-beta.5
14
+
15
+ ## 2.8.0-beta.4
16
+
17
+ ## 2.8.0-beta.3
15
18
 
16
- - 31cd835: Revert beta changes
19
+ ## 2.8.0-beta.2
17
20
 
18
21
  ## 2.7.0-beta.14
19
22
 
@@ -41,16 +44,6 @@
41
44
 
42
45
  ## 2.7.0-beta.2
43
46
 
44
- ## 2.6.0
45
-
46
- ### Patch Changes
47
-
48
- - 322c5bc: Simulated release
49
- - af4f3bf: Remove the following features for RC:
50
- - Property formatting
51
- - Branching
52
- - Constant RDPs
53
-
54
47
  ## 2.6.0-beta.13
55
48
 
56
49
  ## 2.6.0-beta.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-utils",
3
- "version": "2.7.1",
3
+ "version": "2.8.0-beta.10",
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.api-extractor": "~0.6.0",
39
- "@osdk/monorepo.tsconfig": "~0.6.0"
38
+ "@osdk/monorepo.api-extractor": "~0.7.0-beta.1",
39
+ "@osdk/monorepo.tsconfig": "~0.7.0-beta.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"