Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually restore omni versions and prevent future issues #539

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
- @osdk/[email protected]

## 3.0.0-beta.0

### Patch Changes

- Updated dependencies [2deb4d9]
- Updated dependencies [e54f413]
- Updated dependencies [6387a92]
- Updated dependencies [651c1b8]
- @osdk/[email protected]
- @osdk/[email protected]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing changelogs that don't matter

## 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",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restoring version back to 2.0.0 so we don't ship this as 3.0.0 when we version next

"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/[email protected]
- @osdk/[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/[email protected]

## 3.0.0-beta.0

### Patch Changes

- @osdk/[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/[email protected]
- @osdk/[email protected]
- @osdk/[email protected]
- @osdk/[email protected]

## 3.0.0-beta.0

### Patch Changes

- @osdk/[email protected]
- @osdk/[email protected]
- @osdk/[email protected]
- @osdk/[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": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't generate with peer deps for new packages of the platform sdk

"@osdk/api": "workspace:~",
"@osdk/client": "workspace:~",
"@osdk/shared.net": "workspace:~",
},
"devDependencies": {
"typescript": "^5.4.5",
},
Expand Down
18 changes: 0 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading