Skip to content

Commit

Permalink
Cherry pick #331 to temporary release/cli branch (#341) (#342)
Browse files Browse the repository at this point in the history
* Update tutorial template to not use any OSDK types (#331)

* Update templates logic to not depend on imported types

* Update tutorial generated example

* Remove usage of any and use Mock types

* Remove remaining any

* Undo changes to export Tutorial types and mutate imports for one.dot.one

* changeset

* Update generated Ontology

* Remove MockTask.name

* Update old usage of name

* Change from .hbs to normal ts files

* Fix lint

* lint

* Remove project

* Bump version

---------

Co-authored-by: Zeyad Abuamer <[email protected]>
  • Loading branch information
ericanderson and zeyadkhaled authored May 21, 2024
1 parent 7c72eb9 commit e054c23
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-spoons-hang.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @osdk/create-app

## 0.16.0

### Minor Changes

- 82e333d: Make tutorial app not depend on OSDK imports

## 0.15.0

### Minor Changes
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": "0.15.0",
"version": "0.16.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/example-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @osdk/example-generator

## 0.5.0

### Minor Changes

- 82e333d: Make tutorial app not depend on OSDK imports

### Patch Changes

- Updated dependencies [82e333d]
- @osdk/create-app@0.16.0

## 0.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@osdk/example-generator",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit e054c23

Please sign in to comment.