Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @standardnotes/components-meta@2.7.6
 - @standardnotes/desktop@3.23.74
 - @standardnotes/mobile@3.30.29
 - @standardnotes/releases@1.2.95
 - @standardnotes/snjs@2.124.3
 - @standardnotes/web-server@1.2.97
 - @standardnotes/web@3.40.4
 - @standardnotes/bold-editor@1.4.0
 - @standardnotes/markdown-hybrid@1.6.2
 - @standardnotes/classic-code-editor@1.4.0
 - @standardnotes/rich-text@1.7.1
 - @standardnotes/simple-task-editor@1.4.2
 - @standardnotes/spreadsheets@1.5.1
 - @standardnotes/authenticator@2.2.3
  • Loading branch information
standardci committed Jul 13, 2022
1 parent f06167a commit 9a297fe
Show file tree
Hide file tree
Showing 28 changed files with 74 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.7.6](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.5...@standardnotes/components-meta@2.7.6) (2022-07-13)

**Note:** Version bump only for package @standardnotes/components-meta

## [2.7.5](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.7.4...@standardnotes/components-meta@2.7.5) (2022-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/components-meta",
"version": "2.7.5",
"version": "2.7.6",
"private": true,
"author": "Standard Notes.",
"main": "dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.10...@standardnotes/bold-editor@1.4.0) (2022-07-13)

### Features

* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))

## [1.3.10](https://github.com/standardnotes/app/compare/@standardnotes/bold-editor@1.3.10-alpha.0...@standardnotes/bold-editor@1.3.10) (2022-06-22)

**Note:** Version bump only for package @standardnotes/bold-editor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/bold-editor",
"private": true,
"version": "1.3.10",
"version": "1.4.0",
"main": "dist/dist.js",
"scripts": {
"skip:lint": "eslint app/ --ext .js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.6.1...@standardnotes/markdown-hybrid@1.6.2) (2022-07-13)

**Note:** Version bump only for package @standardnotes/markdown-hybrid

## [1.6.1](https://github.com/standardnotes/app/compare/@standardnotes/markdown-hybrid@1.6.0...@standardnotes/markdown-hybrid@1.6.1) (2022-06-29)

**Note:** Version bump only for package @standardnotes/markdown-hybrid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/markdown-hybrid",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"description": "A Standard Notes derived editor that offers full support for Markdown editing.",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17...@standardnotes/classic-code-editor@1.4.0) (2022-07-13)

### Features

* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))

## [1.3.17](https://github.com/standardnotes/app/compare/@standardnotes/classic-code-editor@1.3.17-alpha.2...@standardnotes/classic-code-editor@1.3.17) (2022-06-22)

**Note:** Version bump only for package @standardnotes/classic-code-editor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/classic-code-editor",
"private": true,
"version": "1.3.17",
"version": "1.4.0",
"description": "A code editor for Standard Notes",
"main": "dist/main.js",
"author": "Standard Notes <hello@standardnotes.org>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.1](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.7.0...@standardnotes/rich-text@1.7.1) (2022-07-13)

**Note:** Version bump only for package @standardnotes/rich-text

# [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.6...@standardnotes/rich-text@1.7.0) (2022-06-29)

### Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/rich-text",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"description": "A rich text editor for Standard Notes",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.com>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.1...@standardnotes/simple-task-editor@1.4.2) (2022-07-13)

**Note:** Version bump only for package @standardnotes/simple-task-editor

## [1.4.1](https://github.com/standardnotes/app/compare/@standardnotes/simple-task-editor@1.4.0...@standardnotes/simple-task-editor@1.4.1) (2022-07-06)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/simple-task-editor",
"private": true,
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/dist.js",
"scripts": {
"components:compile": "webpack --config webpack.prod.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.5.0...@standardnotes/spreadsheets@1.5.1) (2022-07-13)

**Note:** Version bump only for package @standardnotes/spreadsheets

# [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/spreadsheets@1.4.9...@standardnotes/spreadsheets@1.5.0) (2022-07-06)

### Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/spreadsheets",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"main": "dist/dist.js",
"scripts": {
"skip:lint": "eslint app/ --ext .js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.3](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.2...@standardnotes/authenticator@2.2.3) (2022-07-13)

**Note:** Version bump only for package @standardnotes/authenticator

## [2.2.2](https://github.com/standardnotes/app/compare/@standardnotes/authenticator@2.2.1...@standardnotes/authenticator@2.2.2) (2022-07-06)

**Note:** Version bump only for package @standardnotes/authenticator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/authenticator",
"version": "2.2.2",
"version": "2.2.3",
"main": "dist/dist.js",
"author": "Standard Notes",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.23.74](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.73...@standardnotes/desktop@3.23.74) (2022-07-13)

**Note:** Version bump only for package @standardnotes/desktop

## [3.23.73](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.72...@standardnotes/desktop@3.23.73) (2022-07-13)

**Note:** Version bump only for package @standardnotes/desktop
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@standardnotes/desktop",
"main": "./app/dist/index.js",
"version": "3.23.73",
"version": "3.23.74",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes.",
"private": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.30.29](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.28...@standardnotes/mobile@3.30.29) (2022-07-13)

**Note:** Version bump only for package @standardnotes/mobile

## [3.30.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.30.27...@standardnotes/mobile@3.30.28) (2022-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/mobile",
"version": "3.30.28",
"version": "3.30.29",
"author": "Standard Notes.",
"private": true,
"license": "AGPL-3.0-or-later",
Expand Down
4 changes: 4 additions & 0 deletions packages/releases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.95](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.94...@standardnotes/releases@1.2.95) (2022-07-13)

**Note:** Version bump only for package @standardnotes/releases

## [1.2.94](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.93...@standardnotes/releases@1.2.94) (2022-07-13)

**Note:** Version bump only for package @standardnotes/releases
Expand Down
2 changes: 1 addition & 1 deletion packages/releases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/releases",
"version": "1.2.94",
"version": "1.2.95",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/snjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.124.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.2...@standardnotes/snjs@2.124.3) (2022-07-13)

**Note:** Version bump only for package @standardnotes/snjs

## [2.124.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.124.1...@standardnotes/snjs@2.124.2) (2022-07-13)

**Note:** Version bump only for package @standardnotes/snjs
Expand Down
2 changes: 1 addition & 1 deletion packages/snjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.124.2",
"version": "2.124.3",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/web-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.97](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.96...@standardnotes/web-server@1.2.97) (2022-07-13)

**Note:** Version bump only for package @standardnotes/web-server

## [1.2.96](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.95...@standardnotes/web-server@1.2.96) (2022-07-13)

**Note:** Version bump only for package @standardnotes/web-server
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web-server",
"version": "1.2.96",
"version": "1.2.97",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes.",
Expand Down
4 changes: 4 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.40.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.3...@standardnotes/web@3.40.4) (2022-07-13)

**Note:** Version bump only for package @standardnotes/web

## [3.40.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.40.2...@standardnotes/web@3.40.3) (2022-07-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/web",
"version": "3.40.3",
"version": "3.40.4",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes.",
Expand Down

0 comments on commit 9a297fe

Please sign in to comment.