Skip to content

Commit

Permalink
Version Packages (beta) (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalbhatnagar authored Oct 17, 2024
1 parent a06ec35 commit 79fecf4
Show file tree
Hide file tree
Showing 31 changed files with 171 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
"@osdk/create-app.template.tutorial-todo-app.beta": "0.20.0-beta.0"
},
"changesets": [
"brown-seas-burn",
"cool-pugs-do",
"curvy-cups-check",
"cyan-suns-study",
"dirty-lions-drive",
"famous-terms-attend",
"few-apes-visit",
"few-gifts-rule",
Expand All @@ -82,6 +86,7 @@
"old-clouds-wink",
"orange-pigs-pretend",
"pretty-pumpkins-wave",
"quiet-jobs-return",
"selfish-badgers-obey",
"selfish-moles-divide",
"selfish-suits-thank",
Expand All @@ -91,9 +96,11 @@
"smart-garlics-pretend",
"soft-boats-eat",
"spicy-fishes-matter",
"spicy-weeks-drum",
"sweet-ants-pull",
"thick-coins-wink",
"three-gifts-leave",
"tiny-oranges-grow",
"two-geckos-care",
"two-gifts-decide"
]
Expand Down
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.3

### Minor Changes

- 05febf4: Adds Reference Update support in subscribe
- b79becf: Modify return type for fetch single on links.

## 2.1.0-beta.2

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

## 0.25.0-beta.3

### Minor Changes

- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [3703d81]
- Updated dependencies [09eaf24]
- @osdk/shared[email protected]
- @osdk/generator@2.1.0-beta.3
- @osdk/cli[email protected]

## 0.25.0-beta.2

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

## 0.25.0-beta.2

## 0.25.0-beta.1
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.2",
"version": "0.25.0-beta.3",
"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.3

## 0.25.0-beta.2

## 0.25.0-beta.1
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.2",
"version": "0.25.0-beta.3",
"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.3

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [b79becf]
- @osdk/api@2.1.0-beta.3

## 2.1.0-beta.2

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

## 2.1.0-beta.2

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

## 2.1.0-beta.3

### Minor Changes

- 05febf4: Adds Reference Update support in subscribe
- a06ec35: Fixes the lastFetchedValue on a Geotime Series property from reference updates
- 3703d81: Changed shared context to a version less error prone
- 6f50516: Fix bug where object return types in a query were not properly mapped when wrapped in a struct.
- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [3703d81]
- Updated dependencies [b79becf]
- Updated dependencies [09eaf24]
- @osdk/api@2.1.0-beta.3
- @osdk/shared[email protected]
- @osdk/generator-converters@2.1.0-beta.3
- @osdk/client[email protected]

## 2.1.0-beta.2

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

## 2.1.0-beta.3

### Minor Changes

- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [b79becf]
- @osdk/api@2.1.0-beta.3

## 2.1.0-beta.2

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

## 2.1.0-beta.3

### Minor Changes

- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [b79becf]
- Updated dependencies [09eaf24]
- @osdk/api@2.1.0-beta.3
- @osdk/generator-converters@2.1.0-beta.3

## 2.1.0-beta.2

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

## 0.9.0-beta.3

### Minor Changes

- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [b79becf]
- @osdk/api@2.1.0-beta.3

## 0.9.0-beta.2

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

## 1.1.0-beta.0

### Minor Changes

- 3703d81: Changed shared context to a version less error prone

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared.client.impl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/shared.client.impl",
"version": "1.0.0",
"version": "1.1.0-beta.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared.net.platformapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/shared.net.platformapi

## 0.4.0-beta.0

### Minor Changes

- 3678e99: Using new dependency for shared client.

## 0.3.0

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

## 2.1.0-beta.0

### Minor Changes

- 3703d81: Changed shared context to a version less error prone

### Patch Changes

- Updated dependencies [3703d81]
- @osdk/shared[email protected]

## 2.0.0

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

## 2.1.0-beta.3

### Minor Changes

- 6f50516: Fix bug where object return types in a query were not properly mapped when wrapped in a struct.
- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [b79becf]
- @osdk/api@2.1.0-beta.3

## 2.1.0-beta.2

### 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": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"description": "",
"access": "private",
"license": "Apache-2.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/tmp-foundry-sdk-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @osdk/foundry-sdk-generator

## 2.1.0-beta.3

### Minor Changes

- 09eaf24: Update to latest platform sdks

### Patch Changes

- Updated dependencies [05febf4]
- Updated dependencies [a06ec35]
- Updated dependencies [3703d81]
- Updated dependencies [6f50516]
- Updated dependencies [b79becf]
- Updated dependencies [09eaf24]
- @osdk/client@2.1.0-beta.3
- @osdk/api@2.1.0-beta.3
- @osdk/shared[email protected]
- @osdk/generator@2.1.0-beta.3

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tmp-foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/tmp-foundry-sdk-generator",
"version": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down

0 comments on commit 79fecf4

Please sign in to comment.