Skip to content

Commit faeef39

Browse files
committed
Revert "Version Packages"
This reverts commit 9daaeaa.
1 parent 9daaeaa commit faeef39

File tree

43 files changed

+41
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+41
-240
lines changed

.changeset/release-1-9-2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@objectql/cli": patch
3+
"@objectql/core": patch
4+
"@objectql/create": patch
5+
"@objectql/driver-excel": patch
6+
"@objectql/driver-fs": patch
7+
"@objectql/driver-localstorage": patch
8+
"@objectql/driver-memory": patch
9+
"@objectql/driver-mongo": patch
10+
"@objectql/driver-redis": patch
11+
"@objectql/driver-sql": patch
12+
"@objectql/platform-node": patch
13+
"@objectql/sdk": patch
14+
"@objectql/server": patch
15+
"@objectql/types": patch
16+
---
17+
18+
Release version 1.9.2 with latest improvements and bug fixes
19+
20+
This patch release includes stability improvements and bug fixes backported from the development branch.

examples/drivers/excel-demo/CHANGELOG.md

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

3-
## 0.1.3
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [8ee06e8]
8-
- @objectql/driver-excel@1.9.3
9-
- @objectql/types@1.9.3
10-
113
## 0.1.2
124

135
### Patch Changes

examples/drivers/excel-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-excel-demo",
3-
"version": "0.1.3",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Example demonstrating the Excel Driver for ObjectQL",
66
"scripts": {

examples/drivers/fs-demo/CHANGELOG.md

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

3-
## 0.1.3
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [8ee06e8]
8-
- @objectql/core@1.9.3
9-
- @objectql/driver-fs@1.9.3
10-
113
## 0.1.2
124

135
### Patch Changes

examples/drivers/fs-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-demo",
3-
"version": "0.1.3",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Example demonstrating @objectql/driver-fs",
66
"scripts": {

examples/integrations/browser/CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# @objectql/example-browser
22

3-
## 1.0.4
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [8ee06e8]
8-
- @objectql/core@1.9.3
9-
- @objectql/driver-localstorage@1.9.3
10-
- @objectql/driver-memory@1.9.3
11-
- @objectql/types@1.9.3
12-
133
## 1.0.3
144

155
### Patch Changes

examples/integrations/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-browser",
3-
"version": "1.0.4",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "Browser demo for ObjectQL showing Memory and LocalStorage drivers",
66
"type": "module",

examples/integrations/express-server/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# @objectql/starter-express-api
22

3-
## 1.8.8
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [8ee06e8]
8-
- @objectql/core@1.9.3
9-
- @objectql/driver-sql@1.9.3
10-
- @objectql/platform-node@1.9.3
11-
- @objectql/server@1.9.3
12-
- @objectql/types@1.9.3
13-
143
## 1.8.7
154

165
### Patch Changes

examples/integrations/express-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/example-express-server",
3-
"version": "1.8.8",
3+
"version": "1.8.7",
44
"description": "Express API Integration Example for ObjectQL",
55
"private": true,
66
"keywords": [

examples/quickstart/hello-world/CHANGELOG.md

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

3-
## 1.0.8
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [8ee06e8]
8-
- @objectql/core@1.9.3
9-
- @objectql/driver-sql@1.9.3
10-
113
## 1.0.7
124

135
### Patch Changes

0 commit comments

Comments
 (0)