Skip to content

Commit

Permalink
v0.2.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ospreyquip-2 committed May 6, 2024
1 parent 405f045 commit 32d8f9a
Show file tree
Hide file tree
Showing 31 changed files with 122 additions and 34 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
]
}
},
"version": "0.2.1-alpha.2"
"version": "0.2.1-alpha.3"
}
8 changes: 8 additions & 0 deletions packages/Chevron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps-chevron





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps-chevron
Expand Down
2 changes: 1 addition & 1 deletion packages/Chevron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/Chevron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quip-apps-chevron",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "Quip Apps Chevron",
"license": "Apache-2.0",
"repository": "quip/quip-apps",
Expand All @@ -10,15 +10,15 @@
"build": "cross-env-shell NODE_ENV=production webpack"
},
"dependencies": {
"quip-apps-webpack-config": "^0.2.1-alpha.2"
"quip-apps-webpack-config": "^0.2.1-alpha.3"
},
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1",
"devDependencies": {
"cross-env": "^7.0.3",
"webpack-cli": "^5.1.4",
"webpack": "^5.91.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
"@babel/preset-react": "^7.0.0",
"cross-env": "^7.0.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
8 changes: 8 additions & 0 deletions packages/create-quip-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package create-quip-app





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package create-quip-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-quip-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/create-quip-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-quip-app",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"keywords": [
"quip"
],
Expand All @@ -18,6 +18,6 @@
},
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1",
"dependencies": {
"quip-cli": "^0.2.1-alpha.2"
"quip-cli": "^0.2.1-alpha.3"
}
}
8 changes: 8 additions & 0 deletions packages/handleRichTextBoxKeyEventNavigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps-handle-richtextbox-key-event-navigation





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps-handle-richtextbox-key-event-navigation
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/handleRichTextBoxKeyEventNavigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quip-apps-handle-richtextbox-key-event-navigation",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "Quip Apps RichTextBox Key Event Navigation",
"license": "Apache-2.0",
"repository": "quip/quip-apps",
Expand All @@ -10,15 +10,15 @@
"build": "cross-env-shell NODE_ENV=production webpack"
},
"dependencies": {
"quip-apps-webpack-config": "^0.2.1-alpha.2",
"@types/node": "^20.11.1"
"@types/node": "^20.11.1",
"quip-apps-webpack-config": "^0.2.1-alpha.3"
},
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1",
"devDependencies": {
"cross-env": "^7.0.3",
"webpack-cli": "^5.1.4",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
"@babel/preset-react": "^7.0.0",
"cross-env": "^7.0.3",
"webpack-cli": "^5.1.4"
}
}
8 changes: 8 additions & 0 deletions packages/quip-apps-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps-api





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps-api
Expand Down
2 changes: 1 addition & 1 deletion packages/quip-apps-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/quip-apps-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quip-apps-api",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "Quip Live Apps API",
"main": "index.js",
"types": "index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/quip-apps-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps-compat





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps-compat
Expand Down
2 changes: 1 addition & 1 deletion packages/quip-apps-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/quip-apps-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quip-apps-compat",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "Compat library for Quip Apps",
"license": "Apache-2.0",
"repository": "quip/quip-apps",
Expand Down
8 changes: 8 additions & 0 deletions packages/quip-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-cli





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/quip-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/quip-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quip-cli",
"description": "A Command Line Interface for the Quip Live Apps platform",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"author": "Quip",
"bin": {
"quip-cli": "./bin/run",
Expand Down
8 changes: 8 additions & 0 deletions packages/quip-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-test-utils





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-test-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/quip-test-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/quip-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quip-test-utils",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "Quip Live Apps Test Utilities",
"main": "dist/test-utils.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/quiptext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quiptext





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quiptext
Expand Down
2 changes: 1 addition & 1 deletion packages/quiptext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/quiptext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quiptext",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "shim for Quip Live Apps string internationalization",
"main": "index.js",
"types": "./dist/quiptext.d.ts",
Expand Down Expand Up @@ -29,14 +29,14 @@
"react": ">=15.0.0"
},
"devDependencies": {
"@types/node": "^20.11.1",
"@types/react": "^18.3.1",
"coveralls": "^3.0.6",
"import-fresh": "^3.1.0",
"nyc": "^14.1.1",
"react": "^18.3.1",
"tape": "^4.11.0",
"typescript": "^5.4.5",
"@types/node": "^20.11.1"
"typescript": "^5.4.5"
},
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1"
}
8 changes: 8 additions & 0 deletions packages/slds-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package slds-resolver





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package slds-resolver
Expand Down
2 changes: 1 addition & 1 deletion packages/slds-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slds-resolver",
"version": "0.2.1-alpha.2",
"version": "0.2.1-alpha.3",
"description": "A Webpack Resolver plugin for handling SLDS assets",
"author": "Jesse Ditson <[email protected]>",
"homepage": "https://github.com/quip/quip-apps#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.2.1-alpha.3 (2024-05-06)

**Note:** Version bump only for package quip-apps-webpack-config





## 0.2.1-alpha.2 (2023-02-03)

**Note:** Version bump only for package quip-apps-webpack-config
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 32d8f9a

Please sign in to comment.