@osdk/client.unstable 2.7.0-rc.15 → 2.8.0-beta.2

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 +2 -14
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,10 @@
1
1
  # @osdk/client.unstable
2
2
 
3
- ## 2.7.0-rc.15
3
+ ## 2.8.0-beta.2
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - e462938: Support PSGs in OAC
8
- - 31cd835: Revert beta changes
9
8
 
10
9
  ## 2.7.0-beta.14
11
10
 
@@ -38,17 +37,6 @@
38
37
 
39
38
  ## 2.7.0-beta.2
40
39
 
41
- ## 2.6.0
42
-
43
- ### Patch Changes
44
-
45
- - 322c5bc: Simulated release
46
- - 7fd788b: Support derived properties
47
- - af4f3bf: Remove the following features for RC:
48
- - Property formatting
49
- - Branching
50
- - Constant RDPs
51
-
52
40
  ## 2.6.0-beta.13
53
41
 
54
42
  ## 2.6.0-beta.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable",
3
- "version": "2.7.0-rc.15",
3
+ "version": "2.8.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "~5.5.4",
34
- "@osdk/monorepo.tsconfig": "~0.6.0-beta.1",
35
- "@osdk/monorepo.api-extractor": "~0.6.0-beta.1"
34
+ "@osdk/monorepo.api-extractor": "~0.7.0-beta.1",
35
+ "@osdk/monorepo.tsconfig": "~0.7.0-beta.1"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"