Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
styu committed Nov 26, 2024
1 parent 776ae5d commit 7db18dd
Show file tree
Hide file tree
Showing 65 changed files with 201 additions and 33 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@
"@osdk/widget-client.unstable": "0.0.0",
"@osdk/widget-manifest-vite-plugin": "0.0.0",
"@osdk/e2e.sandbox.todowidget": "0.1.0-beta.1",
"@osdk/react": "0.2.1"
"@osdk/react": "0.2.1",
"@osdk/examples.widget-react-sdk-2.x": "0.0.0",
"@osdk/create-widget": "0.0.0",
"@osdk/create-widget.template.react.v2": "0.0.0"
},
"changesets": [
"blue-tips-heal",
Expand All @@ -95,6 +98,7 @@
"eighty-bulldogs-sniff",
"eighty-kangaroos-sing",
"eleven-kids-battle",
"eleven-pants-trade",
"empty-poems-hug",
"famous-terms-attend",
"fast-garlics-stare",
Expand All @@ -103,6 +107,7 @@
"fifty-maps-sniff",
"fifty-wombats-hunt",
"fluffy-carpets-sort",
"forty-ligers-scream",
"four-boxes-drum",
"gold-badgers-tell",
"great-shoes-dream",
Expand Down Expand Up @@ -159,6 +164,7 @@
"spicy-fishes-matter",
"spotty-feet-beg",
"sweet-ants-pull",
"sweet-dryers-build",
"tasty-rats-sparkle",
"thick-coins-wink",
"thirty-falcons-crash",
Expand Down
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.1.0-beta.15

## 2.1.0-beta.14

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

### Patch Changes

- @osdk/generator@2.1.0-beta.15
- @osdk/cli[email protected]

## 0.25.0-beta.14

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

## 0.25.0-beta.14

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

## 0.25.0-beta.14

## 0.25.0-beta.13
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.14",
"version": "0.25.0-beta.15",
"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.1.0-beta.15

### Patch Changes

- @osdk/api@2.1.0-beta.15

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.15

### Minor Changes

- 1c59d93: Allows interfaces to be used with subscribe

### Patch Changes

- @osdk/api@2.1.0-beta.15
- @osdk/client[email protected]
- @osdk/generator-converters@2.1.0-beta.15

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

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

## 2.1.0-beta.14

## 2.1.0-beta.13
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.14",
"version": "2.1.0-beta.15",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/create-widget.template.react.v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @osdk/create-widget.template.react.v2

## 0.2.0-beta.0

### Minor Changes

- 776ae5d: Initial create widget CLI

### Patch Changes

- Updated dependencies [1c59d93]
- Updated dependencies [e4839b9]
- @osdk/client@2.1.0-beta.15
- @osdk/widget-client[email protected]
- @osdk/widget-client-react[email protected]
2 changes: 1 addition & 1 deletion packages/create-widget.template.react.v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/create-widget.template.react.v2",
"private": true,
"version": "0.0.0",
"version": "0.2.0-beta.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 7db18dd

Please sign in to comment.