@osdk/client.unstable 2.2.0-rc.26 → 2.2.1

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.2.1
4
+
5
+ ## 2.2.0
6
+
7
+ ### Patch Changes
8
+
9
+ - 322c5bc: Simulated release
10
+ - 6eeb423: Simple create and modify actions for interfaces
11
+ - a08bdfb: Support stream datasources in OAC
12
+ - 10da391: Links as Code
13
+ - 6ac8f0b: api bump
14
+ - 5e8e839: Bump OMS API to include links in ontology IR
15
+ - 889e84b: Release
16
+ - ed69666: Update conjure-lite to 0.7.1
17
+ - 395ae07: Actions as code
18
+ - 37f8e60: api bump for concrete actions
19
+ - 317b555: Release
20
+
3
21
  ## 2.2.0-rc.26
4
22
 
5
23
  ## 2.2.0-rc.25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable",
3
- "version": "2.2.0-rc.26",
3
+ "version": "2.2.1",
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.1.0-beta.1",
35
- "@osdk/monorepo.tsconfig": "~0.1.0-beta.1"
34
+ "@osdk/monorepo.api-extractor": "~0.1.0",
35
+ "@osdk/monorepo.tsconfig": "~0.1.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"