Skip to content

Commit

Permalink
Publish packages to NPM (spinnaker#9955)
Browse files Browse the repository at this point in the history
* chore(publish): publish packages (e1b8d70)

 - deck-app@2.5.0

* feat(peerdep-sync): Synchronize peerdependencies

* chore(publish): publish peerdeps (e1b8d70)

 - @spinnaker/pluginsdk-peerdeps@0.10.0

---------

Co-authored-by: spinnakerbot <spinnakerbot@spinnaker.io>
  • Loading branch information
2 people authored and opsmxyuga22 committed Jun 26, 2023
1 parent 05d09c0 commit b9b2e7d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/spinnaker/deck/compare/deck-app@2.4.3...deck-app@2.5.0) (2023-03-15)


### Features

* **provider/cloudrun:** Added cloudrun functionality to deck ([#9931](https://github.com/spinnaker/deck/issues/9931)) ([3611e95](https://github.com/spinnaker/deck/commit/3611e9520b2294454a8b5dddc85cb3190722ffc7))





## [2.4.3](https://github.com/spinnaker/deck/compare/deck-app@2.4.2...deck-app@2.4.3) (2023-02-20)

**Note:** Version bump only for package deck-app
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck-app",
"private": true,
"version": "2.4.3",
"version": "2.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/pluginsdk-peerdeps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/spinnaker/deck/compare/@spinnaker/pluginsdk-peerdeps@0.9.0...@spinnaker/pluginsdk-peerdeps@0.10.0) (2023-03-15)


### Features

* **peerdep-sync:** Synchronize peerdependencies ([1eca783](https://github.com/spinnaker/deck/commit/1eca783ac57b894efc37c58a60122f2b5ce07b05))





# [0.9.0](https://github.com/spinnaker/deck/compare/@spinnaker/pluginsdk-peerdeps@0.8.0...@spinnaker/pluginsdk-peerdeps@0.9.0) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/pluginsdk-peerdeps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/pluginsdk-peerdeps",
"description": "Provides package dependencies to plugin developers",
"version": "0.9.0",
"version": "0.10.0",
"license": "Apache-2.0",
"scripts": {
"temp": "./convert-peerdeps.js --from-peerdeps --input package.json --output package.temp.json",
Expand Down

0 comments on commit b9b2e7d

Please sign in to comment.