Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Jul 18, 2024
1 parent fee51a3 commit 9d14a06
Show file tree
Hide file tree
Showing 83 changed files with 579 additions and 46 deletions.
24 changes: 23 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,17 @@
"@osdk/tests.verify-fallback-package-v2": "0.0.3",
"@osdk/examples.tutorial-todo-aip-app": "0.0.0",
"@osdk/client.unstable": "0.0.0",
"@osdk/client.unstable.osw": "0.0.0"
"@osdk/client.unstable.osw": "0.0.0",
"@osdk/create-app.template-packager": "0.0.0",
"@osdk/create-app.template.next-static-export": "0.17.0-beta.2",
"@osdk/create-app.template.react": "0.17.0-beta.2",
"@osdk/create-app.template.tutorial-todo-aip-app": "0.17.0-beta.2",
"@osdk/create-app.template.tutorial-todo-app": "0.17.0-beta.2",
"@osdk/create-app.template.vue": "0.17.0-beta.2",
"@osdk/e2e.sandbox.todoapp": "0.0.10",
"@osdk/monorepo.api-extractor": "0.0.0",
"@osdk/monorepo.cspell": "0.0.0",
"@osdk/monorepo.tsconfig": "0.0.0"
},
"changesets": [
"calm-pillows-collect",
Expand All @@ -70,43 +80,55 @@
"eight-hats-joke",
"fast-parents-learn",
"four-ways-add",
"funny-days-sneeze",
"gentle-hairs-decide",
"great-geese-fail",
"green-chefs-speak",
"healthy-nails-relax",
"itchy-radios-own",
"khaki-plants-sort",
"large-ads-listen",
"lazy-jobs-attend",
"lazy-tools-hear",
"lovely-mice-beg",
"moody-bats-hear",
"moody-crews-ring",
"nervous-parrots-admire",
"nervous-pets-return",
"new-points-sing",
"ninety-avocados-unite",
"odd-hornets-protect",
"old-kiwis-marry",
"orange-icons-battle",
"pink-insects-itch",
"plenty-berries-add",
"plenty-peaches-scream",
"pretty-cherries-hunt",
"pretty-dingos-smash",
"purple-cameras-invite",
"purple-pots-fold",
"purple-trainers-laugh",
"quiet-cars-hear",
"rare-timers-care",
"rotten-lamps-protect",
"rotten-shirts-cross",
"serious-camels-rest",
"serious-glasses-try",
"sharp-penguins-double",
"shy-cougars-remain",
"sixty-rules-attend",
"smart-feet-chew",
"spicy-roses-compete",
"strange-dots-leave",
"tame-wolves-juggle",
"tasty-kiwis-attack",
"thin-eggs-prove",
"tough-hats-push",
"unlucky-moose-lay",
"unlucky-wombats-switch",
"weak-dragons-wonder",
"wild-plums-yell",
"wild-shrimps-join",
"young-fireants-repair"
]
}
13 changes: 13 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @osdk/api

## 1.9.0-beta.1

### Minor Changes

- 3ec7c38: Add support for queries in 2.0
- bc89b62: Spelling fixes and spell check in CI

### Patch Changes

- Updated dependencies [bc89b62]
- @osdk/shared[email protected]
- @osdk/gateway@2.4.0-beta.0

## 1.9.0-beta.0

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

## 0.4.0-beta.2

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI

### Patch Changes

- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- Updated dependencies [116d848]
- @osdk/generator@1.12.0-beta.2
- @osdk/cli[email protected]
- @osdk/shared[email protected]
- @osdk/gateway@2.4.0-beta.0

## 0.4.0-beta.1

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

## 0.3.0-beta.0

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI

## 0.2.0

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

## 0.22.0-beta.2

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI

### Patch Changes

- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- Updated dependencies [116d848]
- @osdk/generator@1.12.0-beta.2
- @osdk/api@1.9.0-beta.1
- @osdk/shared[email protected]
- @osdk/gateway@2.4.0-beta.0

## 0.22.0-beta.1

### 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.22.0-beta.1",
"version": "0.22.0-beta.2",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/client.api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @osdk/client.api

## 0.20.0-beta.4

### Minor Changes

- 3ec7c38: Add support for queries in 2.0
- bc89b62: Spelling fixes and spell check in CI

### Patch Changes

- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- @osdk/api@1.9.0-beta.1

## 0.20.0-beta.3

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client.api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/client.api",
"version": "0.20.0-beta.3",
"version": "0.20.0-beta.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/client.test.ontology/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @osdk/client.test.ontology

## 1.0.0-beta.4

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI

### Patch Changes

- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- @osdk/client[email protected]
- @osdk/api@1.9.0-beta.1

## 1.0.0-beta.3

### 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": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/client.unstable.osw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @osdk/client.unstable.osw

## 0.1.0-beta.0

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI
2 changes: 1 addition & 1 deletion packages/client.unstable.osw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/client.unstable.osw",
"version": "0.0.0",
"version": "0.1.0-beta.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/client.unstable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @osdk/client.unstable

## 0.1.0-beta.0

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI
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": "0.0.0",
"version": "0.1.0-beta.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @osdk/client

## 0.20.0-beta.4

### Minor Changes

- 7afa226: Fix action params that take objects to correctly parse out primary key.
- 3ec7c38: Add support for queries in 2.0
- 4824449: Fix asyncIter to fetch subsequent pages
- bc89b62: Spelling fixes and spell check in CI
- a92e032: ClientCache now uses a key field as the cache key instead of the entire client

### Patch Changes

- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- @osdk/client[email protected]
- @osdk/api@1.9.0-beta.1
- @osdk/generator-converters@0.7.0-beta.1
- @osdk/client[email protected]
- @osdk/shared[email protected]
- @osdk/shared[email protected]
- @osdk/shared[email protected]
- @osdk/client[email protected]

## 0.20.0-beta.3

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

## 0.17.0-beta.4

### Minor Changes

- bc89b62: Spelling fixes and spell check in CI

## 0.17.0-beta.3

### 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": "0.17.0-beta.3",
"version": "0.17.0-beta.4",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/e2e.generated.1.1.x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @osdk/e2e.generated.1.1.x

## 0.1.0-beta.0

### Patch Changes

- Updated dependencies [572e322]
- Updated dependencies [3ec7c38]
- Updated dependencies [bc89b62]
- Updated dependencies [116d848]
- @osdk/legacy-client@2.4.0-beta.2
- @osdk/generator@1.12.0-beta.2
- @osdk/api@1.9.0-beta.1

## 0.0.17

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/e2e.generated.1.1.x/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/e2e.generated.1.1.x",
"private": true,
"version": "0.0.17",
"version": "0.1.0-beta.0",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -37,14 +37,14 @@
"@osdk/legacy-client": "workspace:~"
},
"peerDependencies": {
"@osdk/api": "^1.9.0-beta.0",
"@osdk/legacy-client": "^2.4.0-beta.1"
"@osdk/api": "^1.9.0-beta.1",
"@osdk/legacy-client": "^2.4.0-beta.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@osdk/api": "^1.9.0-beta.0",
"@osdk/api": "^1.9.0-beta.1",
"@osdk/cli.cmd.typescript": "workspace:~",
"@osdk/legacy-client": "^2.4.0-beta.1",
"@osdk/legacy-client": "^2.4.0-beta.2",
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
Expand Down
14 changes: 14 additions & 0 deletions packages/e2e.generated.catchall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @osdk/e2e.generated.catchall

## 1.0.0-beta.0

### Patch Changes

- Updated dependencies [7afa226]
- Updated dependencies [3ec7c38]
- Updated dependencies [4824449]
- Updated dependencies [bc89b62]
- Updated dependencies [a92e032]
- @osdk/client@0.20.0-beta.4
- @osdk/client[email protected]
- @osdk/api@1.9.0-beta.1
2 changes: 1 addition & 1 deletion packages/e2e.generated.catchall/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/e2e.generated.catchall",
"private": true,
"version": "0.0.0",
"version": "1.0.0-beta.0",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit 9d14a06

Please sign in to comment.