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

Publish packages to NPM #10029

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/amazon/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.14.2](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.14.1...@spinnaker/amazon@0.14.2) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))





## [0.14.1](https://github.com/spinnaker/deck/compare/@spinnaker/amazon@0.14.0...@spinnaker/amazon@0.14.1) (2023-09-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/amazon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/amazon",
"license": "Apache-2.0",
"version": "0.14.1",
"version": "0.14.2",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/core": "^0.27.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
"@uirouter/react": "1.0.7",
Expand All @@ -42,9 +42,9 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.0",
Expand Down
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.6.0](https://github.com/spinnaker/deck/compare/deck-app@2.5.7...deck-app@2.6.0) (2023-10-16)


### Features

* **helm/bake:** Add additional input fields where we can fill in details of the APIs versions ([#10036](https://github.com/spinnaker/deck/issues/10036)) ([d968183](https://github.com/spinnaker/deck/commit/d9681830244ecd1c70cc02459f148d0822b7187e))





## [2.5.7](https://github.com/spinnaker/deck/compare/deck-app@2.5.6...deck-app@2.5.7) (2023-09-06)

**Note:** Version bump only for package deck-app
Expand Down
24 changes: 12 additions & 12 deletions 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.5.7",
"version": "2.6.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,19 +14,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@spinnaker/amazon": "^0.14.1",
"@spinnaker/appengine": "^0.1.9",
"@spinnaker/cloudfoundry": "^0.1.9",
"@spinnaker/cloudrun": "^0.1.5",
"@spinnaker/core": "^0.26.0",
"@spinnaker/docker": "^0.0.143",
"@spinnaker/ecs": "^0.0.362",
"@spinnaker/google": "^0.2.10",
"@spinnaker/amazon": "^0.14.2",
"@spinnaker/appengine": "^0.1.10",
"@spinnaker/cloudfoundry": "^0.1.10",
"@spinnaker/cloudrun": "^0.1.6",
"@spinnaker/core": "^0.27.0",
"@spinnaker/docker": "^0.0.144",
"@spinnaker/ecs": "^0.0.363",
"@spinnaker/google": "^0.2.11",
"@spinnaker/kayenta": "2.0.0",
"@spinnaker/kubernetes": "^0.5.1",
"@spinnaker/oracle": "^0.0.87",
"@spinnaker/kubernetes": "^0.5.2",
"@spinnaker/oracle": "^0.0.88",
"@spinnaker/styleguide": "^2.0.0",
"@spinnaker/titus": "^0.5.40",
"@spinnaker/titus": "^0.5.41",
"@uirouter/angularjs": "1.0.26",
"angular": "1.8.0",
"graphql": "15.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/appengine/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.1.10](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.9...@spinnaker/appengine@0.1.10) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))





## [0.1.9](https://github.com/spinnaker/deck/compare/@spinnaker/appengine@0.1.8...@spinnaker/appengine@0.1.9) (2023-09-06)

**Note:** Version bump only for package @spinnaker/appengine
Expand Down
8 changes: 4 additions & 4 deletions packages/appengine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.1.9",
"version": "0.1.10",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/core": "^0.27.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -29,9 +29,9 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/classnames": "2.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/azure/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.4.7](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.6...@spinnaker/azure@0.4.7) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))





## [0.4.6](https://github.com/spinnaker/deck/compare/@spinnaker/azure@0.4.5...@spinnaker/azure@0.4.6) (2023-09-06)

**Note:** Version bump only for package @spinnaker/azure
Expand Down
8 changes: 4 additions & 4 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/azure",
"license": "Apache-2.0",
"version": "0.4.6",
"version": "0.4.7",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/core": "^0.27.0",
"@uirouter/angularjs": "1.0.26",
"angular": "1.6.10",
"angular-ui-bootstrap": "2.5.0",
Expand All @@ -26,8 +26,8 @@
"react-select": "1.2.1"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/lodash": "4.14.64",
Expand Down
11 changes: 11 additions & 0 deletions packages/cloudfoundry/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.1.10](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.9...@spinnaker/cloudfoundry@0.1.10) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))





## [0.1.9](https://github.com/spinnaker/deck/compare/@spinnaker/cloudfoundry@0.1.8...@spinnaker/cloudfoundry@0.1.9) (2023-09-06)

**Note:** Version bump only for package @spinnaker/cloudfoundry
Expand Down
8 changes: 4 additions & 4 deletions packages/cloudfoundry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudfoundry",
"license": "Apache-2.0",
"version": "0.1.9",
"version": "0.1.10",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/core": "^0.27.0",
"@uirouter/react": "1.0.7",
"@uirouter/react-hybrid": "1.0.2",
"angular": "1.6.10",
Expand All @@ -33,9 +33,9 @@
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.6.26",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/enzyme": "3.10.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/cloudrun/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.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.5...@spinnaker/cloudrun@0.1.6) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))





## [0.1.5](https://github.com/spinnaker/deck/compare/@spinnaker/cloudrun@0.1.4...@spinnaker/cloudrun@0.1.5) (2023-09-06)

**Note:** Version bump only for package @spinnaker/cloudrun
Expand Down
8 changes: 4 additions & 4 deletions packages/cloudrun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/cloudrun",
"license": "Apache-2.0",
"version": "0.1.5",
"version": "0.1.6",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/core": "^0.27.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/react": "1.0.7",
"angular": "1.8.3",
Expand All @@ -38,8 +38,8 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.8.5",
"@types/angular-ui-bootstrap": "0.13.41",
"@types/dompurify": "^2.3.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.27.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.26.0...@spinnaker/core@0.27.0) (2023-10-16)


### Bug Fixes

* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))


### Features

* **helm/bake:** Add additional input fields where we can fill in details of the APIs versions ([#10036](https://github.com/spinnaker/deck/issues/10036)) ([d968183](https://github.com/spinnaker/deck/commit/d9681830244ecd1c70cc02459f148d0822b7187e))





# [0.26.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.25.0...@spinnaker/core@0.26.0) (2023-09-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/core",
"license": "Apache-2.0",
"version": "0.26.0",
"version": "0.27.0",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand All @@ -20,7 +20,7 @@
"@apollo/client": "^3.6.9",
"@fortawesome/fontawesome-free": "5.5.0",
"@spinnaker/mocks": "1.0.7",
"@spinnaker/presentation": "^0.3.0",
"@spinnaker/presentation": "^0.3.1",
"@spinnaker/styleguide": "2.0.0",
"@uirouter/angularjs": "1.0.26",
"@uirouter/core": "6.0.8",
Expand Down Expand Up @@ -91,8 +91,8 @@
"@graphql-codegen/typescript": "^1.22.4",
"@graphql-codegen/typescript-operations": "^1.18.3",
"@graphql-codegen/typescript-react-apollo": "^2.3.0",
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"@types/angular": "1.6.26",
"@types/angular-mocks": "1.5.10",
"@types/angular-ui-bootstrap": "0.13.41",
Expand Down
8 changes: 8 additions & 0 deletions packages/dcos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.63](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.62...@spinnaker/dcos@0.0.63) (2023-10-16)

**Note:** Version bump only for package @spinnaker/dcos





## [0.0.62](https://github.com/spinnaker/deck/compare/@spinnaker/dcos@0.0.61...@spinnaker/dcos@0.0.62) (2023-09-06)

**Note:** Version bump only for package @spinnaker/dcos
Expand Down
10 changes: 5 additions & 5 deletions packages/dcos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/dcos",
"license": "Apache-2.0",
"version": "0.0.62",
"version": "0.0.63",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"private": true,
Expand All @@ -14,16 +14,16 @@
"lib": "npm run build"
},
"dependencies": {
"@spinnaker/core": "^0.26.0",
"@spinnaker/docker": "^0.0.143",
"@spinnaker/core": "^0.27.0",
"@spinnaker/docker": "^0.0.144",
"angular": "1.6.10",
"lodash": "4.17.21",
"ngimport": "0.6.1",
"rxjs": "6.6.7"
},
"devDependencies": {
"@spinnaker/eslint-plugin": "^3.0.1",
"@spinnaker/scripts": "^0.3.0",
"@spinnaker/eslint-plugin": "^3.0.2",
"@spinnaker/scripts": "^0.3.1",
"shx": "0.3.3",
"typescript": "4.3.5"
}
Expand Down
Loading