Skip to content

Commit 6d4ccf1

Browse files
Version Packages (#308)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @c15t/backend@1.4.1 ### Patch Changes - 8afd304: fix(backend): add custom c15t headers to override providers ## @c15t/cli@1.4.1 ### Patch Changes - Updated dependencies [8afd304] - @c15t/backend@1.4.1 - @c15t/react@1.4.1 ## c15t@1.4.1 ### Patch Changes - Updated dependencies [8afd304] - @c15t/backend@1.4.1 ## @c15t/dev-tools@1.4.1 ### Patch Changes - c15t@1.4.1 ## @c15t/nextjs@1.4.1 ### Patch Changes - 34d2a46: fix(nextjs): add custom c15t headers to initial data fetch - @c15t/react@1.4.1 ## @c15t/node-sdk@1.4.1 ### Patch Changes - Updated dependencies [8afd304] - @c15t/backend@1.4.1 ## @c15t/react@1.4.1 ### Patch Changes - c15t@1.4.1 - @c15t/node-sdk@1.4.1 ## docs@1.3.5 ### Patch Changes - Updated dependencies [34d2a46] - Updated dependencies [8afd304] - @c15t/nextjs@1.4.1 - @c15t/backend@1.4.1 - c15t@1.4.1 - @c15t/react@1.4.1 - @c15t/dev-tools@1.4.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba4c8c1 commit 6d4ccf1

File tree

18 files changed

+68
-18
lines changed

18 files changed

+68
-18
lines changed

.changeset/silly-dingos-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-zebras-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# docs
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [34d2a46]
8+
- Updated dependencies [8afd304]
9+
- @c15t/nextjs@1.4.1
10+
- @c15t/backend@1.4.1
11+
- c15t@1.4.1
12+
- @c15t/react@1.4.1
13+
- @c15t/dev-tools@1.4.1
14+
315
## 1.3.4
416

517
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @c15t/backend
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 8afd304: fix(backend): add custom c15t headers to override providers
8+
39
## 1.3.1
410

511
### Patch Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c15t/backend",
3-
"version": "1.3.1",
3+
"version": "1.4.1",
44
"license": "GPL-3.0-only",
55
"type": "module",
66
"exports": {

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @c15t/cli
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8afd304]
8+
- @c15t/backend@1.4.1
9+
- @c15t/react@1.4.1
10+
311
## 1.4.0
412

513
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@c15t/cli",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "The CLI for c15t",
55
"type": "module",
66
"exports": "./dist/index.mjs",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# c15t
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8afd304]
8+
- @c15t/backend@1.4.1
9+
310
## 1.4.0
411

512
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c15t",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "GPL-3.0-only",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)