Skip to content

Commit b935a9e

Browse files
DominicGBauerDominicGBauer
andauthored
docs: fix changelog (#152)
* docs: fix changelog * chore: move from chore to feat * chore: add warning --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 66ebe97 commit b935a9e

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-08-23
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`powersync` - `v1.7.0`](#powersync---v170)
19+
- [`powersync_attachments_helper` - `v0.6.5+1`](#powersync_attachments_helper---v0651)
20+
21+
Packages with dependency updates only:
22+
23+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+
- `powersync_attachments_helper` - `v0.6.5+1`
26+
27+
---
28+
29+
#### `powersync` - `v1.7.0`
30+
31+
- **FEAT**: Include schema validation check
32+
- **FEAT**: Include new table check for maximum number of columns allowed
33+
34+
635
## 2024-08-21
736

837
### Changes

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ e.g powersync-v1.6.4, powersync_attachments_helper-v0.6.3+1, etc.
2525
git push --follow-tags
2626
```
2727

28+
**Note: This will launch the `release.yaml` and `publish.yaml` github actions in `.github/workflows`. So only run it when you are absolutely sure you want to release.**
29+
2830
A version bump and tag push for `powersync` will also create a draft github release for the powersync web worker. The worker needs to be manually published in the GitHub [releases](https://github.com/powersync-ja/powersync.dart/releases).

packages/powersync/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.0
2+
3+
- **FEAT**: Include schema validation check
4+
- **FEAT**: Include new table check for maximum number of columns allowed
5+
16
## 1.6.7
27

38
- **CHORE**: Update dependency powersync_flutter_libs

0 commit comments

Comments
 (0)