Skip to content

Commit

Permalink
Merge pull request #1711 from CliMA/js/patches
Browse files Browse the repository at this point in the history
bump lib versions for v0.14
  • Loading branch information
charleskawczynski authored May 2, 2024
2 parents 65f079a + ab9187b commit c038ea9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/ClimaCoreMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCoreMakie"
uuid = "908f55d8-4145-4867-9c14-5dad1a479e4d"
version = "0.4.4"
version = "0.4.5"

[compat]
ClimaCore = "0.11, 0.12, 0.13, 0.14"
Expand Down
2 changes: 1 addition & 1 deletion lib/ClimaCorePlots/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCorePlots"
uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626"
version = "0.2.8"
version = "0.2.9"

[compat]
ClimaCore = "0.11, 0.12, 0.13, 0.14"
Expand Down
2 changes: 1 addition & 1 deletion lib/ClimaCoreSpectra/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCoreSpectra"
uuid = "c2caaa1d-32ae-4754-ba0d-80e7561362e9"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.1.3"
version = "0.1.4"

[deps]
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
Expand Down
2 changes: 1 addition & 1 deletion lib/ClimaCoreTempestRemap/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCoreTempestRemap"
uuid = "d934ef94-cdd4-4710-83d6-720549644b70"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.3.14"
version = "0.3.15"

[deps]
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
Expand Down
2 changes: 1 addition & 1 deletion lib/ClimaCoreVTK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["CliMA Contributors <[email protected]>"]
name = "ClimaCoreVTK"
uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
version = "0.7.5"
version = "0.7.6"

[compat]
ClimaCore = "0.11, 0.12, 0.13, 0.14"
Expand Down

10 comments on commit c038ea9

@juliasloan25
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreMakie

@juliasloan25
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCorePlots

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/106057

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ClimaCoreMakie-v0.4.5 -m "<description of version>" c038ea990bbec5bd6c9705766c4a450369e09e6b
git push origin ClimaCoreMakie-v0.4.5

@juliasloan25
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreSpectra

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/106058

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ClimaCorePlots-v0.2.9 -m "<description of version>" c038ea990bbec5bd6c9705766c4a450369e09e6b
git push origin ClimaCorePlots-v0.2.9

@juliasloan25
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreTempestRemap

@juliasloan25
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreVTK

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/106059

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ClimaCoreSpectra-v0.1.4 -m "<description of version>" c038ea990bbec5bd6c9705766c4a450369e09e6b
git push origin ClimaCoreSpectra-v0.1.4

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/106060

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ClimaCoreTempestRemap-v0.3.15 -m "<description of version>" c038ea990bbec5bd6c9705766c4a450369e09e6b
git push origin ClimaCoreTempestRemap-v0.3.15

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/106061

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a ClimaCoreVTK-v0.7.6 -m "<description of version>" c038ea990bbec5bd6c9705766c4a450369e09e6b
git push origin ClimaCoreVTK-v0.7.6

Please sign in to comment.