@osdk/client.unstable.tpsa 0.8.0 → 0.9.0-rc.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 +4 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,16 @@
1
1
  # @osdk/client.unstable.tpsa
2
2
 
3
- ## 0.8.0
3
+ ## 0.9.0-rc.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 322c5bc: Simulated release
8
- - af4f3bf: Remove the following features for RC:
9
- - Property formatting
10
- - Branching
11
- - Constant RDPs
7
+ - 31cd835: Revert beta changes
12
8
 
13
- ## 0.8.0-rc.2
9
+ ## 0.8.0
14
10
 
15
11
  ### Patch Changes
16
12
 
13
+ - 322c5bc: Simulated release
17
14
  - af4f3bf: Remove the following features for RC:
18
15
  - Property formatting
19
16
  - Branching
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable.tpsa",
3
- "version": "0.8.0",
3
+ "version": "0.9.0-rc.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.api-extractor": "~0.5.0",
35
- "@osdk/monorepo.tsconfig": "~0.5.0"
34
+ "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
35
+ "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"