Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @slicemachine/client@1.1.12
 - @slicemachine/core@1.1.12
 - @slicemachine/init@1.1.12
 - slice-machine-ui@0.4.2
  • Loading branch information
MarcMcIntosh committed Aug 4, 2022
1 parent 80ff666 commit cf5ab17
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/client/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/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/client",
"version": "1.1.12-alpha.8",
"version": "1.1.12",
"main": "./build/index.js",
"engines": {
"node": ">=12"
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@prismicio/types-internal": "^0.2.8",
"@slicemachine/core": "1.1.12-alpha.7",
"@slicemachine/core": "1.1.12",
"axios": "^0.27.2",
"form-data": "^3.0.0",
"fp-ts": "^2.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/core",
"version": "1.1.12-alpha.7",
"version": "1.1.12",
"private": false,
"main": "./build/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slicemachine/init",
"version": "1.1.12-alpha.10",
"version": "1.1.12",
"description": "The easiest way to add Slice Machine to your project",
"license": "MIT",
"bin": {
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@hapi/hapi": "^20.2.0",
"@prismicio/types-internal": "^0.2.8",
"@slicemachine/client": "1.1.12-alpha.8",
"@slicemachine/core": "1.1.12-alpha.7",
"@slicemachine/client": "1.1.12",
"@slicemachine/core": "1.1.12",
"adm-zip": "^0.5.9",
"analytics-node": "^6.0.0",
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slice-machine/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/slice-machine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slice-machine-ui",
"version": "0.4.2-alpha.22",
"version": "0.4.2",
"private": false,
"license": "MIT",
"description": "A visual builder for your Slice Models with all the tools you need to generate data models and mock CMS content locally.",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@prismicio/api-renderer": "^0.1.7",
"@prismicio/mocks": "^0.1.8",
"@prismicio/types-internal": "^0.3.0",
"@slicemachine/client": "1.1.12-alpha.8",
"@slicemachine/core": "1.1.12-alpha.7",
"@slicemachine/client": "1.1.12",
"@slicemachine/core": "1.1.12",
"@svgr/webpack": "^5.4.0",
"analytics-node": "^6.1.0",
"atob": "^2.1.2",
Expand Down

0 comments on commit cf5ab17

Please sign in to comment.