Skip to content

Commit

Permalink
bump: all packages to 0.1.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsauravsahu committed Feb 28, 2022
1 parent 2bf04cd commit 3e20527
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions svc/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svc/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t2d2/core",
"version": "0.1.0-alpha.5",
"version": "0.1.0",
"description": "Terraform Test Driven Development",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions svc/create-jest-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svc/create-jest-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t2d2/create-jest-starter",
"version": "0.1.0-alpha.2",
"version": "0.1.0",
"description": "Jest Project Starter for t2d2",
"bin": {
"create-t2d2-jest-starter": "index.mjs"
Expand Down
4 changes: 2 additions & 2 deletions svc/jest-matchers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svc/jest-matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@t2d2/jest-matchers",
"version": "0.1.0-alpha.3",
"version": "0.1.0",
"description": "Custom Jest Matchers for t2d2",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3e20527

Please sign in to comment.