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

chore: release main #294

Merged
merged 5 commits into from
Dec 10, 2022
Merged

chore: release main #294

merged 5 commits into from
Dec 10, 2022

Conversation

climateinteractive-bot
Copy link
Contributor

@climateinteractive-bot climateinteractive-bot commented Dec 9, 2022

πŸ€– I have created a release beep boop

build: 0.3.0

0.3.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)
cli: 0.7.6

0.7.6 (2022-12-10)

Features

  • expose accessor functions for control parameters (#296) (a44d097), closes #295

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build bumped from ^0.2.0 to ^0.3.0
      • @sdeverywhere/compile bumped from ^0.7.2 to ^0.7.3
compile: 0.7.3

0.7.3 (2022-12-10)

Features

  • expose accessor functions for control parameters (#296) (a44d097), closes #295

Bug Fixes

  • upgrade csv-parse to 5.3.3 and update option names (#300) (71d0c8b), closes #299
create: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.2 to ^0.7.3
plugin-check: 0.3.0

0.3.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
      • @sdeverywhere/runtime-async bumped from ^0.1.0 to ^0.2.0
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.0
plugin-config: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)
  • upgrade csv-parse to 5.3.3 and update option names (#300) (71d0c8b), closes #299

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.0
@sdeverywhere/plugin-vite: 0.1.5

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.0
plugin-wasm: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.0
plugin-worker: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
      • @sdeverywhere/runtime-async bumped from ^0.1.0 to ^0.2.0
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.0
runtime: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.
  • The timeStart and timeEnd properties in the Outputs class in the @sdeverywhere/runtime package have been renamed to startTime and endTime, and there is an additional saveFreq argument for the Outputs constructor (which defaults to 1).

Bug Fixes

  • change Series.getValueAtTime to work with non-1 save frequency (ba510b0)
  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)
runtime-async: 0.2.0

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0

This PR was generated with Release Please. See documentation.

@climateinteractive-bot climateinteractive-bot force-pushed the release-please--branches--main branch 4 times, most recently from 3be34bf to 002d79f Compare December 10, 2022 02:18
@climateinteractive-bot climateinteractive-bot force-pushed the release-please--branches--main branch from 002d79f to 063857a Compare December 10, 2022 03:53
Copy link
Contributor

@chrispcampbell chrispcampbell left a comment

Choose a reason for hiding this comment

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

I had to do some manual fix-ups to deal with some bumps for things that release-please doesn't handle well (like bumps for peerDependencies), but hopefully I got them all right.

@chrispcampbell chrispcampbell merged commit a3f5790 into main Dec 10, 2022
@chrispcampbell chrispcampbell deleted the release-please--branches--main branch December 10, 2022 04:23
@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

@climateinteractive-bot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants