Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Heyrows committed Feb 18, 2022
1 parent 6a36f3c commit e6bdc30
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
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.1-alpha.24",
"version": "1.1.1",
"private": false,
"main": "./build/index.js",
"exports": {
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.

4 changes: 2 additions & 2 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.1-alpha.24",
"version": "1.1.1",
"description": "The easiest way to add Slice Machine to your project",
"license": "MIT",
"bin": {
Expand All @@ -18,7 +18,7 @@
"watch": "tsc --project tsconfig.json --noEmit --watch"
},
"dependencies": {
"@slicemachine/core": "1.1.1-alpha.24",
"@slicemachine/core": "^1.1.1",
"adm-zip": "^0.5.9",
"analytics-node": "^6.0.0",
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-slicezone/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/next-slicezone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-slicezone",
"version": "0.2.1-alpha.24",
"version": "0.2.1",
"description": "A component that maps other components to Prismic slices",
"source": "src/index.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-sm/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/nuxt-sm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-sm",
"version": "0.1.1-alpha.24",
"version": "0.1.1",
"description": "A Nuxt module for SliceMachine",
"main": "src/index.js",
"directories": {
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.

4 changes: 2 additions & 2 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.2.1-alpha.24",
"version": "0.2.1",
"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 @@ -42,7 +42,7 @@
"@babel/register": "^7.11.5",
"@prismicio/slice-simulator-com": "^0.2.0",
"@reach/menu-button": "^0.16.2",
"@slicemachine/core": "1.1.1-alpha.24",
"@slicemachine/core": "^1.1.1",
"@svgr/webpack": "^5.4.0",
"atob": "^2.1.2",
"axios": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sm-commons/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/sm-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sm-commons",
"version": "0.1.1-alpha.24",
"version": "0.1.1",
"description": "A set of common utilities for slice machine libraries",
"main": "scripts/bundle.js",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-slicezone/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/vue-slicezone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-slicezone",
"version": "0.1.1-alpha.24",
"version": "0.1.1",
"description": "A component that maps other components to Prismic slices",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e6bdc30

Please sign in to comment.