Skip to content

Commit

Permalink
Bump @zooniverse/react-components to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Dec 1, 2022
1 parent ff72487 commit 0a1036f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/grommet-theme": "~3.1.0",
"@zooniverse/panoptes-js": "~0.2.0",
"@zooniverse/react-components": "~1.2.0",
"@zooniverse/react-components": "~1.3.0",
"contentful": "~9.2.3",
"counterpart": "~0.18.6",
"dotenv": "~16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@zooniverse/classifier": "^0.0.1",
"@zooniverse/grommet-theme": "~3.1.0",
"@zooniverse/panoptes-js": "~0.2.0",
"@zooniverse/react-components": "~1.2.0",
"@zooniverse/react-components": "~1.3.0",
"cookie": "~0.5.0",
"d3": "~6.7.0",
"engine.io-client": "~6.2.1",
Expand Down
7 changes: 6 additions & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"version": "0.0.1",
"main": "dist/main.js",
"module": "dist/es6/components/Classifier/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/front-end-monorepo.git",
"directory": "packages/lib-classifier"
},
"scripts": {
"build": "webpack --config webpack.dist.js && yarn build:es6",
"build:es6": "babel ./src/ --out-dir ./dist/es6 --copy-files --no-copy-ignored --ignore 'src/**/*.spec.js' --ignore 'src/**/*.stories.js'",
Expand Down Expand Up @@ -78,7 +83,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "~0.8.0",
"@zooniverse/grommet-theme": "~3.1.0",
"@zooniverse/panoptes-js": "~0.2.0",
"@zooniverse/react-components": "~1.2.0",
"@zooniverse/react-components": "~1.3.0",
"@zooniverse/standard": "~1.0.0",
"babel-loader": "~9.1.0",
"babel-plugin-module-resolver": "~4.1.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/lib-grommet-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"author": "Zooniverse <contact@zooniverse.org> (https://www.zooniverse.org/)",
"version": "3.1.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/front-end-monorepo.git",
"directory": "packages/lib-grommet-theme"
},
"scripts": {
"lint": "zoo-standard --fix | snazzy",
"postversion": "npm publish"
Expand Down
5 changes: 5 additions & 0 deletions packages/lib-panoptes-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"repository": "github:zooniverse/front-end-monorepo",
"version": "0.2.0",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/front-end-monorepo.git",
"directory": "packages/lib-panoptes-js"
},
"scripts": {
"lint": "zoo-standard --fix | snazzy",
"postversion": "npm publish",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] 2022-11-21
## [1.3.0] 2022-12-01

### Added
- Added an ES6 build for loaders that use ES Modules.
Expand Down
7 changes: 6 additions & 1 deletion packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"description": "Zooniverse React Components",
"license": "Apache-2.0",
"author": "Zooniverse <contact@zooniverse.org> (https://www.zooniverse.org/)",
"version": "1.2.1",
"version": "1.3.0",
"main": "dist/main.js",
"module": "dist/es6/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/front-end-monorepo.git",
"directory": "packages/lib-react-components"
},
"scripts": {
"build": "webpack --config ./webpack.dist.js && yarn build:es6",
"build:es6": "BABEL_ENV=es6 babel ./src/ --out-dir ./dist/es6 --copy-files --no-copy-ignored --ignore 'src/**/*.spec.js' --ignore 'src/**/*.stories.js'",
Expand Down

0 comments on commit 0a1036f

Please sign in to comment.