Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore: publish v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Apr 25, 2021
1 parent d41b0d5 commit 8f4b67a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/automatic-releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automatic-releases",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Generate automatic releases whenever changes land on master",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-ssm-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-ssm-secrets",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Inject AWS SSM Parameter Store secrets as enviroment variables into your GitHub Actions builds",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keybase-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keybase-notifications",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Send GitHub build notifications to your Keybase team or channel",
"config": {
Expand Down

0 comments on commit 8f4b67a

Please sign in to comment.