-
Notifications
You must be signed in to change notification settings - Fork 17
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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] | ||
|
||
## 2.0.0 | ||
|
||
### Minor Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@osdk/foundry.admin", | ||
"version": "3.0.0-beta.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
@@ -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:~", | ||
|
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 | ||
|
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] | ||
|
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 | ||
|
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 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,11 +224,6 @@ const BASE_PACKAGE_JSON = { | |
"typecheck": "tsc-absolute", | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
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