Skip to content

Commit

Permalink
Bump core and init version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniplop committed Nov 4, 2021
1 parent 74f74b7 commit 0edd191
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/slice-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/register": "^7.11.5",
"@reach/menu-button": "^0.10.5",
"@slicemachine/core": "^0.1.1-alpha.0",
"@slicemachine/core": "^1.0.0",
"@svgr/webpack": "^5.4.0",
"@types/cors": "^2.8.12",
"atob": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/slicemachine-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 packages/slicemachine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/core",
"version": "0.1.1-alpha.0",
"version": "1.0.0",
"private": false,
"main": "./build/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sm-init/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sm-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/init",
"version": "0.1.1-alpha.0",
"version": "1.0.0",
"license": "MIT",
"description": "The easiest way to add Slice Machine to your project",
"bin": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.4.3"
},
"dependencies": {
"@slicemachine/core": "^0.1.1-alpha.0",
"@slicemachine/core": "^1.0.0",
"fp-ts": "^2.11.5",
"inquirer": "^8.2.0",
"io-ts": "^2.2.16"
Expand Down

0 comments on commit 0edd191

Please sign in to comment.