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 25, 2024
1 parent c8bcae6 commit ec9bd64
Show file tree
Hide file tree
Showing 63 changed files with 253 additions and 35 deletions.
16 changes: 12 additions & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"@osdk/widget-client-react.unstable": "0.0.0",
"@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/e2e.sandbox.todowidget": "0.1.0-beta.1",
"@osdk/react": "0.2.1"
},
"changesets": [
"blue-tips-heal",
Expand All @@ -91,6 +92,7 @@
"dirty-lions-drive",
"dirty-snails-punch",
"dull-cherries-pay",
"eighty-bulldogs-sniff",
"eighty-kangaroos-sing",
"eleven-kids-battle",
"empty-poems-hug",
Expand All @@ -103,7 +105,9 @@
"fluffy-carpets-sort",
"four-boxes-drum",
"gold-badgers-tell",
"great-shoes-dream",
"green-kids-type",
"healthy-news-protect",
"heavy-news-study",
"hip-colts-jog",
"hip-llamas-search",
Expand All @@ -122,6 +126,8 @@
"olive-items-retire",
"orange-pigs-pretend",
"pink-eyes-trade",
"polite-hotels-hope",
"popular-forks-knock",
"pretty-pumpkins-wave",
"quick-buttons-pull",
"quiet-jobs-return",
Expand All @@ -132,6 +138,7 @@
"red-keys-allow",
"rich-cats-jog",
"rude-balloons-brake",
"rude-bears-swim",
"rude-spoons-cheer",
"selfish-badgers-obey",
"selfish-moles-divide",
Expand All @@ -144,14 +151,15 @@
"silent-dodos-talk",
"silent-jokes-matter",
"silly-coins-rest",
"six-doors-smoke",
"slimy-pianos-tie",
"smart-garlics-pretend",
"soft-boats-eat",
"soft-ligers-film",
"spicy-fishes-matter",
"spicy-weeks-drum",
"spotty-feet-beg",
"sweet-ants-pull",
"tasty-rats-sparkle",
"thick-coins-wink",
"thirty-falcons-crash",
"three-cooks-divide",
Expand All @@ -165,7 +173,7 @@
"weak-frogs-fold",
"weak-lamps-drive",
"weak-rice-talk",
"wild-flies-yell",
"wild-moles-call"
"wild-moles-call",
"witty-cats-tease"
]
}
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.14

### Minor Changes

- 0c56d21: Exposing fuzzy searching.
- 6b6c8a1: Updates gateway endpoints and changes fetchContents for attachments to return a response

## 2.1.0-beta.13

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

### Minor Changes

- 91cfa3a: Fixing url parsing for client.
- 6b6c8a1: Updates gateway endpoints and changes fetchContents for attachments to return a response

### Patch Changes

- Updated dependencies [91cfa3a]
- Updated dependencies [6b6c8a1]
- @osdk/generator@2.1.0-beta.14
- @osdk/cli[email protected]

## 0.25.0-beta.13

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

## 0.25.0-beta.13

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

## 0.25.0-beta.13

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

### Patch Changes

- Updated dependencies [0c56d21]
- Updated dependencies [6b6c8a1]
- @osdk/api@2.1.0-beta.14

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

### Minor Changes

- 0a7c747: Add support for timeseries sensors.
- 91cfa3a: Fixing url parsing for client.
- 015279b: Fix use of new interfaces api with preview flag.
- 91cfa3a: Fixing URL parsing for custom entry points.
- 0c56d21: Exposing fuzzy searching.
- 6b6c8a1: Updates gateway endpoints and changes fetchContents for attachments to return a response

### Patch Changes

- Updated dependencies [0a7c747]
- Updated dependencies [91cfa3a]
- Updated dependencies [0c56d21]
- Updated dependencies [6b6c8a1]
- @osdk/generator-converters@2.1.0-beta.14
- @osdk/api@2.1.0-beta.14
- @osdk/client[email protected]

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

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

## 2.1.0-beta.13

## 2.1.0-beta.12
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.13",
"version": "2.1.0-beta.14",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit ec9bd64

Please sign in to comment.