Skip to content

Commit

Permalink
RELEASING: Releasing 4 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @contly/[email protected]
  @contly/[email protected]
  @contly/[email protected]
  @contly/[email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Jun 8, 2023
1 parent 88a9514 commit b3be120
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/happy-spiders-leave.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @contly/content

## 0.1.12

### Patch Changes

- 7fa9930: better nextjs runner for linux, support for nested content directories
- Updated dependencies [7fa9930]
- @contly/core@0.1.12

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contly/content",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @contly/core-compat

## 0.1.12

### Patch Changes

- 7fa9930: better nextjs runner for linux, support for nested content directories

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contly/core-compat",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"main": "./dist/contly-compat-cjs.cjs",
"module": "./dist/contly-compat-esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @contly/core

## 0.1.12

### Patch Changes

- 7fa9930: better nextjs runner for linux, support for nested content directories
- Updated dependencies [7fa9930]
- @contly/core-compat@0.1.12

## 0.1.11

### Patch Changes
Expand Down
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": "@contly/core",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @contly/nextjs

## 0.1.12

### Patch Changes

- 7fa9930: better nextjs runner for linux, support for nested content directories
- Updated dependencies [7fa9930]
- @contly/core@0.1.12
- @contly/content@0.1.12

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contly/nextjs",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit b3be120

Please sign in to comment.