Skip to content

Commit

Permalink
Version Packages (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Jul 9, 2024
1 parent 647a812 commit c275f3d
Show file tree
Hide file tree
Showing 30 changed files with 124 additions and 36 deletions.
16 changes: 0 additions & 16 deletions .changeset/perfect-jars-provide.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { OntologyMetadata as OM } from '@osdk/api';

export type $ExpectedClientVersion = '0.16.1';
export type $ExpectedClientVersion = '0.16.2';
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' };

export interface OntologyMetadata extends OM<$ExpectedClientVersion> {}

export const OntologyMetadata: OntologyMetadata = {
expectsClientVersion: '0.16.1',
expectsClientVersion: '0.16.2',
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e',
ontologyApiName: 'default',
userAgent: 'typescript-osdk/dev osdk-cli/dev',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { OntologyMetadata as OM } from '@osdk/api';

export type $ExpectedClientVersion = '0.16.1';
export type $ExpectedClientVersion = '0.16.2';
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' };

export interface OntologyMetadata extends OM<$ExpectedClientVersion> {}

export const OntologyMetadata: OntologyMetadata = {
expectsClientVersion: '0.16.1',
expectsClientVersion: '0.16.2',
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e',
ontologyApiName: 'ontology-d097f725-ab77-46cf-83c0-e3cb9186bff1',
userAgent: 'typescript-osdk/dev osdk-cli/dev',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { OntologyMetadata as OM } from '@osdk/api';

export type $ExpectedClientVersion = '0.16.1';
export type $ExpectedClientVersion = '0.16.2';
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' };

export interface OntologyMetadata extends OM<$ExpectedClientVersion> {}

export const OntologyMetadata: OntologyMetadata = {
expectsClientVersion: '0.16.1',
expectsClientVersion: '0.16.2',
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e',
ontologyApiName: 'ontology-d097f725-ab77-46cf-83c0-e3cb9186bff1',
userAgent: 'typescript-osdk/dev osdk-cli/dev',
Expand Down
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @osdk/api

## 1.7.1

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/shared[email protected]

## 1.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/api",
"version": "1.7.0",
"version": "1.7.1",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli.cmd.typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @osdk/cli.cmd.typescript

## 0.1.2

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/shared[email protected]
- @osdk/generator@1.10.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli.cmd.typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/cli.cmd.typescript",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @osdk/cli

## 0.18.2

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/shared[email protected]
- @osdk/generator@1.10.2
- @osdk/api@1.7.1

## 0.18.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/cli",
"version": "0.18.1",
"version": "0.18.2",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @osdk/client

## 0.16.2

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/generator-converters@0.5.1
- @osdk/shared[email protected]
- @osdk/api@1.7.1

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/client",
"version": "0.16.1",
"version": "0.16.2",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface Client {
}

// BEGIN: THIS IS GENERATED CODE. DO NOT EDIT.
const MaxOsdkVersion = "0.16.1";
const MaxOsdkVersion = "0.16.2";
// END: THIS IS GENERATED CODE. DO NOT EDIT.
export type MaxOsdkVersion = typeof MaxOsdkVersion;
const ErrorMessage = Symbol("ErrorMessage");
10 changes: 10 additions & 0 deletions packages/foundry-sdk-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @osdk/foundry-sdk-generator

## 1.1.3

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/legacy-client@2.2.3
- @osdk/generator@1.10.2
- @osdk/api@1.7.1

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry-sdk-generator",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/generator-converters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @osdk/generator-converters

## 0.5.1

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/api@1.7.1

## 0.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/generator-converters",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @osdk/generator

## 1.10.2

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/generator-converters@0.5.1
- @osdk/api@1.7.1

## 1.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/generator",
"version": "1.10.1",
"version": "1.10.2",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/src/v2.0/generateMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { formatTs } from "../util/test/formatTs";
import type { WireOntologyDefinition } from "../WireOntologyDefinition";

// BEGIN: THIS IS GENERATED CODE. DO NOT EDIT.
const ExpectedOsdkVersion = "0.16.1";
const ExpectedOsdkVersion = "0.16.2";
// END: THIS IS GENERATED CODE. DO NOT EDIT.

export async function generateOntologyMetadataFile(
Expand Down
9 changes: 9 additions & 0 deletions packages/legacy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @osdk/legacy-client

## 2.2.3

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/shared[email protected]
- @osdk/api@1.7.1

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/legacy-client",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/maker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @osdk/maker

## 0.5.1

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/api@1.7.1

## 0.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/maker",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/omniapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @osdk/omniapi

## 0.1.1

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/shared[email protected]
- @osdk/api@1.7.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/omniapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/omniapi",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared.net/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/shared.net

## 1.10.1

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared.net/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/shared.net",
"version": "1.10.0",
"version": "1.10.1",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared.test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @osdk/shared.test

## 1.3.2

### Patch Changes

- 647a812: Change all internal dependencies to be tilde not caret
- Updated dependencies [647a812]
- @osdk/api@1.7.1

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared.test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/shared.test",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"access": "private",
"license": "Apache-2.0",
Expand Down

0 comments on commit c275f3d

Please sign in to comment.