Skip to content

Commit

Permalink
Version Packages (beta) (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Nov 12, 2024
1 parent 0e1a2e3 commit 11cc44c
Show file tree
Hide file tree
Showing 53 changed files with 209 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"blue-tips-heal",
"brown-seas-burn",
"calm-tools-battle",
"chilly-colts-jam",
"cool-pugs-do",
"curvy-cups-check",
"cyan-suns-study",
Expand Down Expand Up @@ -109,6 +110,7 @@
"rare-brooms-move",
"rare-jobs-attend",
"red-keys-allow",
"rich-cats-jog",
"rude-balloons-brake",
"selfish-badgers-obey",
"selfish-moles-divide",
Expand All @@ -118,6 +120,7 @@
"short-bikes-fold",
"shy-bees-fly",
"shy-worms-share",
"silent-jokes-matter",
"silly-coins-rest",
"slimy-pianos-tie",
"smart-garlics-pretend",
Expand All @@ -133,9 +136,11 @@
"three-gifts-leave",
"tiny-avocados-hammer",
"tiny-oranges-grow",
"tough-toes-collect",
"two-geckos-care",
"two-gifts-decide",
"weak-frogs-fold",
"weak-rice-talk",
"wild-flies-yell",
"wild-moles-call"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/api

## 2.1.0-beta.8

### Minor Changes

- 9f3807c: Allows $in to take a readonly array

## 2.1.0-beta.7

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

## 0.25.0-beta.8

### Patch Changes

- Updated dependencies [71dfb4c]
- @osdk/generator@2.1.0-beta.8
- @osdk/cli[email protected]

## 0.25.0-beta.7

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

## 0.25.0-beta.7

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

## 0.25.0-beta.7

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

## 2.1.0-beta.8

### Minor Changes

- 71dfb4c: Now export all api shapes from client, so use that dependency instead.

### Patch Changes

- Updated dependencies [9f3807c]
- @osdk/api@2.1.0-beta.8

## 2.1.0-beta.7

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

## 2.1.0-beta.7

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

## 2.1.0-beta.8

### Minor Changes

- 9f3807c: Allows $in to take a readonly array
- 71dfb4c: Now export all api shapes from client, so use that dependency instead.

### Patch Changes

- Updated dependencies [9f3807c]
- @osdk/api@2.1.0-beta.8
- @osdk/generator-converters@2.1.0-beta.8
- @osdk/client[email protected]

## 2.1.0-beta.7

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

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app.template.next-static-export.v2

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 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,11 @@
# @osdk/create-app.template.next-static-export

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

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

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

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

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app.template.tutorial-todo-aip-app.beta

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app.template.tutorial-todo-aip-app

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app.template.tutorial-todo-app.beta

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 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,11 @@
# @osdk/create-app.template.tutorial-todo-app

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
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.7",
"version": "2.1.0-beta.8",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-app.template.vue.v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app.template.vue.v2

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

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

## 2.1.0-beta.8

### Minor Changes

- 0e1a2e3: Add the scopes option to OSDK CLI and update all example generators to include the scopes if provided, else, hide the scopes to avoid confusion

## 2.1.0-beta.7

## 2.1.0-beta.6
Expand Down
Loading

0 comments on commit 11cc44c

Please sign in to comment.