Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tzyl committed Dec 12, 2024
1 parent a429201 commit 84c9841
Show file tree
Hide file tree
Showing 62 changed files with 134 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-toes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-spiders-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-fans-destroy.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type $ExpectedClientVersion = '2.0.10';
export type $ExpectedClientVersion = '2.0.11';
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' };

export const $ontologyRid = 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e';
2 changes: 2 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/api

## 2.0.11

## 2.0.10

### 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": "2.0.10",
"version": "2.0.11",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli.cmd.typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @osdk/cli.cmd.typescript

## 0.24.11

### Patch Changes

- @osdk/generator@2.0.11
- @osdk/cli[email protected]

## 0.24.10

### 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.24.10",
"version": "0.24.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli.common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/cli.common

## 0.24.11

## 0.24.10

## 0.24.9
Expand Down
2 changes: 1 addition & 1 deletion packages/cli.common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/cli.common",
"private": true,
"version": "0.24.10",
"version": "0.24.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @osdk/cli

## 0.24.11

### Patch Changes

- a429201: Support site snapshot upload
- a429201: Site version and file limit custom error message and tips

## 0.24.10

### 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.24.10",
"version": "0.24.11",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/client.test.ontology/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/client.test.ontology

## 2.0.11

### Patch Changes

- @osdk/api@2.0.11

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client.test.ontology/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/client.test.ontology",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/client.unstable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/client.unstable

## 2.0.11

## 2.0.10

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

## 2.0.11

### Patch Changes

- c0b8206: Adds methods to extract date strings from Dates and ISO-8601 strings
- @osdk/api@2.0.11
- @osdk/client[email protected]
- @osdk/generator-converters@2.0.11

## 2.0.10

### 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": "2.0.10",
"version": "2.0.11",
"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 @@ -93,7 +93,7 @@ export interface Client extends SharedClient, OldSharedClient {
export const additionalContext = Symbol("additionalContext");

// BEGIN: THIS IS GENERATED CODE. DO NOT EDIT.
const MaxOsdkVersion = "2.0.10";
const MaxOsdkVersion = "2.0.11";
// END: THIS IS GENERATED CODE. DO NOT EDIT.
export type MaxOsdkVersion = typeof MaxOsdkVersion;
const ErrorMessage = Symbol("ErrorMessage");
2 changes: 2 additions & 0 deletions packages/create-app.template-packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template-packager

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template-packager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template-packager",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.next-static-export.v2

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.next-static-export.v2",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.next-static-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.next-static-export

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.next-static-export",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.react.beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.react

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.react.beta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.react.beta",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.react

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.react",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.tutorial-todo-aip-app.beta

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.tutorial-todo-aip-app.beta",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.tutorial-todo-aip-app

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.tutorial-todo-aip-app",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.tutorial-todo-app.beta

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.tutorial-todo-app.beta",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.tutorial-todo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.tutorial-todo-app

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.tutorial-todo-app",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.vue.v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.vue.v2

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.vue.v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.vue.v2",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app.template.vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app.template.vue

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-app.template.vue",
"private": true,
"version": "2.0.10",
"version": "2.0.11",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @osdk/create-app

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/create-app",
"version": "2.0.10",
"version": "2.0.11",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type $ExpectedClientVersion = '2.0.10';
export type $ExpectedClientVersion = '2.0.11';
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' };

export const $ontologyRid = 'ri.ontology.main.ontology.dep';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type $ExpectedClientVersion = '2.0.10';
export type $ExpectedClientVersion = '2.0.11';
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' };

export const $ontologyRid = 'ri.ontology.main.ontology.dep';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type $ExpectedClientVersion = '2.0.10';
export type $ExpectedClientVersion = '2.0.11';
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' };

export const $ontologyRid = 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e';
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type $ExpectedClientVersion = '2.0.10';
export type $ExpectedClientVersion = '2.0.11';
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' };

export const $ontologyRid = 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e';
Loading

0 comments on commit 84c9841

Please sign in to comment.