Skip to content

Commit

Permalink
chore(release): version 1.16.3
Browse files Browse the repository at this point in the history
## [1.16.3](v1.16.2...v1.16.3) (2023-12-25)

### Bug Fixes

* **deps:** update dependency react-bootstrap to v1.6.8 ([#145](#145)) ([bbe1a61](bbe1a61))
  • Loading branch information
SocialGroovyBot committed Dec 25, 2023
1 parent bbe1a61 commit 4b04c73
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.16.2"
"version": "1.16.3"
}
4 changes: 2 additions & 2 deletions packages/azure-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"scripts": {
"test": "jest"
},
"version": "1.16.2",
"version": "1.16.3",
"license": "Apache-2.0",
"dependencies": {
"@socialgouv/kosko-charts": "^9.15.0",
"@socialgouv/sre-seal": "^1.16.2",
"@socialgouv/sre-seal": "^1.16.3",
"execa": "^5.1.1",
"yaml": "^1.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/k8strip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/k8strip",
"description": "CLI tool and JS module to strip out sensitive content from kubernetes manifests.",
"version": "1.16.2",
"version": "1.16.3",
"preferGlobal": true,
"main": "./src",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parse-manifests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@socialgouv/parse-manifests",
"description": "Parse and summarize a bunch of kubernetes YAML manifests",
"version": "1.16.2",
"version": "1.16.3",
"main": "./src/index.js",
"type": "module",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sre-seal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-seal",
"version": "1.16.2",
"version": "1.16.3",
"preferGlobal": true,
"main": "./src/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sre-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/sre-secrets",
"version": "1.16.2",
"version": "1.16.3",
"preferGlobal": true,
"main": "./src",
"bin": {
Expand All @@ -20,7 +20,7 @@
"test-coverage": "jest --coverage --coverageReporters=lcov --coverageReporters=text-summary"
},
"dependencies": {
"@socialgouv/sre-seal": "^1.16.2",
"@socialgouv/sre-seal": "^1.16.3",
"chalk": "^4.1.2",
"js-yaml": "^4.1.0",
"ora": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/webseal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/webseal",
"version": "1.16.2",
"version": "1.16.3",
"private": true,
"homepage": "https://socialgouv.github.io/sre-tools",
"description": "Sealed secrets static web UI",
Expand Down

0 comments on commit 4b04c73

Please sign in to comment.