Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
origamiserviceuser committed Oct 27, 2023
1 parent af6350c commit 371cefc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 5 additions & 2 deletions components/o3-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-button",
"version": "0.1.3",
"version": "0.1.4",
"description": "Origami buttons with design tokens",
"keywords": [
"buttons",
Expand Down Expand Up @@ -30,7 +30,10 @@
"build": "bash ../../scripts/component/build-o3.bash o3-button"
},
"engines": {
"npm": ">7"
"npm": "^8 || ^9"
},
"volta": {
"node": "18.17.1"
},
"private": false,
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions components/o3-web-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/Financial-Times/origami/compare/o3-web-token-v0.1.2...o3-web-token-v0.1.3) (2023-10-27)


### Bug Fixes

* Remove "engines.node" from o3 components ([6953dc3](https://github.com/Financial-Times/origami/commit/6953dc3e96a31283a897218c93dc4b1be4741f93))

## [0.1.2](https://github.com/Financial-Times/origami/compare/o3-web-token-v0.1.1...o3-web-token-v0.1.2) (2023-10-26)


Expand Down
7 changes: 5 additions & 2 deletions components/o3-web-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@financial-times/o3-web-token",
"version": "0.1.2",
"version": "0.1.3",
"description": "Origami web-tokens with design tokens",
"keywords": [
"web-token",
Expand Down Expand Up @@ -28,7 +28,10 @@
"build": "node ../../apps/dictionary/scripts/build-config/build.js"
},
"engines": {
"npm": ">7"
"npm": "^8 || ^9"
},
"volta": {
"node": "18.17.1"
},
"private": false
}

0 comments on commit 371cefc

Please sign in to comment.