Skip to content

Commit

Permalink
Version Packages (#32)
Browse files Browse the repository at this point in the history
* Version Packages

* fix format of CHANGELOG.md

* fix CHANGELOG.md

* fix release.yml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: yamada2915 <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent de23cbb commit d548623
Show file tree
Hide file tree
Showing 6 changed files with 2,912 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "future-architect/vscode-uroborosql-fmt" }
],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 0 additions & 5 deletions .changeset/silver-seals-confess.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
release:
name: Release
if: github.repository == 'future-architect/vscode-uroborosql-fmt'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
### 1.0.8
## 1.0.9

### Patch Changes

- 53862d7: Support join clause in update statement

## 1.0.8

- Fix lack of null expression handling in type_cast
- Add option to convert "<>" to "!="
- Add description of configuration to README.md

### 1.0.7
## 1.0.7

- Change default case format settings to lower
- chore(deps): update actions/setup-node action to v3 (#14)
- chore(deps): update actions/upload-artifact action to v3 (#15)
- fix(deps): update dependency vscode-languageserver to v9 (#17)

### 1.0.6
## 1.0.6

- chore: update integrity of uroborosql-fmt-napi (#18)

### 1.0.5
## 1.0.5

- Support for ALL/DISTINCT/ORDER BY in aggregate functions
- chore: support for proxy to download-uroborosql-fmt-napi (#10)
- chore: repository maintenance (#11)
- chore(deps): update actions/download-artifact action to v3 (#13)
- chore(deps): update actions/checkout action to v4 (#12)

### 1.0.4
## 1.0.4

- fix: add uroborosql-fmt-napi-0.0.0.tgz to .vscodeignore (#9)

### 1.0.3
## 1.0.3

- Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SQL formatter with 2way-sql support",
"author": "Future Corporation",
"license": "BUSL-1.1",
"version": "1.0.8",
"version": "1.0.9",
"repository": {
"type": "git",
"url": "https://github.com/future-architect/vscode-uroborosql-fmt.git"
Expand Down
Loading

0 comments on commit d548623

Please sign in to comment.