Skip to content

Commit

Permalink
Manually restore omni versions and prevent future issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jul 29, 2024
1 parent 0e931a4 commit 76808f0
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 83 deletions.
19 changes: 0 additions & 19 deletions packages/foundry.admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# @osdk/foundry.admin

## 3.0.0-beta.1

### Patch Changes

- Updated dependencies [f91cd58]
- @osdk/client@0.21.0-beta.1
- @osdk/foundry[email protected]

## 3.0.0-beta.0

### Patch Changes

- Updated dependencies [2deb4d9]
- Updated dependencies [e54f413]
- Updated dependencies [6387a92]
- Updated dependencies [651c1b8]
- @osdk/client@0.21.0-beta.0
- @osdk/foundry[email protected]

## 2.0.0

### Minor Changes
Expand Down
7 changes: 1 addition & 6 deletions packages/foundry.admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry.admin",
"version": "3.0.0-beta.1",
"version": "2.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,6 @@
"@osdk/shared.client": "workspace:~",
"@osdk/shared.net.platformapi": "workspace:~"
},
"peerDependencies": {
"@osdk/api": "workspace:~",
"@osdk/client": "workspace:~",
"@osdk/shared.net": "workspace:~"
},
"devDependencies": {
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
Expand Down
4 changes: 0 additions & 4 deletions packages/foundry.core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @osdk/foundry.core

## 3.0.0-beta.1

## 3.0.0-beta.0

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry.core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry.core",
"version": "3.0.0-beta.1",
"version": "2.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 0 additions & 10 deletions packages/foundry.datasets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @osdk/foundry.datasets

## 3.0.0-beta.1

### Patch Changes

- Updated dependencies [f91cd58]
- @osdk/client@0.21.0-beta.1
- @osdk/foundry[email protected]

## 3.0.0-beta.0

### Patch Changes

- Updated dependencies [2deb4d9]
Expand Down
7 changes: 1 addition & 6 deletions packages/foundry.datasets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry.datasets",
"version": "3.0.0-beta.1",
"version": "2.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,6 @@
"@osdk/shared.client": "workspace:~",
"@osdk/shared.net.platformapi": "workspace:~"
},
"peerDependencies": {
"@osdk/api": "workspace:~",
"@osdk/client": "workspace:~",
"@osdk/shared.net": "workspace:~"
},
"devDependencies": {
"@osdk/monorepo.api-extractor": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
Expand Down
12 changes: 0 additions & 12 deletions packages/foundry.thirdpartyapplications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @osdk/foundry.thirdpartyapplications

## 3.0.0-beta.1

### Patch Changes

- @osdk/foundry[email protected]

## 3.0.0-beta.0

### Patch Changes

- @osdk/foundry[email protected]

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry.thirdpartyapplications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry.thirdpartyapplications",
"version": "3.0.0-beta.1",
"version": "2.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
18 changes: 0 additions & 18 deletions packages/foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
# @osdk/foundry

## 3.0.0-beta.1

### Patch Changes

- @osdk/foundry[email protected]
- @osdk/foundry[email protected]
- @osdk/foundry[email protected]
- @osdk/foundry[email protected]

## 3.0.0-beta.0

### Patch Changes

- @osdk/foundry[email protected]
- @osdk/foundry[email protected]
- @osdk/foundry[email protected]
- @osdk/foundry[email protected]

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry",
"version": "3.0.0-beta.1",
"version": "2.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions packages/platform-sdk-generator/src/generatePlatformSdkv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ const BASE_PACKAGE_JSON = {
"typecheck": "tsc-absolute",
},
"dependencies": {},
"peerDependencies": {
"@osdk/api": "workspace:~",
"@osdk/client": "workspace:~",
"@osdk/shared.net": "workspace:~",
},
"devDependencies": {
"typescript": "^5.4.5",
},
Expand Down

0 comments on commit 76808f0

Please sign in to comment.