Skip to content

Commit

Permalink
Version Packages (beta) (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Nov 7, 2024
1 parent b8a1a58 commit 6ff0457
Show file tree
Hide file tree
Showing 55 changed files with 188 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,14 @@
"quick-buttons-pull",
"quiet-jobs-return",
"quiet-windows-teach",
"rare-brooms-move",
"rare-jobs-attend",
"red-keys-allow",
"rude-balloons-brake",
"selfish-badgers-obey",
"selfish-moles-divide",
"selfish-suits-thank",
"seven-knives-hug",
"shiny-bananas-knock",
"short-bikes-fold",
"shy-bees-fly",
Expand All @@ -122,6 +125,7 @@
"soft-ligers-film",
"spicy-fishes-matter",
"spicy-weeks-drum",
"spotty-feet-beg",
"sweet-ants-pull",
"thick-coins-wink",
"thirty-falcons-crash",
Expand All @@ -131,6 +135,8 @@
"tiny-oranges-grow",
"two-geckos-care",
"two-gifts-decide",
"weak-frogs-fold",
"wild-flies-yell",
"wild-moles-call"
]
}
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @osdk/api

## 2.1.0-beta.7

### Minor Changes

- 27866a8: Removing interface argument for selecting object types. This is not supported in the new apis, and is not being used internally anywhere with the old apis.
- 31e7d70: Fixes extra generic

## 2.1.0-beta.6

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

## 0.25.0-beta.7

### Minor Changes

- 9018dc2: Updating platform api dependencies.

### Patch Changes

- Updated dependencies [9018dc2]
- @osdk/generator@2.1.0-beta.7
- @osdk/cli[email protected]

## 0.25.0-beta.6

### Minor 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.25.0-beta.6",
"version": "0.25.0-beta.7",
"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.25.0-beta.7

## 0.25.0-beta.6

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

## 0.25.0-beta.7

## 0.25.0-beta.6

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

## 2.1.0-beta.7

### Patch Changes

- Updated dependencies [27866a8]
- Updated dependencies [31e7d70]
- @osdk/api@2.1.0-beta.7

## 2.1.0-beta.6

### Minor 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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
17 changes: 17 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @osdk/client

## 2.1.0-beta.7

### Minor Changes

- 27866a8: Removing interface argument for selecting object types. This is not supported in the new apis, and is not being used internally anywhere with the old apis.
- 0cd1603: Fixes AttachmentUpload for browser contexts
- 9018dc2: Updating platform api dependencies.

### Patch Changes

- Updated dependencies [27866a8]
- Updated dependencies [9018dc2]
- Updated dependencies [31e7d70]
- @osdk/api@2.1.0-beta.7
- @osdk/generator-converters@2.1.0-beta.7
- @osdk/client[email protected]

## 2.1.0-beta.6

### Minor 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.1.0-beta.6",
"version": "2.1.0-beta.7",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"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.1.0-beta.7

## 2.1.0-beta.6

### Minor Changes
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.1.0-beta.6",
"version": "2.1.0-beta.7",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/example-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/example-generator

## 0.9.0-beta.6

### Patch Changes

- @osdk/create-app@2.1.0-beta.7

## 0.9.0-beta.5

### Minor Changes
Expand Down
Loading

0 comments on commit 6ff0457

Please sign in to comment.